Weisl / simple_renaming

Simple Renaming Addon for Blender
https://weisl.github.io/renaming/
GNU General Public License v3.0
180 stars 12 forks source link

Unable to install latest version 2.1.1 in Blender 4.1.1 #194

Open 630263 opened 2 months ago

630263 commented 2 months ago

Hi there, I can't install latest version as title says in Blender 4.1.1. It creates addon folder, but missing in the addon list. Nothing special in the console: Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\Users\\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\simple_renaming_panel\init.py' Warning: add-on missing 'bl_info', this can cause poor performance!: 'C:\Users\*\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons\simple_renaming_panel\init.py' Modules Installed () from '\simple renaming panel 2.1.1.zip' into 'C:\Users\*\AppData\Roaming\Blender Foundation\Blender\4.1\scripts\addons'

Lastest working version in 4.1.1 is 2.0.0. Thank you :)

Jiri P.

Weisl commented 2 months ago

Hi, The latest version uses Blender 4.2 new extension system which breaks compatibility with older versions. I removed the backwords compatibility to comply with the Blender Extensions Guidlines.