Forum Coordinators: RedPhantom
Poser - OFFICIAL F.A.Q (Last Updated: 2025 Jan 03 8:14 am)
The IK is turned off.
The V4 figure is walking across a floor, but she wasn't quite ON the floor.So I thought I'd try the Command-D at the beginning of the animation, then part way through, then the end. But she starts on the floor, rises back up a couple inches on the second frame, drops down again where I applied the Command-D, goes back up, etc. Normally, I drop her to the floor using the y Transit at the beginning and end, which usually works fine. But this time I thought, what the heck, let's try the drop-to-floor. Now I can't get rid of it and I don't really want to do this on every frame.
The manual only tells me how to apply the drop-to-the-floor--not how to remove it!
Poser Pro 2014
My personal website:
Novels, photos, video, sculptures and more
Evidence of a Lost
City: An animated movie and novel, in progress
Hag: A novel and live-action movie
you could try a python script to do the drop to floor on every frame.
first look at the ytran parameter on the body and hip ro see if it can be set in frame 1 to affect the whole animation.
something like this might be a start for the script
import python
fig = poser.Scene().CurrentFigure()
frame = 1
while (frame < 300) :
poser.scene.Setframe(frame()
fig.DropToFloor()
frame = frame + 1
That was helpful, aldebaran, thanks! I found the utility script, which indeed drops the figure to the floor for the entire animation--it worked....
Poser Pro 2014
My personal website:
Novels, photos, video, sculptures and more
Evidence of a Lost
City: An animated movie and novel, in progress
Hag: A novel and live-action movie
wishing there was a magic align to center command,
no matter where in the universe the obj is hiding
♥ My Gallery Albums ♥ My YT ♥ Party in the CarrarArtists Forum ♪♪♪ 10 years of Carrara forum ♥ My FreeStuff
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.
The drop-to-floor command is fine for still pictures. I would like, however, to apply it to a sequence of animated frames, and going frame-by-frame through 300 frames of animation gets a bit tedious. I've tried selecting all the frames for the figure's "body" and then hitting Command-D, but nothing happens. I also tried Command-D at every fiftieth frame, for instance, but then the image I am using it on jumps up and down through the animation.
The Command-D doesn't seem to affect the y Translate for the figure, and I cant find any drop-to-floor keyframes in the Edit Keyframe window, or the Graph window, either--so I can't remove the ones I already set, which would allow me to start over.
So--can one select and apply the drop-to-floor command to a sequence of frames? How?
Can one select and remove drop-to-floor commands to a sequence of frames? How?
Poser Pro 2014
My personal website: Novels, photos, video, sculptures and more
Evidence of a Lost City: An animated movie and novel, in progress
Hag: A novel and live-action movie