├── README.md └── RandomColor ├── randomcolor.pyp └── res ├── c4d_symbols.h ├── color.tif ├── color_to_material.tif ├── dialogs └── dlg_settings.res ├── strings_us ├── c4d_strings.str └── dialogs │ └── dlg_settings.str └── uncolor.tif /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safina3d/c4d-random-color/HEAD/README.md -------------------------------------------------------------------------------- /RandomColor/randomcolor.pyp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safina3d/c4d-random-color/HEAD/RandomColor/randomcolor.pyp -------------------------------------------------------------------------------- /RandomColor/res/c4d_symbols.h: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safina3d/c4d-random-color/HEAD/RandomColor/res/c4d_symbols.h -------------------------------------------------------------------------------- /RandomColor/res/color.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safina3d/c4d-random-color/HEAD/RandomColor/res/color.tif -------------------------------------------------------------------------------- /RandomColor/res/color_to_material.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safina3d/c4d-random-color/HEAD/RandomColor/res/color_to_material.tif -------------------------------------------------------------------------------- /RandomColor/res/dialogs/dlg_settings.res: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safina3d/c4d-random-color/HEAD/RandomColor/res/dialogs/dlg_settings.res -------------------------------------------------------------------------------- /RandomColor/res/strings_us/c4d_strings.str: -------------------------------------------------------------------------------- 1 | STRINGTABLE 2 | { 3 | 4 | } -------------------------------------------------------------------------------- /RandomColor/res/strings_us/dialogs/dlg_settings.str: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safina3d/c4d-random-color/HEAD/RandomColor/res/strings_us/dialogs/dlg_settings.str -------------------------------------------------------------------------------- /RandomColor/res/uncolor.tif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/safina3d/c4d-random-color/HEAD/RandomColor/res/uncolor.tif --------------------------------------------------------------------------------