AlanW Posted August 25, 2016 Share Posted August 25, 2016 (edited) Hi, I am trying to get the parameters of a Marionette network to show up in the Plugin. I see that You can retrieve parameter values by preceding them with a P. Parameters. Could you give a simple example of this in a scrip please. Seems that VW file does not carry the Plugin as it must only be in my Computer at home, only the object result. See post https://techboard.vectorworks.net/ubbthreads.php?ubb=showflat&Number=232184#Post232184 Thanks Edited August 25, 2016 by Alan Woodwell Quote Link to comment
Dieter @ DWorks Posted August 28, 2016 Share Posted August 28, 2016 value = getattr(vs, 'P%s' % name) or shorter: vs.PYourParameterName [code] 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.