THE POST BELOW IS MORE THAN 5 YEARS OLD. RELATED SUPPORT INFORMATION MIGHT BE OUTDATED OR DEPRECATED
On 14/11/2009 at 14:12, xxxxxxxx wrote:
User Information:
Cinema 4D Version: 11
Platform: Windows ; Mac OSX ;
Language(s) : C.O.F.F.E.E ; C++ ; XPRESSO ;
---------
I was wondering whether the SDK contained the info needed to replace the standard C4D color picker with an alternative?
After being spoiled using Jovian Color Picker on Lightwave3D, I really wanted to look at replacing the standard color picker with one that supported libraries, etc. or at least gave me access to the native MacOSX color picker (which allows plugin extensions itself). However, I didn't see anything in the R11 or R11.5 SDKs which enabled replacing the C4D color picker.
Is it even possible? If so, where are the associated hooks documented? What all needs to be provided by a color picker plugin?
If it isn't currently possible, can such functionality be added to a future version of the SDK? The C4D color picker, while adequate for basic tasks, is really missing a lot of functionality in terms of specific swatch libraries (say for PANTONE colors, etc.), color mixing and picking, and so forth that are available in other apps. This seems like one area where C4D is "behind the curve", and allowing devs to replace the standard picker would be very useful, IMO.
As another example, right now it is very difficult to maintain a linear workflow when the only way to pick colors involves an on-screen (and therefore gamma-adjusted) color picker which doesn't allow for automatic "de-correction" of selected colors back to linear gamma. It would be trivial to add this functionality, but as far as I can tell, there are no hooks whatsoever to even post-process color selection operations.
Changes requested (if not present already) :
1. Ability to completely replace color picker, with Preferences setting for user to choose default picker (ideally allowing choice of "C4D Standard", "OS Native" (maybe not on Windows, but useful on Mac), and whatever user-installed variants exist.
2. Hooks to pre- and post-process color information being handed into and returned by whatever color picker is in use. This would allow for "linear workflow" plugins that compensated for screen gamma, for example.
3. Ability to provide installable panes that attach to the "C4D Standard" color picker. This would allow developer to add support for swatch libraries, color mixers, etc. without requiring complete replacement of the standard color picker. User-installed panes would need access to contents of standard picker, and to be able to change the color represented by it from within installed panes.
If these kinds of hooks and replacement abilities already exist in the SDK, can someone point me to the plugin type needed to do such things?
Thanks!