Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 09 3:46 am)
:lol:
Sorry, can't help you but you really, really made me smile on such a black horrible day. Hope you get it sorted real soon.
Coppula eam se non posit acceptera jocularum.
My thoughts exactly, Phil.
C makes it easy to shoot yourself in the
foot. C++ makes it harder, but when you do, you blow your whole leg
off.
-- Bjarne
Stroustrup
Contact Me | Kuroyume's DevelopmentZone
The feet look like a parenting issue to me. Open the cr2 in a text editor or a CR2 editor, and check the parenting of the feet, it should look like this in the feet actors:
actor lFoot:1
{
name lFoot
on
bend 1
dynamicsLock 0
hidden 0
addToMenu 1
castsShadow 1
includeInDepthCue 1
channels
{
Also check the hierarchy in the 'figure' section, it should look like this:
addChild rToe:1
rFoot:1
addChild lThigh:1
hip:1
addChild lShin:1
lThigh:1
addChild lToe:1
lFoot:1
You had the IK chains upside down.
Original:-
inkyChain Left Leg
{
off
name Left Leg
addLink lFoot:2
addLink lShin:2
goal lThigh:2
linkWeight 0 1
linkWeight 1 0.2
}
Corrected:-
inkyChain Left Leg
{
off
name Left Leg
addLink lThigh:2
addLink lShin:2
goal lFoot:2
linkWeight 0 1
linkWeight 1 0.2
}
Hope that helps,
PhilC
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.
Content Advisory! This message contains nudity
Well, I was feeling pretty proud of myself. Created a figure from scratch and set up the joints as close as I could using Aiko 3 as a reference and all poses I do myself are fine but when I apply a pose from the ready-made library, the hands crumple up like someone crushed them and the feet are stretched WAY out of the way.
Any help would be greatly appreciated.
ESmith6996