I’ve got a GD script that’s all Dynamo (no Python) that works smoothly in Dynamo. It exports and it saves in the GD folder but it’s not showing in the ‘create study’ window.
If I save over an existing study it will show in the GD create study window and I can run the script.
When I run the script it glitches though.
This is what it shows in the GD window- The red rectangles are offset from where they should be and they’re showing an entire grid. It also counts all the red rectangles that are shown.
However if I open this back in dynamo it displays fine and the count is correct (6 instead of the 200 it was showing in GD):
I’ve not done anything, not changed a thing. I only clicked the, “open in Dynamo” button.
Anyone got any suggestions as to what’s going on here?
The black lines are just lines. The red rectangle are rectangles that are created from two points.
Since I discovered it wasn’t showing up I’ve tried about 15 other scripts - pasting code in from scratch and exporting. They all seem to work except this one.
This one works if I C+P it in sections. OR if I save over an already exported one. But obviously I’d rather know what the issue is in case I come across it again in future.
It appears in the same GD location on my harddrive as the other scripts.
I wasn’t aware you can change where the GD studies window points to, how’d you do that?
I’m guessing either a minor corruption of one of the nodes or an issue with dependencies (which could have been avoided by copy/pasting nodes in a certain order.)