Chaos Corona Forum
Chaos Corona for 3ds Max => [Max] Feature Requests => [Max] Resolved Feature Requests => Topic started by: harumscarum on 2017-10-12, 15:52:30
-
Would appreciate for single hotkey (toggle) solution to switch between PointCloud and FullMesh viewport display methods for multiple selected Corona Proxies
Also PointCloud mode is missing small plane at the bottom of CoronaProxy so it clearly visible where is its bottom is (useful when manually placing objects on the surface)
-
Turn these two maxscripts into buttons:
Pointcloud:
for o in selection where ClassOf o == CProxy do
(
o.previzType = 2
)
Full mesh:
for o in selection where ClassOf o == CProxy do
(
o.previzType = 3
o.cacheInRam = on
)
-
thanks!
is it possible to make it toggle so only one hotkey would be necessary?
if multiple FullMesh and PointCloud selected it will switch it all to PointCloud
if only FullMesh selected - to PointCloud
if PoinCloud selected - to FullMesh
thanks again
-
Does not sound feasible from the UI perspective. (especially for multiple selections)
Will be probably added through Proxy Lister.
May have some workarounds.
-
Will be probably added through Proxy Lister.
Hey,
Any news on if this will make it to version 4 maybe?