Skip to content

bRnm and bSel

dbbaier edited this page Jul 23, 2026 · 1 revision

batchRenameSelected(bRnm)

provides a user interface to quickly add a prefix or suffix, or replace part of a string in multiple objects names (all selected objects). Note: list of selected objects updates if you select objects in the scene or hypergraph.

30batchRename
  • Select radiobutton for type of rename.
  • Type the new string.
  • If replacing string, type only the text to be replaced in the replace text field.
  • Click apply.

selBySubstring(bSel)

provides a user interface to quickly select objects in the scene based on a substring in their names

selbysub
  • Use "*" as a wildcard for any number of characters. If namespaces are used, colon must be included.
    • ex: t01:*JCS finds all objects with the t01 namespace and JCS at the end
    • ex: *:*JCS finds all objects in all namespaces with JCS at the end
    • ex: *:JCS finds all objects in all namespaces with JCS anywhere in the name
    • ex: JCS will only find objects if namespaces are not being used.
  • Select Add to add to current selection
  • Select Remove to remove from current selection
  • Select Replace Selection to deselect any selected objects and select those with the substring Click apply- selection list populates the scrollList

Clone this wiki locally