AlbusNolente Posted August 28, 2020 Share Posted August 28, 2020 Hi everyone, Maybe the title isn't accurate. Basically, I'm editing the parameter interface of a tool I created, it consists of a main building and a terrace, I want to say to Houdini that I want to keep the maximum value of the slider that controls the number of floors of the terrace always below the value of floors of the main building. Also, if the user tries to give to the terrace a value bigger than the main buildng floors, it has to go back to the value buildingFloors-1 . How can I achieve that? Example: buildingFloors = 7 terraceFloors = 4 if I try to set terraceFloors = 9 it must set itself to terraceFloors = 6 Quote Link to comment Share on other sites More sharing options...
vicvvsh Posted August 28, 2020 Share Posted August 28, 2020 Hi, here is an example how you can do this. In the .hip file i create disks and boxes at them. I can create disks as much as i want but i can't create boxes more then disks are. Hope it helps. param.hipnc Quote Link to comment Share on other sites More sharing options...
AlbusNolente Posted August 29, 2020 Author Share Posted August 29, 2020 23 hours ago, vicvvsh said: Hi, here is an example how you can do this. In the .hip file i create disks and boxes at them. I can create disks as much as i want but i can't create boxes more then disks are. Hope it helps. param.hipnc Thank you! That's exactly what I was looking for Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.