Skip to content

Commit

Permalink
skip wiggle pre when rendering
Browse files Browse the repository at this point in the history
hopefully avoids crashing
  • Loading branch information
shteeve3d committed Aug 5, 2023
1 parent 258e687 commit b95c560
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions wiggle_2.py
Original file line number Diff line number Diff line change
Expand Up @@ -451,6 +451,7 @@ def stretch(target, position, fac):
@persistent
def wiggle_pre(scene):
if (scene.wiggle.lastframe == scene.frame_current) and not scene.wiggle.reset: return
if scene.wiggle.is_rendering: return
if not scene.wiggle_enable:
reset_scene()
return
Expand Down

0 comments on commit b95c560

Please sign in to comment.