Anders Blomberg Posted March 21, 2023 Share Posted March 21, 2023 I'm looking to display the total height (actually preferably distance from Z=0 to maximum Z) of my marionette object in the OIP. Is that possible? Quote Link to comment
Marionette Maven Marissa Farrell Posted March 21, 2023 Marionette Maven Share Posted March 21, 2023 I'm looking into this. I have another script that populates some static text in the OIP, but those values aren't dependent on other values throughout the network, so my method isn't working how I've written it in the past. I do have hope, though. 2 Quote Link to comment
Anders Blomberg Posted March 21, 2023 Author Share Posted March 21, 2023 Thanks! Would love it if this was possible, please let me know if you figure it out. Quote Link to comment
Antonio Landsberger Posted March 21, 2023 Share Posted March 21, 2023 @Anders Blomberg If you have this line for your OIP in the node for a value, that should be read-only, ReadOnlyValue = Marionette.OIPControl( 'Value Title', Marionette.WidgetType.TextStaticParam, '<None>' ) you can use this line to change the value within your node self.Params.ReadOnlyValue.SetValue( str( some value ) ) Quote Link to comment
Antonio Landsberger Posted March 21, 2023 Share Posted March 21, 2023 You can see it here in action: Quote Link to comment
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.