Message 1 of 1
Documentation error "Installing and Importing PyMEL"
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hello,
Where should I report documentation errors?
In the page "Installing and importing PyMEL" for Maya 2022, at the bottom of the page there is an error in the Python snippet to test PyMEL.
The code is:
s = pymel.core.sphere()
but it should be:
s = pymel.sphere()
(as "pymel.core" has been imported as "pymel")