shuy opened this issue on Oct 22, 2011 · 3 posts
shuy posted Sat, 22 October 2011 at 8:47 AM
I created pack of FBM and added few magnets to figures. They have ERC controlls. I want to add them with one click, together with morphs. I know that magnets can be add as a prop, but if it is possible I want avoid it. One click is better then 2 clicks ;)
I think that I need simple python script, but I cannot find thread about it.
I investigated V4 morphs but cannot fint it too.
Please advice.
Thanks
PhilC posted Sat, 22 October 2011 at 9:07 AM
You may find that a readScript will suit your needs:-
{
version
{
number 6
}
readScript ":Runtime:libraries:My Folder:My Prop.pp2"
readScript ":Runtime:libraries:My Folder:My Pose.pz2"
}
shuy posted Sat, 22 October 2011 at 9:49 AM
Thank you. I was sure that it was simple but did not know how to start.