mirror of
https://github.com/blender/blender-addons-contrib.git
synced 2025-07-25 16:09:05 +00:00
fix [#33615] bl_info (2,6,5,0) vs. (2,65,0) ?
This commit is contained in:
@ -20,7 +20,7 @@ bl_info = {
|
||||
"name": "Batch Rename Datablocks",
|
||||
"author": "tstscr",
|
||||
"version": (1, 0),
|
||||
"blender": (2, 5, 9),
|
||||
"blender": (2, 59, 0),
|
||||
"location": "Search > (rename)",
|
||||
"description": "Batch renaming of datablocks (e.g. rename materials after objectnames)",
|
||||
"warning": "",
|
||||
|
Reference in New Issue
Block a user