-
Notifications
You must be signed in to change notification settings - Fork 24
Description
Ran into an issue at the baking stage, not sure what the error is. The console message reads:
Error: Python: Traceback (most recent call last):
File "C:\Users\conno\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\compify-master_init_.py", line 367, in execute
return self.baker.execute(context)
^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "C:\Users\conno\AppData\Roaming\Blender Foundation\Blender\4.3\scripts\addons\compify-master\bake.py", line 41, in execute
self.main_node = material.node_tree.nodes[MAIN_NODE_NAME]
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
KeyError: 'bpy_prop_collection[key]: key "Compify Footage" not found'
This is what my scene looks like after pressing "Prep Scene". It didn't seem to change the materials at all, so I'm not quite sure what I'm doing wrong
