Jump to: Board index » General » Fusion

Change composition settings for new compositions on startup?

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

sntshk

  • Posts: 4
  • Joined: Wed Feb 28, 2018 3:13 am
  • Real Name: Santosh Kumar

Change composition settings for new compositions on startup?

PostWed Feb 28, 2018 9:04 am

I'm developing a python startup script for Fusion. I want that whenever a new comp is created.

* The HiQ to be turned on.
* The MB (motion blur) to be turned off.
* Proxy to be disabled. AutoProxy as well.
* Selective updates to Some.

I want to do this through a python script. I have already gone the Fusion Scripting Guide. I have also found the settings, the COMPB_HiQ and the COMPB_Proxy. The problem is:

* I don't know where the startup file will be placed (in which directory).
* I have also trouble getting the comp setting instance.
* I'm not able to find settings for MB and Selective Updates.
Offline
User avatar

Kristof Indeherberge

  • Posts: 75
  • Joined: Fri Jul 01, 2016 8:15 pm

Re: Change composition settings for new compositions on star

PostThu Mar 01, 2018 7:55 am

Offline

sntshk

  • Posts: 4
  • Joined: Wed Feb 28, 2018 3:13 am
  • Real Name: Santosh Kumar

Re: Change composition settings for new compositions on star

PostThu Mar 01, 2018 8:42 am

Kristof Indeherberge wrote:Just read through this thread...

Although I now know how to turn on HiQ and disable proxy.
Code: Select all
comp.Lock()
comp.SetAttrs({"COMPB_HiQ": True,
            "COMPB_Proxy": False})
comp.Unlock()

Some question as still unanswered. What is the location of directory where Fusion will look it for when creating a new comp.

Where are the settings of Motion Blur, AutoProxy and Selective Updates? They are not in comp.GetAttrs().

Return to Fusion

Who is online

Users browsing this forum: jkkuehne_sf and 40 guests