Forum Moderators: Staff
Poser Technical F.A.Q (Last Updated: 2024 Dec 04 2:47 am)
Welcome to the Poser Technical Forum.
Where computer nerds can Pull out their slide rules and not get laughed at. Pocket protectors are not required. ;-)
This is the place you come to ask questions and share new ideas about using the internal file structure of Poser to push the program past it's normal limits.
New users are encouraged to read the FAQ sections here and on the Poser forum before asking questions.
{ version { number 4.01 } actor BODY { channels { } locked 0 } figure { locked 0 } } Not tested, but try this as a pose file. There is a "locked" at the end of the channels section block for each group, but I am guessing that either the one in BODY - or the one in figure is the one you want. You can test a pose with only one of the two in it and see which it is, if this works.
Jagger is probably right about the location of the locking, but just in case he is not: Another aproach is to open the file in a text editor, and do a globall search and replace of "locked 1" with "locked 0", this should catch everything (unless someone has inserted an extra space between "locked" and "1").
Yeah, that's a problem with the parameter lines: there are all too often multiple spaces between the parameter and setting (e.g.: locked 1). A better, but most annoying approach, would be to open the file and search for all instances of "locked" and then change the 1's to 0's manually where needed. The best approach would be to write a script or little proggie that does the work for you. It is actually simple to write one (I already have code to parse an entire .pz3 file) ;) BYS
heyas; how are you trying to unlock them that it doesn't work? if you grab a body part, and it says (locked) and you try to object: lock (unlock toggle), and that doesn't work; it is because the body part is not locked, the figure is locked. go to.... erm... it's down on the edit or figure menu, where the show/hide figures and stuff is. unlock the figure, and all the body parts on it will also be unlocked. if you grab a part and it is locked, and you can't unlock the figure; that's because the figure isn't locked, the object is, so in that case use the object: lock menu. if none of that works, that's the weirdest thing i've ever seen. i dunno, maybe they set it to locked 4?? :)
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.
So i have these library items (conforming) that are "locked" when loaded into Poser. Will not allow me to unlock them. Is there some way I can get these unlocked? I have no problem editing the CR2 if that is where my solution lies (I just haven't spent enough time figuring out what all that stuff in there means). tia, e.d.