inca / blender-differential-growth

Blender Addon: Differential Growth
https://boris.okunskiy.name/posts/blender-differential-growth
642 stars 27 forks source link

blender development suggestions #16

Open hannesdelbeke opened 11 months ago

hannesdelbeke commented 11 months ago

hi i see you recommend symlink.

One good solution is to symlink the repo to the Blender's addon location, then develop using your favorite editor

2 other solutions I came across that are great to use:

i used to use symlink, but the disadvantage is if you swap branch it might try delete the folder. affecting your source files. the other solutions don't have this issue.