Regarding to the sentence "You should make sure the node you're connecting to is on, running blender with the addon enabled and 'started' (see above)." in the section of connecting nodes without a cloud, because my nodes are in the cluster which means there is no gnome-desktop to be shown, may I know how I am supposed to enable and start the add-on? I know that the blender can be run in the background using command line, is there any command that I can use to start the add-on? Thank you very much!
top of page
Support Crowdrender!
bottom of page
Hi @joezhou099 Sorry, again, forum still not fixed, despite me asking. Ok, commands to add new nodes? Hmmm, that hasn't been designed into the addon as such. But, it could be done via python scripting in blender.
Our addon uses Blender's operators to command a connection or addition of a node. So you can easily write a script that uses these operators to accomplish that. However, the documentation isn't written for this. I could help you write a script if you want to post what you have here.