Q: Clamp Multiparm Count

   2907   2   0
User Avatar
Member
665 posts
Joined: July 2005
Offline
Is there a way to clamp the amount of parameters that can be added to a Multiparm?

cheers,
-j
User Avatar
Staff
5285 posts
Joined: July 2005
Offline
In the HDK, apply a PRM_Range(PRM_RANGE_RESTRICTED, n, PRM_RANGE_RESTRICTED, m) to the multiparm's PRM_Template. However, there's no way to do this using the Digital Asset interface yet.
User Avatar
Member
665 posts
Joined: July 2005
Offline
Thanks. Unfortunately, I am doing this with DA's atm.

I have found a work around though, as I am controlling the multiparms based on inputs. I was able to use the OnInputChange script to keep the value from getting too high.

cheers,
-j
  • Quick Links