Documentation error "Installing and Importing PyMEL"

Documentation error "Installing and Importing PyMEL"

severinderek
Explorer Explorer
252 Views
0 Replies
Message 1 of 1

Documentation error "Installing and Importing PyMEL"

severinderek
Explorer
Explorer

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")

0 Likes
253 Views
0 Replies
Replies (0)