mariuszhermansdorfer / SandWorm

Augmented Reality Sandbox for Grasshopper & Rhino
MIT License
20 stars 11 forks source link

Update debug method to use Rhino7 and to activate on valid build target #80

Closed philipbelesky closed 2 years ago

philipbelesky commented 2 years ago

Not sure if you noticed this - but out of the box Sandworm wouldn't let me debug with the normal 'startup Rhino and attach' workflow. The issue is that the Kinect dependencies only compile for x86/64 rather than the generic Any CPU target (as far as I can tell).

This updates the StartProgram action to trigger on compiling to the x64 target and updates the application path to Rhino 7 as well. That got things working on my end. Maybe on your end this was handled with uncommited settings?

mariuszhermansdorfer commented 2 years ago

Yeah, this is my local setup. Not sure why it didn't push to Git. Thanks for pushing this fix @philipbelesky!