
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report
Hi,
And thanks in advance, this forum has been helpful to me in scripting.
I have a small question:
I need to display or copy values to be saved onto memory clipboard. In other words just like CTRL+C copies a bunch of number values.
What I want to do (either of the following should work):
Method 01:
I want to take XYZ transforms of a selected object (run a short script on them that reverses Y axis to the opposite of what it is - example if the value is X=80 Y=-75 Z=200 It will switch it to X=80 Y=-75 Z=200) and display these numbers individually somewhere in the maxscript ui so I could CTRL+C on them and copy them in memory to paste it in another application.
I couldn't get anything to "write to" maxscript UI since maxscript doesn't seem to provide a UI box to do this?
There is "EditText UI" but that's for manual writing of text I couldn't find a way to write to it via maxscript?
Or Method 02:
Same as above but instead of displaying I have three individual buttons for individual axis X,Y and Z - when pressed, they automatically copy the desired value of said axis onto memory ready to be pasted.
Thanks.
Solved! Go to Solution.