mirror of
https://github.com/blender/blender-addons.git
synced 2025-07-29 12:05:36 +00:00
fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?
make addons blender versions consistent
This commit is contained in:
@ -22,7 +22,7 @@ bl_info = {
|
||||
"name": "Object Property Chart",
|
||||
"author": "Campbell Barton (ideasman42)",
|
||||
"version": (0, 1),
|
||||
"blender": (2, 5, 7),
|
||||
"blender": (2, 57, 0),
|
||||
"location": "Tool Shelf",
|
||||
"description": "Edit arbitrary selected properties for objects of the same type",
|
||||
"warning": "",
|
||||
|
Reference in New Issue
Block a user