Jump to: Board index » General » Fusion

Console in Generation 7.71

Learn about 3D compositing, animation, broadcast design and VFX workflows.
  • Author
  • Message
Offline

Irina Avgustyniak

  • Posts: 3
  • Joined: Mon Sep 14, 2015 7:32 pm

Console in Generation 7.71

PostThu Oct 01, 2015 2:52 pm

Is there a way to enable console/terminal/log window in Generation 7.71?
I am testing a plugin, and having some kind of output would be so helpful!
Offline
User avatar

Rony Soussan

  • Posts: 727
  • Joined: Tue Nov 11, 2014 5:33 pm

Re: Console in Generation 7.71

PostFri Oct 02, 2015 12:41 am

CTRL-SHIFT-L will bring up the scripting console.
Offline

Irina Avgustyniak

  • Posts: 3
  • Joined: Mon Sep 14, 2015 7:32 pm

Re: Console in Generation 7.71

PostFri Oct 02, 2015 1:23 pm

Thank you so much, Rony!
Offline
User avatar

Rony Soussan

  • Posts: 727
  • Joined: Tue Nov 11, 2014 5:33 pm

Re: Console in Generation 7.71

PostFri Oct 02, 2015 4:39 pm

No problem, but I prefer working outside of gen myself. For example, in sublime i use the following.
This was (eyeon) generation, probably needs updating ;)

Code: Select all
def getGeneration():
   try:
      import PeyeonScript as eyeon
   except Exception, err:
      print 'Failed to get eyeon PeyeonScript module: \n\t%s'%err

   try:
      print 'Generation: %s'%generation
   except Exception, err:
      generation = eyeon.scriptapp("Generation")
   return generation


Now you can code outside generation, with more suitable text editors that the internal one.

AND

Code: Select all
fusion = idEyeon.getFusion()
generation = idEyeon.getGeneration()
proj = generation.ActiveProject
sub = proj.SubGet(0)   
track = sub.TrackGet(0)   
seltable = proj.SelectedVersions()
projectPath = proj.Path
projectName = proj.Name

Return to Fusion

Who is online

Users browsing this forum: No registered users and 20 guests