File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
bl_info = {
23
23
"name" : "Import Voodoo Camera Tracks" ,
24
24
"author" : "Blender Defender" ,
25
- "version" : (1 , 0 , 4 ),
25
+ "version" : (1 , 0 , 5 ),
26
26
"blender" : (2 , 83 , 0 ),
27
27
"location" : "View3D > Object > Import > Open Voodo Camera Track" ,
28
28
"description" : "Import Voodoo Camera Tracker Scripts (for Blender 2.5) to Blender 2.8x the easy way!" ,
29
- "warning" : "" ,
29
+ "warning" : "Checkout Gumroad for other Addons and more... " ,
30
30
"wiki_url" : "https://github.com/BlenderDefender/io_voodoo_tracks" ,
31
31
"tracker_url" : "https://github.com/BlenderDefender/io_voodoo_tracks/issues" ,
32
32
"category" : "Import-Export" }
@@ -105,7 +105,7 @@ def execute(self, context):
105
105
class IOVOODOOTRACKS_OT_CheckGumroad (bpy .types .Operator ):
106
106
"""Checkout Gumroad for more cool Addons and Blender Files"""
107
107
bl_idname = "voodoo_track.check_gumroad"
108
- bl_label = "Checkout Gumroad for extension packs and more..."
108
+ bl_label = "Checkout Gumroad for other Addons and more..."
109
109
bl_options = {'REGISTER' }
110
110
111
111
You can’t perform that action at this time.
0 commit comments