diff --git a/OP_setup_curve_path.py b/OP_setup_curve_path.py index aaa7946..fb29269 100644 --- a/OP_setup_curve_path.py +++ b/OP_setup_curve_path.py @@ -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.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 ? # bpy.ops.object.mode_set(mode='OBJECT', toggle=False) diff --git a/__init__.py b/__init__.py index 3d42045..e8bfea7 100644 --- a/__init__.py +++ b/__init__.py @@ -2,7 +2,7 @@ bl_info = { "name": "Unfold Anim Cycle", "description": "Anim utility to develop walk/run cycles along a curve", "author": "Samuel Bernou", - "version": (0, 1, 0), + "version": (0, 1, 1), "blender": (2, 92, 0), "location": "View3D", "warning": "WIP",