zenustech / zenoblend

Zeno Blender Addon (WIP)
Mozilla Public License 2.0
37 stars 5 forks source link

No node tree specified! Please check the Zeno Scene panel. #13

Closed yanzixiang closed 2 years ago

yanzixiang commented 3 years ago

what does this mean ?

hooyuser commented 3 years ago

That means you should select a zeno nodetree first, either a static nodetree or a framed one.

Zeno Scene

Hopefully we can polish the UI of Zeno nodetree management in the future.

yanzixiang commented 3 years ago

111

location: :-1 閿欒: Python: Traceback (most recent call last): File "C:\Users\yanzixiang\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\zenoblend\execute_operator.py", line 20, in execute if not scenario.frame_update_callback(): File "C:\Users\yanzixiang\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\zenoblend\scenario.py", line 328, in frame_update_callback update_scene(static_tree) File "C:\Users\yanzixiang\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\zenoblend\scenario.py", line 297, in update_scene execute_scene(graph_name, is_framed=False) File "C:\Users\yanzixiang\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\zenoblend\scenario.py", line 241, in execute_scene core.graphApply(graphPtr) RuntimeError: ZENO Traceback (most recent call last): During evaluation of SubOutput: During evaluation of PrimitiveToMesh: invalid primitive attribute name: tex

Where is tex ?

yanzixiang commented 3 years ago

Hopefully we can polish the UI of Zeno nodetree management in the future.

I think we can set the first nodetree as default when the user creates it. Or we can create a default nodetree.

hooyuser commented 3 years ago

If you've got the newest edition, you could try BlenderOutputPrimitive node for your purpose. example