Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 1.3 KB

README.md

File metadata and controls

17 lines (11 loc) · 1.3 KB

blender_search-replace

This Add-On introduces a comprehensive tool for searching and replacing objects within the Blender 3D scene. It extends Blender's functionality by allowing users to selectively replace objects with another while optionally preserving the original objects' rotation and scale. It primarily aids in efficient object management within Blender scenes, especially useful in large scenes or during significant modifications. It extends the UI with custom panels and operators, improving workflow by allowing batch replacement of objects with advanced control over properties like rotation and scale.

grafik

Installation

To use this script, it must be run in Blender's scripting environment. Once executed, it adds a new panel in the 3D View's UI region (under the "Tool" tab), where the user can interact with the functionalities provided.

  • Download the script then copy it into your \\.blender\scripts\addons folder.
  • Open Blender and go to the addons tab in User Preferences.
  • Enable the script

You can find the whole documentation and installation instructions here (ToDo).