Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/img/colorobjsbycollection_01.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
31 changes: 31 additions & 0 deletions docs/tools.md
Original file line number Diff line number Diff line change
Expand Up @@ -223,3 +223,34 @@ Finds the lowest poly mesh in the selection and adds the low poly suffix to it,

The prefix for the low and high poly mesh can be changed in the plugin settings.
![Alt Text](img/quick-hp-lp-namer.gif)

##Edit Collection Offset
Allows you to quickly setup the offset of the collection.
When you first run it it will spawn a locator for the collection the object is in. Move that locator to the position you wish and run the tool again with the locator selected.
That locator will be deleted and the collection offset will now be the position the locator had.

##Rename objects by collection
Select a collection, or object in collection. All the objects name will now reflect the name of the collection.

##Color objects by collection
Sets the color of the objects to the color of its collection.
-If the collection has a color tag it will use it, if it doesnt it will generate a random color.
-The color is only visible in Solid shading mode, with color mode set to attribute.

###Automatically update collection Colors On/Off
Runs a handler that automatically runs the tool every time the scene is updated. Might be performance intensive in big scenes, so turn off if the performance is impacted in a scene when using this toggle.

###Use top level parent to set collection color
If on, the color of the collection will be the color of the topmost parent in the collection hirarchy for every collection.

##Quick convex Hull
Generates a convex hull from the selection, parents it to the object and adds the desired prefix to the name. This works in edit mode and object mode.
The prefix can be edited in the addon preferences

##Collision Collection Update
Creates a collision collection and adds every collection object to it that is using a collision prefix.
The collision prefix can be set in the addon preferences, by default these are UCX,UBX and USP. When editing the prefixes in the addons pannel, make sure to leave no space between them
Every time the tool is run it will check the scene for new objects to add to the collection and remove the ones that no longer have the prefix from it.

###Automatically add collision objects to a global collision collection On/Off
Runs a handler that automatically updates the global collision collection every time the scene is updated. Might be performance intensive in big scenes, so turn off if the performance is impacted in a scene when using this toggle.
Loading