Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] General Discussion => Topic started by: harumscarum on 2014-03-26, 14:20:18

Title: edit Corona Proxy path
Post by: harumscarum on 2014-03-26, 14:20:18
seems Corona Proxy object are not supported by Asset Tracking - is there any way to set network path to many *.cbin files at once?
Title: Re: edit Corona Proxy path
Post by: mirokurcik on 2014-03-26, 15:27:33
code:

for o in geometry where classof o==coronaproxy do (o.filename="HERE_IS_YOUR_PATH"+(getfilenamefile o.filename+".cbin"))

edit "HERE_IS_YOUR_PATH" like "c:\\" or "\\\\yourserver\\netdrive\\"