[Bf-extensions-cvs] [014908f0] master: animation_motion_trail: version bump, non working

meta-androcto noreply at git.blender.org
Sat Sep 14 02:14:59 CEST 2019


Commit: 014908f0b110ab336bc74151dc3248bc3a19fb4e
Author: meta-androcto
Date:   Sat Sep 14 10:14:32 2019 +1000
Branches: master
https://developer.blender.org/rBAC014908f0b110ab336bc74151dc3248bc3a19fb4e

animation_motion_trail: version bump, non working

===================================================================

M	animation_motion_trail.py

===================================================================

diff --git a/animation_motion_trail.py b/animation_motion_trail.py
index cb28304a..e32758db 100644
--- a/animation_motion_trail.py
+++ b/animation_motion_trail.py
@@ -23,9 +23,9 @@ bl_info = {
     "name": "Motion Trail",
     "author": "Bart Crouch",
     "version": (3, 1, 3),
-    "blender": (2, 65, 4),
+    "blender": (2, 80, 0),
     "location": "View3D > Toolbar > Motion Trail tab",
-    "warning": "",
+    "warning": "Needs bgl draw update",
     "description": "Display and edit motion trails in the 3D View",
     "wiki_url": "https://wiki.blender.org/index.php/Extensions:2.6/Py/"
                 "Scripts/Animation/Motion_Trail",
@@ -1611,7 +1611,7 @@ class MotionTrailOperator(bpy.types.Operator):
 class MotionTrailPanel(bpy.types.Panel):
     bl_category = "Animation"
     bl_space_type = 'VIEW_3D'
-    bl_region_type = 'TOOLS'
+    bl_region_type = 'UI'
     bl_label = "Motion Trail"
     bl_options = {'DEFAULT_CLOSED'}



More information about the Bf-extensions-cvs mailing list