microfix
parent
1b2ac6b0f1
commit
bead484bb7
|
@ -102,7 +102,7 @@ class UAC_OT_create_curve_path(bpy.types.Operator):
|
||||||
context.space_data.overlay.show_curve_normals = True
|
context.space_data.overlay.show_curve_normals = True
|
||||||
context.space_data.overlay.normals_length = 0.2
|
context.space_data.overlay.normals_length = 0.2
|
||||||
|
|
||||||
context.scene.anim_cycle_settings.path_to_follow = curve.name
|
context.scene.anim_cycle_settings.path_to_follow = curve
|
||||||
## back to objct mode ?
|
## back to objct mode ?
|
||||||
# bpy.ops.object.mode_set(mode='OBJECT', toggle=False)
|
# bpy.ops.object.mode_set(mode='OBJECT', toggle=False)
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@ bl_info = {
|
||||||
"name": "Unfold Anim Cycle",
|
"name": "Unfold Anim Cycle",
|
||||||
"description": "Anim utility to develop walk/run cycles along a curve",
|
"description": "Anim utility to develop walk/run cycles along a curve",
|
||||||
"author": "Samuel Bernou",
|
"author": "Samuel Bernou",
|
||||||
"version": (0, 1, 0),
|
"version": (0, 1, 1),
|
||||||
"blender": (2, 92, 0),
|
"blender": (2, 92, 0),
|
||||||
"location": "View3D",
|
"location": "View3D",
|
||||||
"warning": "WIP",
|
"warning": "WIP",
|
||||||
|
|
Loading…
Reference in New Issue