Author Topic: Camera modifier to quadmenu  (Read 4234 times)

2014-07-22, 18:01:46

LKEdesign

  • Active Users
  • **
  • Posts: 100
  • I'm addicted to Corona Render and I need NO cure.
    • View Profile
    • LKE Design Web-site
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
All the best,
LKE Design
See my work at: http://www.lkedesign.dk/en/portfolio_en.html

2014-07-22, 18:26:27
Reply #1

racoonart

  • Active Users
  • **
  • Posts: 1446
    • View Profile
    • racoon-artworks
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())
)
)
Any sufficiently advanced bug is indistinguishable from a feature.

2014-07-22, 21:25:41
Reply #2

LKEdesign

  • Active Users
  • **
  • Posts: 100
  • I'm addicted to Corona Render and I need NO cure.
    • View Profile
    • LKE Design Web-site
Deadclown, you're a pal!!
Thanks a lot. I see I must sharpen my max scripting skills :-)
All the best,
LKE Design
See my work at: http://www.lkedesign.dk/en/portfolio_en.html

2014-07-22, 22:01:39
Reply #3

racoonart

  • Active Users
  • **
  • Posts: 1446
    • View Profile
    • racoon-artworks
I see I must sharpen my max scripting skills :-)
Definitely worth it! Can't live without scripting anymore ;)
Any sufficiently advanced bug is indistinguishable from a feature.

2014-07-22, 22:22:10
Reply #4

Polymax

  • Active Users
  • **
  • Posts: 830
  • CG Generalist
    • View Profile
    • maxkagirov.com
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))
Corona - the best rendering solution!

2014-07-22, 22:37:51
Reply #5

racoonart

  • Active Users
  • **
  • Posts: 1446
    • View Profile
    • racoon-artworks
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 ;-)
Any sufficiently advanced bug is indistinguishable from a feature.

2014-07-22, 23:48:03
Reply #6

cecofuli

  • Active Users
  • **
  • Posts: 1578
    • View Profile
    • www.francescolegrenzi.com
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!! ;-)

2014-07-23, 01:23:50
Reply #7

racoonart

  • Active Users
  • **
  • Posts: 1446
    • View Profile
    • racoon-artworks
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.
Any sufficiently advanced bug is indistinguishable from a feature.

2014-07-23, 16:22:45
Reply #8

cecofuli

  • Active Users
  • **
  • Posts: 1578
    • View Profile
    • www.francescolegrenzi.com
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.