Skip to content

Commit

Permalink
Merge branch 'pppalain:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
SpectralVectors authored Dec 29, 2024
2 parents 1db51d4 + 2dc6970 commit 4c865e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/addons/cam/ui/panels/movement_panel.py
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ def draw(self, context):
subcol = panel.column(align=True)
subcol.enabled = self.op.movement.ramp
row = subcol.row()
row.prop(self.op.movement, "Zigzag_ramp", text="Zigzag Ramp")
row.prop(self.op.movement, "zig_zag_ramp", text="Zigzag Ramp")
row = subcol.row()
row.use_property_split = True
row.prop(self.op.movement, "ramp_in_angle", text="In Angle")
Expand Down

0 comments on commit 4c865e5

Please sign in to comment.