Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2024 Nov 27 5:12 pm)
I don't think there is any easy way. The only way I know of is to hand edit the cr2 to remove the slaving code and control channels. You can do that in CR2Editor, Poser File Editor, or PZ3editor. You might try sending a site mail to Ajax, he is the one who invented the Easy Pose system, so he is the most likely person to know an easy way to remove it.
The only way I know is to edit the file to remove the slave and master code. You can do that by a python script but its pretty tedious to get the right parts identified.
You can just ignore the code and use the dials on each bodypart. There are several free unhide scripts if easypose has hidden them.
Basically in a cr2 editor, you manually delete all the master dials, and then delete all the controls in the parts.
That can be a HUGE task, since easypose is typically used with things that have a lot of parts.
If you have 30 groups, and 9 ep controls, you've got over 270 edits to make without a mistake.
Way too many people take way too many things way too seriously.
I just realised something. If you delete all the EP master channels from the cr2, then load the cr2 into Poser, then re-save it to the Figures palette, Poser will have automatically deleted all the slaving code. Poser deletes slaving code when it does not find a corresponding master channel in the cr2 (I'm not sure if this happens at load time or save time).
When there is EP in a lot of actors, the following method may prove quicker than deleting the master channels by hand. You will need to use a text editor (or cr2 editor) that can search and replace multiple lines of text. I use EditPad Lite.
In a normal EP set up there will be 11 different internal names used for the master channels. In Ajax's EP Tube these names are:
QT1UTwistAll
QT1UTwistAfter
QT1USSideAfter
QT1UBendAfter
QT1UTwistBefore
QT1USSideBefore
QT1UBendBefore
QT1UWave1S
QT1UWave1B
QT1UWave2S
QT1UWave2B
(note there is a leading space before the names)
Use your editors Search&Replace function to replace each of the above strings (might be different names in your cr2) with the string " ???" (note the leading space). Next use the whole of one of the "valueParm ???" channels (it may be a targetGeom channel in some implementations) as a search string, and leave the replace string blank. This should remove all of the EP master channels. Then proceed as in my previous post to load and resave the figure in order to remove the slaving code.
This site uses cookies to deliver the best experience. Our own cookies make user accounts and other features possible. Third-party cookies are used to display relevant ads and to analyze how Renderosity is used. By using our site, you acknowledge that you have read and understood our Terms of Service, including our Cookie Policy and our Privacy Policy.
Is there a way to remove existing easypose from a cr2. I need to remove the old easypose to install dials using “All tied up” to put the dials in where I want them. Thank you