Announcements

Between mid-October and November, the content on AREA will be relocated to the Autodesk Community M&E Hub and the Autodesk Community Gallery. Learn more HERE.

Where can I get Python stubs?

Where can I get Python stubs?

lonnie_souder
Observer Observer
336 Views
1 Reply
Message 1 of 2

Where can I get Python stubs?

lonnie_souder
Observer
Observer

I am trying to set up out IDE with some standard Python tooling, but even with the maya directories added to the python path, many modules show unresolved import errors. Are there stub files available?

For context we are on Maya 2023.

Thanks in advance!

0 Likes
337 Views
1 Reply
Reply (1)
Message 2 of 2

1925250542
Participant
Participant
You can import your own libraries via "sys.path.append".
0 Likes