Skip to content

slot Object not working at render. #192

Description

@ahrimanes

ok I have this working and Im doing some stuff.. but when it comes to slot index to shift betwiin sprites I get an error every time i try to set a keyframe, if I press "i" it works but it only works on play time if I render I only see the index im on when render animation button was pressed..

the error is:
Traceback (most recent call last):
File "C:\Users\ahrim\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\coa_tools\operators\animation_handling.py", line 132, in invoke
self.execute(context)
File "C:\Users\ahrim\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\coa_tools\operators\animation_handling.py", line 162, in execute
self.create_keyframe(context,event,self.prop_name)
File "C:\Users\ahrim\AppData\Roaming\Blender Foundation\Blender\2.80\scripts\addons\coa_tools\operators\animation_handling.py", line 77, in create_keyframe
sprite.keyframe_insert(data_path)
TypeError: bpy_struct.keyframe_insert() property "coa_slot_index" not found

i did as you said before on other issues,, select all sprites i want to make them slot and press the merge..

it seems my objects have missin properties "coa_slot_index"?? how can i solve it?

im using blender 2.80, and coa tools 2.0.0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions