Skip to content

Commit

Permalink
Merge pull request #166 from alessandro-zomparelli/b401-dev
Browse files Browse the repository at this point in the history
bugfix with polyhedral live update
  • Loading branch information
alessandro-zomparelli authored Feb 9, 2024
2 parents a29839b + a247135 commit d7f4c32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion polyhedra.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@
def anim_polyhedra_active(self, context):
ob = context.object
props = ob.tissue_polyhedra
if ob.tissue.tissue_type=='POLYHEDRA' and not ob.tissue.bool_lock and ob.tissue.bool_run:
if ob.tissue.tissue_type=='POLYHEDRA' and not ob.tissue.bool_lock:
props.object.name
bpy.ops.object.tissue_update_polyhedra()

Expand Down

0 comments on commit d7f4c32

Please sign in to comment.