mirror of
https://github.com/blender/blender-addons.git
synced 2025-08-16 15:35:05 +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": "Copy Settings",
|
||||
"author": "Bastien Montagne",
|
||||
"version": (0, 1, 4),
|
||||
"blender": (2, 6, 1),
|
||||
"blender": (2, 61, 0),
|
||||
"location": "Render buttons (Properties window)",
|
||||
"description": "Allows to copy a selection of render settings from "
|
||||
"current scene to others.",
|
||||
|
Reference in New Issue
Block a user