Hi Everyone,
My office just upgraded to Revit 2020 and I updated many packages to keep my scripts compatible with the new version. I had to manually edit some python scripts, as Revit had changed the parameter “ViewName” to simply “Name”. Unless I’m mistaken, I’m facing the same error with Sheet.Duplicate from Bimorph Nodes.
Unlike other packages, I’m unable to edit the custom node.
Python and custom nodes are only editable, some nodes that are developed with zero touch i.e, c# will not be editable
You can find some source code online if the author has decided to expose.
This is an interesting one. That method isn’t used anywhere in the codebase as its been depreciated. All I can suggest is you manually remove Bimorph Nodes from every location your Dynamo settings references and try reinstalling - it could be a much older version of BimorphNodes.dll being loaded as Revit will load the first one it finds, so my theory is you have a old version knocking about somewhere and that’s the one you are actually using.
One quick way to check: Do you have all the CAD.TextData nodes? if not then you’re not using v3.