Customizing Blender/Bonsai
Hi All,
I would like to add the classification reference name to the classification references in the 'Classification' panel, like '[Omniclass] 23-70.50.....' or '[CCI] L-GC'. I'm working in a multi-classification environment and keep track of the classification codes and systems applied.
I know the panel is managed by the classes in 'bonsai/..../classification/ui.py '
So:
Q1: how should I debug the code? Seems like print() is not appearing in the Blender console for me.
Q2: do I need to restart Blender on the code change, or it's updated automagically? This is UI part, so I guess I need to restart?
Tagged:
Comments
Hi @ejs
1 - It should work. One possible issue is that the UI code only runs when you interact with it, so you have to open the classification panel before checking the console.
2 - Yes, you need to restart. See more information here: https://docs.bonsaibim.org/guides/development/installation.html#live-development-environment