Search found 2 matches
- Tue Feb 04, 2014 5:37 am
- Forum: Programming
- Topic: Randomize custom palettes
- Replies: 3
- Views: 4223
Re: Randomize custom palettes
Updated original post with inx code. Thank you, I'll look in to that enumerate and what you suggest. Well I think I could somehow even hack it with that random.choice by saving already used colors in some list and matching it against full palette or just removing values from full palette list and ra...
- Mon Feb 03, 2014 11:00 pm
- Forum: Programming
- Topic: Randomize custom palettes
- Replies: 3
- Views: 4223
Randomize custom palettes
Hello, I'm working on extension to randomize color of selected objects, something like "color>randomize" but by specific palette colors. So far I made it somewhat to work but not exactly as I wanted. What I want to do: lets say I select 10 objects and I want to assign random color to each ...