Chaos Corona Forum

Chaos Corona for 3ds Max => [Max] Bug Reporting => [Max] Resolved Bugs => Topic started by: LKEdesign on 2014-07-22, 18:01:46

Title: Camera modifier to quadmenu
Post by: LKEdesign on 2014-07-22, 18:01:46
I don't know it this feature request has been made ealier, I haven't been able to find anything about it.
In a matter of convenience, I would like that the Corona camera modifier could be added to the quad-menu along with the Camera Correction Modifier. Apparently the modfier is not "public", - I can't find it in the command list so I can add it myself.

Thanks in advance
Title: Re: Camera modifier to quadmenu
Post by: racoonart on 2014-07-22, 18:26:27
Here you go ;) Save it as a .mcr and put it in your usermacros folder.

Code: [Select]
macroScript Apply_CoronaCameraMod
category: "Corona Renderer"
(
for o in selection where superclassof o == camera do(
addmodifier o (CoronaCamMod())
)
)
Title: Re: Camera modifier to quadmenu
Post by: LKEdesign on 2014-07-22, 21:25:41
Deadclown, you're a pal!!
Thanks a lot. I see I must sharpen my max scripting skills :-)
Title: Re: Camera modifier to quadmenu
Post by: racoonart on 2014-07-22, 22:01:39
I see I must sharpen my max scripting skills :-)
Definitely worth it! Can't live without scripting anymore ;)
Title: Re: Camera modifier to quadmenu
Post by: Polymax on 2014-07-22, 22:22:10
I see I must sharpen my max scripting skills :-)
Definitely worth it! Can't live without scripting anymore ;)
Try houdini )) it's a paradise for programmers))
Title: Re: Camera modifier to quadmenu
Post by: racoonart on 2014-07-22, 22:37:51
I did, and I liked it, but houdini targets a different group of users than what I have to do on daily business. For example: simple modelling is not what houdini is built for ;-)
Title: Re: Camera modifier to quadmenu
Post by: cecofuli on 2014-07-22, 23:48:03
DeadClown, as I suggested to Ondra, I think it will be useful to create an official Corona toolbar+icon, with all the stuff (CoronaLight, camera, proxy etc..) with macro for shortcut. VRay does that, after 12 year!! ;-)
Title: Re: Camera modifier to quadmenu
Post by: racoonart on 2014-07-23, 01:23:50
If people really want that (and the developers of course) I don't see a reason not to do this. Afaik, macros for all the most used scripts are planned anyways (proxies, mat converter, etc), so a toolbar would be possible. I don't like any automatic toolbars and menu stuff etc but that's just my personal preference.
Title: Re: Camera modifier to quadmenu
Post by: cecofuli on 2014-07-23, 16:22:45
Me too. But we can have a Macro+Icon for proxies, mat converter, etc. And the user can create by himself the toolbar. BTW, a default toolbar can be useful for newbie.