Author Topic: running interactive view from a button ?  (Read 3050 times)

2015-06-29, 09:50:52

amitshneor

  • Active Users
  • **
  • Posts: 53
    • View Profile
Hi
is there a way to run the interactive view from a button on the toolbar, not having to open the render settings window and clicking it there?
would be great to have a script that can be attached to a shortcut or a button to open the viewer instantly..

thanks!

2015-06-29, 10:58:43
Reply #1

romullus

  • Global Moderator
  • Active Users
  • ****
  • Posts: 8868
  • Let's move this topic, shall we?
    • View Profile
    • My Models
I have such button in toolbar and it works great. Here's a script code for it:

Code: [Select]
macroScript StartInteractiveRendering
category:"Corona Renderer"
tooltip:"Corona - start Interactive Rendering"
(
CoronaRenderer.CoronaFp.startInteractive()
)
I'm not Corona Team member. Everything i say, is my personal opinion only.
My Models | My Videos | My Pictures


2015-06-29, 11:46:03
Reply #3

amitshneor

  • Active Users
  • **
  • Posts: 53
    • View Profile
amazing !
thanks guys for fast reply !

2015-06-30, 18:07:07
Reply #4

amitshneor

  • Active Users
  • **
  • Posts: 53
    • View Profile
Can it be attached to a keyboard shortcut,too?

2015-06-30, 19:19:42
Reply #5

romullus

  • Global Moderator
  • Active Users
  • ****
  • Posts: 8868
  • Let's move this topic, shall we?
    • View Profile
    • My Models
Sure it can. Go to customize>customize user interface>keyboard find this script under Corona renderer category and assign shortcut to it.
I'm not Corona Team member. Everything i say, is my personal opinion only.
My Models | My Videos | My Pictures