convert colorcorrect to color correction

hello all

I have seen a script that does convert/remove the colorcorrect map from any materials. since I have read that there will not be a max 2012 recompile, most of us who uses this plugin will have a problem! :)

...but I do not find the script anymore!!! it was on scriptspot, but now it's gone...

is it hard to write a script to delete all the colorcorrect maps?
ps. I wish I could write scripts!

thanks for your effort.

best regards
themaxxer

Comments

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.
ffcbb's picture
Rokas's picture

Same here.. we should try not

Same here..

we should try not to depend on 3rd party plugins as much as we can...

I wrote simple script to replace Cuneyt Ozdas "colorcorrect" maps to Autodesk "color correction" so scene becomes compatible with max2012. But no correction whatsoever is performed in new map.

script should be run in max, which understands colorcorrect plugin prior to opening scene in max2012:

for m in (getClassinstances colorcorrect) do replaceInstances m (color_correction map:(getSubTexmap m 1))

p.s. only source map is taken into account, as i dont use anything else

bpositive's picture

Good idea

I would love to see such a script as well :-)

Comment viewing options

Select your preferred way to display the comments and click "Save settings" to activate your changes.