I’m trying to install the pyrevit stubs builder for the revitAPI.dll according to the Macro4BIM tutorial.
I don’t get the correct result though.
This is what’s supposed to happen:
Please @PieterL_TM
Would you be kind enough to paste the command that worked for you in the end so that other will have a solution if they hit the same wall.
It works for many DLLs, I am trying to make one for RevitNodes.dll (Which I assume these are for Revit Nodes portion of Design Script) can anyone try getting these stubs built?
In case this is useful for anyone else, i wanted to share a solution I had related to this.
I know Pyrevit has a built-in tool now to generate stubs for Revit, but i also wanted to generate stubs for Dynamo. Since i couldn’t find the .exe for this (or figure out how to get it working), i figured out another way to generate Dynamo stubs.
This generates stubs not only for Revit but also Dynamo (not Pyrevit though).