Skip to content

Commit

Permalink
fixed bug with rotateProjection
Browse files Browse the repository at this point in the history
  • Loading branch information
Eric-Vignola authored Feb 21, 2023
1 parent d38a3c0 commit 72af71b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion _examples/rail_spine.py
Original file line number Diff line number Diff line change
Expand Up @@ -312,7 +312,7 @@ def _order_controls(controls, position_controls):


# orient weights frozen state
orient_weights = condition(rail.scaleProjection==0,
orient_weights = condition(rail.rotateProjection==0,
orient_weights >> None,
orient_weights)

Expand Down

0 comments on commit 72af71b

Please sign in to comment.