-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
4 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
# blender_search-replace | ||
This Add-On provides a simple search/replace menu for use in the 3D view tools sidebar (under the register "Tools"). Allows users to search for all objects from the scene and replace them or filter them by material/texture and also to replace the material/texture very fast. | ||
This Add-On provides a simple search & replace menu for use in the 3D viewport right sidebar. | ||
You get a list of all the objects in the scene | ||
|
||
![grafik](https://github.com/Eddcapone/blender_search-replace/assets/16349349/8f3a434a-486c-414e-af00-0a34e42466b8) | ||
![grafik](https://github.com/Eddcapone/blender_search-replace/assets/16349349/2760d81b-9020-4221-a9fa-22686a2088b5) | ||
|
||
<h1>Installation</h1> | ||
|
||
<ul> | ||
<li>Download the script then copy it into your \\.blender\scripts\addons folder.</li> | ||
<li>Open Blender and go to the addons tab in User Preferences.</li> | ||
<li>Enable the script</li> | ||
</ul> | ||
|
||
You can find the whole documentation and install instructions <a href="https://wiki.blender.org/index.php/Extensions:2.6/Py/Scripts/3D_interaction/Material_Search">here</a>. | ||
You can find the whole documentation and installation instructions <a href="https://github.com/Eddcapone/blender_search-replace/wiki">here (ToDo)</a>. |