Chaos Corona for 3ds Max > [Max] Feature Requests

Tonemapping & Maxscript

<< < (3/3)

DPS:
Thoughts Corona team?

maru:
After exchanging some thoughts between the teams, here is a list of items logged as feature requests for our dev/QA teams to review:

"Provide a way to remove all tone mapping operators via maxscript"
(Internal ID=1045248610)

"Maxscript access to VFB tone mapping "save" and "load" options"
(Internal ID=1007269616)

"Improve tone mapping operator ID handling via maxscript"
(Internal ID=1046008808)

"Manage tone mapping operators in a similar way as render elements"
(Internal ID=1045373741)

"Change various VFB settings via maxscript"
(Internal ID=540083079)

All these items are linked with this forum thread, so once there are any updates, we will let you know here.

maru:
"Improve tone mapping operator ID handling via maxscript" - we have some updates on this point. I will share the details ASAP.

DPS:
Thanks Marcin

maru:
Small update:

VFB tone mapping can be cleared using the following maxscript command:

--- Code: ---setProperty renderers.current "colorMap.pipeline" undefined
--- End code ---

And Corona Camera tone mapping using this one:

--- Code: ---cam = getNodeByName "Corona Camera001"
setProperty cam "colorMappingPipeline" undefined
--- End code ---


I have also shared this information with the Vexus team.

Navigation

[0] Message Index

[*] Previous page

Go to full version