Message 1 of 3
DropDownCommandInput reporting wrong type
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
This command input's .type() method reports 'NoneType' as the class type. To be more specific, the error is "NoneType object has no attribute 'classType(). Anyone else see this behavior?
Here's the entire error:
Failed:
Traceback (most recent call last):
File "/Users/xxxx/Library/Application Support/Autodesk/Autodesk Fusion 360/API/Scripts/Type Test/Type Test.py", line 12, in run
print(adsk.core.DropDownCommandInput.classType())
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
AttributeError: 'NoneType' object has no attribute 'classType'