Add-ins grayed out after Update!!

Add-ins grayed out after Update!!

macmanpb
Collaborator Collaborator
1,754 Views
9 Replies
Message 1 of 10

Add-ins grayed out after Update!!

macmanpb
Collaborator
Collaborator

Why Add-Ins in manufacture workspace are grayed out. 

 

image.png

 

image.png

How can i bring them back to work?

Accepted solutions (3)
1,755 Views
9 Replies
Replies (9)
Message 2 of 10

adam.nagy
Autodesk Support
Autodesk Support

I'm told it's supposed to be fixed in an update planned to be coming out on February 3

 

In the meantime this could be a possible workaround for running the commands:
https://modthemachine.typepad.com/my_weblog/2020/01/run-commands-from-the-text-commands-panel.html



Adam Nagy
Autodesk Platform Services
Message 3 of 10

macmanpb
Collaborator
Collaborator
Accepted solution

@adam.nagy Thank you for that workaround. I will that submit to my customers if Feb3 is to far 😉

 

0 Likes
Message 4 of 10

goyals
Autodesk
Autodesk
Accepted solution

Just to update the people watching this thread and facing this issue, We might deliver hot-fix early hopefully by tomorrow. Thanks for your patience. 



Shyam Goyal
Sr. Software Dev. Manager
Message 5 of 10

macmanpb
Collaborator
Collaborator

@goyals , @adam.nagy  That would be awesome. Thanks for the support! 

0 Likes
Message 6 of 10

TimPaterson
Enthusiast
Enthusiast

To boil down the work-around, you can start an add-in using this statement in a Python text command:

adsk.core.Application.get().userInterface.commandDefinitions.itemById("<command-id>").execute()

where <command-id> is the command id string for the add-in. Since I wrote my own add-in, I know what mine is. To list them all to find the one you want, paste in this text command:

for cmd in adsk.core.Application.get().userInterface.commandDefinitions: print(cmd.id, " name: ", cmd.name)
Message 7 of 10

goyals
Autodesk
Autodesk

Just to update , hot fix is deployed last night. Please try once to verify whether problem is resolved on your side or not. Thanks.



Shyam Goyal
Sr. Software Dev. Manager
Message 8 of 10

macmanpb
Collaborator
Collaborator
Accepted solution

@goyals  Thank you! DragKnife is working as expected.

0 Likes
Message 9 of 10

TimPaterson
Enthusiast
Enthusiast

How do I get the hot fix?

0 Likes
Message 10 of 10

adam.nagy
Autodesk Support
Autodesk Support

Fusion 360 is supposed to update automatically



Adam Nagy
Autodesk Platform Services
0 Likes