Tlousky/ivy_growth_animator

the code is truncated wrongly

Opened this issue · 0 comments

on line 145, there is only
[code]
ivy_objects = bpy.context.scene.BranchesAnimProperties.find_ivy_branches(
[/code]
according to your previous code, the following line should be added on the next line
[code]
branches )
[/code]