Hello everyone, I'm a beginner. While using Studio, I've added many custom parts, but all of these parts are placed in the CustomParts folder. If I categorize the files in the CustomParts folder, the parts won't display properly in the Studio software. I'd like to ask you amazing netizens if there's a way to organize them into categories. Right now, all the parts are mixed together, making it hard to find what I need. Thank you all in advance!
(2025-10-14, 12:08)Jack Wrote: [ -> ]Hello everyone, I'm a beginner. While using Studio, I've added many custom parts, but all of these parts are placed in the CustomParts folder. If I categorize the files in the CustomParts folder, the parts won't display properly in the Studio software. I'd like to ask you amazing netizens if there's a way to organize them into categories. Right now, all the parts are mixed together, making it hard to find what I need. Thank you all in advance!
Hi,
It’s not possible at the moment
You can
vote for the suggestion on the Studio forum….
The custom parts are organized by the name defined in the header. The second line in the header here is the name. "Table 30x30" Knowing that you can easily add information to that line to make the Custom Parts sort like you want.
Code:
0 FILE CM_30x30_Table.dat
0 Table 30x30
0 Name: CM_30x30_Table.dat
0 Author: Cameron Miller (Cam's Brick)
(2025-10-15, 10:56)Cam's Bricks Wrote: [ -> ]The custom parts are organized by the name defined in the header. The second line in the header here is the name. "Table 30x30" Knowing that you can easily add information to that line to make the Custom Parts sort like you want.
Code:
0 FILE CM_30x30_Table.dat
0 Table 30x30
0 Name: CM_30x30_Table.dat
0 Author: Cameron Miller (Cam's Brick)
Okay, thank you for your suggestion. I'll give it a try.