Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSebastian Parborg <darkdefende@gmail.com>2021-05-20 21:48:44 +0300
committerSebastian Parborg <darkdefende@gmail.com>2021-05-20 21:48:44 +0300
commit695fa3a4a1a2773ee714f919274eba5807877cfb (patch)
treed19e42ee4432cd07464b44ef08c54af6fe30f9e5 /release
parent1400fdf558f3b834ab3c1c46f5c722d1d4a4f07d (diff)
parent6a0906c09a263f5fb17449407f5988c4bda53436 (diff)
Merge branch 'blender-v2.93-release'
Diffstat (limited to 'release')
-rw-r--r--release/scripts/startup/bl_ui/properties_data_curve.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/release/scripts/startup/bl_ui/properties_data_curve.py b/release/scripts/startup/bl_ui/properties_data_curve.py
index 4bd2d66e257..85f672cd50f 100644
--- a/release/scripts/startup/bl_ui/properties_data_curve.py
+++ b/release/scripts/startup/bl_ui/properties_data_curve.py
@@ -267,6 +267,7 @@ class DATA_PT_pathanim(CurveButtonsPanelCurve, Panel):
# these are for paths only
col.separator()
+ col.prop(curve, "use_path_clamp")
col.prop(curve, "use_path_follow")