[Bricksmith] Tip to customize color palette - Printable Version +- LDraw.org Discussion Forums (https://forums.ldraw.org) +-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html) +--- Forum: LDraw Editors and Viewers (https://forums.ldraw.org/forum-11.html) +--- Thread: [Bricksmith] Tip to customize color palette (/thread-2389.html) |
[Bricksmith] Tip to customize color palette - Jim DeVona - 2011-12-11 Lots of colors are defined in ldconfig.ldr, but in any particularly model I typically only use a small subset of the available colors. As I build the model in Bricksmith, this means a lot of scrolling or searching through the color palette to pick the same couple of colors. Even using the keyboard, this can get tedious. (Too bad there's no "favorite colors" mechanism...) In fact, you can create custom palettes with just the colors you need by swapping out the ldconfig.ldr file in your LDraw folder for a copy containing only the relevant color definitions. (Keep the original!) For example, here's the entire ldconfig.ldr I used to build this model: Code: 0 // LDraw Solid Colours The Bricksmith color palette just shows you what's defined, so it looks like this: Tidy and convenient! Don't forget to include the generic main and edge colors. I'm not sure what happens if you don't. (I'm almost certain I've posted this tip somewhere before, but I can't find a link, so I figured I'd just share it again.) |