Python command to set Output flag on constraintlookat node

   1613   2   0
User Avatar
Member
177 posts
Joined: Nov. 2015
Offline
Hi,

I'm creating a Python script that will set up a camera and a constraint.
In order to do that, I need to add in a constratinlookat node and set the output (orange) flag ON.

However, I can only find setDisplayFlag(True) for Python and nothing about the Output flag.

Any help would be appreciated.

Jim
Reel Inpsirations
Houdini Work in Progress [vimeo.com]
User Avatar
Member
8536 posts
Joined: July 2007
Online
output flag in CHOPs is repurposed Audio Flag
so use setAudioFlag(True)
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
177 posts
Joined: Nov. 2015
Offline
Thanks so much. That was NOT obvious to me at all.
Wish SideFX would fix or document that somehow. Maybe they have.

Jim
Reel Inpsirations
Houdini Work in Progress [vimeo.com]
  • Quick Links