Skip to content

Releases: Weisl/simple_renaming

simple_renaming_panel_2_1_1 (Blender 4.2+)

02 Aug 09:22
3edb826
Compare
Choose a tag to compare

Version 2.1 of the Simple Renaming Panel has been refactored and converted to an extension for Blender 4.2. This breaks compatibility with older Blender versions.

Release Notes

2.1

Version 2.1 of the Simple Renaming Panel has been refactored and upgraded for Blender 4.2 and is available as an Extension.

Features

  • #175: The Simple Renaming Panel has been converted from an add-on to an Extension.
  • #185: Users can now reverse the sorting order.
  • #181: Added an option to enable or disable the Prefix/Suffix by Type panel.

Fixes

  • #187: Addressed an issue where selection was displayed in Bone renaming mode. This option is now correctly disabled in Bone renaming mode.
  • #178: Renaming Data is now consistent with other renaming targets.

SimpleRenamingPanel_v2_0

19 Dec 20:33
bcdcf9f
Compare
Choose a tag to compare

Release Notes

2.0

This is the first Blender Market Release. This release includes a major restructuring of the code base and, most notably, introduces support for Blender 4.0.

features

  • #141: Numerate by Axis Order.
  • #159: Added documentation link for user guidance and reference.
  • #153: UI Update: Added a warning that selection for Collections is only effective from the Outliner.
  • #151: UI Enhancement: Added links to other addons/stores for improved branding.
  • #149: UI Improvement: Added a direct link to settings from the UI Panel for easier access.
  • #114: UI Refinement: Improved the renaming target selection dropdown for better user experience.
  • #147: Code Update: Rewrote code related to hotkey assignment and registration for enhanced performance and reliability.

Fixes

  • #152: Fixed an issue with category renaming.
  • #150: Removed FaceMaps renaming feature, as it is no longer supported in Blender 4.0.
  • #148: Addressed Attribute renaming issues for Blender 4.0 compatibility.
  • #146: Corrected an issue where some objects were selected unintentionally.
  • #144: Fixed the numeration of Mesh Data to ensure accuracy.
  • #130: Resolved a bug causing key bindings to reset to default after restarting Blender.

SimpleRenamingPanel_v1_6_2

28 Oct 08:27
7449a65
Compare
Choose a tag to compare

1.6.2

features

  • #124 Add support for renaming particle systems.

SimpleRenamingPanel_v1_6_1

18 Sep 12:29
349384b
Compare
Choose a tag to compare

1.6.1

features

  • #121 Only rename Actions used by selected objects.

SimpleRenamingPanel_v1_6_0

16 Sep 14:58
Compare
Choose a tag to compare

1.6.0

features

  • #112 Support UV Maps, Facemaps, Color Attributes, Attributes.
  • #62 Support vertex group renaming
  • #106 Renaming Variables: add object data.
  • #70 Use selection order for object renaming
  • #99 Expose Renaming Panel to the Outliner
  • #69 Renaming selected collections (only works in outliner)
  • #120 Properties panel: delete simple UI and reorganize buttons
  • #119 Reorganize Preferences

SimpleRenamingPanel_v1_5_3

17 Mar 09:50
Compare
Choose a tag to compare

1.5.3

fixes

  • #101 Numerate is broken!
  • #98 Numerate varialbe and regular numerate behave differently!
  • #103 Category Renaming isn't working properly

SimpleRenamingPanel_v1_5_2

24 Sep 19:38
65ca37a
Compare
Choose a tag to compare

Documentation: https://weisl.github.io/renaming_release_nodes/

  • Performance improvement for operations affecting a lot of items to rename
  • Improve stability for renaming bones, especially in Edit Mode

Fixes

#85 Numerate on bones not working!
#84 Can't rename font and metaballs!
#93 'Rename All' does not work in Edit Bone Mode!

SimpleRenamingPanel_v1_5_1

12 Sep 14:56
9f81b7c
Compare
Choose a tag to compare

Code Cleanup

fix:

  • #74 Context is incorrect error:
  • #72 installation keymap error:
  • #80 Update documentation link
  • #78 Fix preset sufix/prefix

SimpleRenamingPanel v 1.5.0

11 May 18:49
9b9b378
Compare
Choose a tag to compare

[1.5.0]
[NEW] Auto Updater is back!
[NEW] Changing the properties panel category from the user preferences works now properly!
[NEW] The renaming variable @c contains the object collections!
[NEW] Specify numerate digits and start in the preferences
[Fix] Blender console warning for “doesn’t contain ‘PT’ with prefix & suffix”

SimpleRenamingPanel v 1.4.1

27 Nov 20:05
e8a0327
Compare
Choose a tag to compare

[Fix]: Renaming only selected Bones in Object mode shows now an info that selected bones can only be renamed in object mode.
[Fix]: Improved Error handling
[Fix] Duplicate popup window is not shown in the tools panel anymore.