Can anyone explian this?

   1024   2   1
User Avatar
Member
29 posts
Joined: Dec. 2018
Offline
I am trying to create a simple blend constraint using python scripts.



When I try to set the blendshape mask parameter on the simple blend. The Mask values seem to be turning on and off randomly. For example the value 070 would turn on rotation blending in the simple blend. Am I doing it wrong? Or Am I missing something?

Attachments:
blenshape.PNG (13.8 KB)

User Avatar
Member
8551 posts
Joined: July 2007
Offline
it's not random, Button Strip parameter is a bitfield so you need to treat it accordingly
more info here:
http://www.sidefx.com/docs/houdini/hom/locations.html#button_strip_scripts [www.sidefx.com]
Tomas Slancik
FX Supervisor
Method Studios, NY
User Avatar
Member
29 posts
Joined: Dec. 2018
Offline
Thanks!
  • Quick Links