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:
authormeta-androcto <meta.androcto1@gmail.com>2017-04-03 13:54:52 +0300
committermeta-androcto <meta.androcto1@gmail.com>2017-04-03 13:54:52 +0300
commit70f8c6981492e64ae5e1fd2cbbdfb3fc90b86cca (patch)
treefdc4270ab973c1a6d6c62e818edeb44d68455c95 /camera_dolly_crane_rigs.py
parent89f92968a76d4138f4d79e4b6c140a90879bcb93 (diff)
camera rigs, fix warning
Diffstat (limited to 'camera_dolly_crane_rigs.py')
-rw-r--r--camera_dolly_crane_rigs.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/camera_dolly_crane_rigs.py b/camera_dolly_crane_rigs.py
index f2faf3f1..363cb588 100644
--- a/camera_dolly_crane_rigs.py
+++ b/camera_dolly_crane_rigs.py
@@ -5,7 +5,7 @@ bl_info = {
"blender": (2, 77, 0),
"location": "View3D > Add > Camera > Dolly or Crane Rig",
"description": "Adds a Camera Rig with UI",
- "warning": "Enable Auto Run Scripts > User prefs System for drivers",
+ "warning": "Enable Auto Run Python Scripts in User Preferences > File",
"wiki_url": "http://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/Rigging/Add_Camera_Rigs",
"tracker_url": "https://developer.blender.org/maniphest/task/edit/form/2/",
"category": "Camera",