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
Maybe this is a little
Maybe this is a little late..
http://www.cuneytozdas.com/software/3dsmax/#ColorCorrect
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
Good idea
I would love to see such a script as well :-)
www.bpositive.dk