AIGODLIKE / ComfyUI-BlenderAI-node

Used for AI model generation, next-generation Blender rendering engine, texture enhancement&generation (based on ComfyUI)
GNU General Public License v3.0
828 stars 47 forks source link

Executing the node group from a python script #104

Closed gerroon closed 2 months ago

gerroon commented 4 months ago

Hi

I can normally execute node groups like bpy.data.node_groups["animation nodes"].execute()

This node group does not seem to have an execute function. I need to run the execution from a script in Blender. How do I do that?

thanks

KarryCharon commented 4 months ago

Hi

I can normally execute node groups like bpy.data.node_groups["animation nodes"].execute()

This node group does not seem to have an execute function. I need to run the execution from a script in Blender. How do I do that?

thanks

Added! See latest dev branch