You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/tools.md
+31Lines changed: 31 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -223,3 +223,34 @@ Finds the lowest poly mesh in the selection and adds the low poly suffix to it,
223
223
224
224
The prefix for the low and high poly mesh can be changed in the plugin settings.
225
225

226
+
227
+
##Edit Collection Offset
228
+
Allows you to quickly setup the offset of the collection.
229
+
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.
230
+
That locator will be deleted and the collection offset will now be the position the locator had.
231
+
232
+
##Rename objects by collection
233
+
Select a collection, or object in collection. All the objects name will now reflect the name of the collection.
234
+
235
+
##Color objects by collection
236
+
Sets the color of the objects to the color of its collection.
237
+
-If the collection has a color tag it will use it, if it doesnt it will generate a random color.
238
+
-The color is only visible in Solid shading mode, with color mode set to attribute.
239
+
240
+
###Automatically update collection Colors On/Off
241
+
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.
242
+
243
+
###Use top level parent to set collection color
244
+
If on, the color of the collection will be the color of the topmost parent in the collection hirarchy for every collection.
245
+
246
+
##Quick convex Hull
247
+
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.
248
+
The prefix can be edited in the addon preferences
249
+
250
+
##Collision Collection Update
251
+
Creates a collision collection and adds every collection object to it that is using a collision prefix.
252
+
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
253
+
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.
254
+
255
+
###Automatically add collision objects to a global collision collection On/Off
256
+
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.
0 commit comments