-
need help figuring best method to set minimum size on a dynamic object
Ive made a MOGRT LWR3D and the I need to set a minimum width to the BG box. Currently, the width is tied to my margins and whatever the longest line of text is. But the people im making it for dont like the fact it could potentially get really small if someone has a super short name.
I want to set the minimum length to a specific size but then have the “FinalWidth” expression take over if the longest line + margins of text adjusts to a value over that.
Ive tried doing if/else statements but im either writing it wrong or an if/else expression is the wrong course of action. Any direction is greatly appreciated.
attached is a photo of the code. The “FinalWidth” is needed to remap everything for animation purposes.
Regards,
D