wolfen420 44 Report post Posted August 31, 2015 Is it possible to make it not add QB_Group_ to the group names? At least make it optional? Share this post Link to post Share on other sites
playTangent 41 Report post Posted September 1, 2015 QickBrush pre-pends "QB_Group_" to group GameObjects when they're created. This is just intended to make it easier to search for them in the hierarchy. But Manually renaming a group GameObject once it's created won't break anything, since the actual group names used by the editor (sans prefix) are stored as variables in instances of the qb_Group component script. Anyway, since there's no interface setting to change the naming behavior right now, you can open the script qb_Painter.cs and go to line 2871. And there you can change or remove the prefix. 1 wolfen420 reacted to this Share this post Link to post Share on other sites
wolfen420 44 Report post Posted September 1, 2015 I'll give that a go. Thanks. Share this post Link to post Share on other sites
wolfen420 44 Report post Posted September 1, 2015 I'll give that a go. Thanks. Share this post Link to post Share on other sites