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

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'curve_tools/PathFinder.py')
-rw-r--r--curve_tools/PathFinder.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/curve_tools/PathFinder.py b/curve_tools/PathFinder.py
index adc76cba..2f661382 100644
--- a/curve_tools/PathFinder.py
+++ b/curve_tools/PathFinder.py
@@ -228,7 +228,7 @@ def click(self, context, event):
point.select = True
class PathFinder(bpy.types.Operator):
- bl_idname = "curvetools2.pathfinder"
+ bl_idname = "curvetools.pathfinder"
bl_label = "Path Finder"
bl_description = "Path Finder"
bl_options = {'REGISTER', 'UNDO'}
@@ -322,4 +322,4 @@ def unregister():
bpy.utils.unregister_class(PathFinder)
if __name__ == "__main__":
- register() \ No newline at end of file
+ register()