Search found 5 matches
- Fri Dec 07, 2012 11:33 am
- Forum: Animation
- Topic: How to freeze the animation
- Replies: 0
- Views: 1670
How to freeze the animation
I use blender 2.64, I have made an animation with bullet physics, every thing is recorded in IPO curves. And I have made a movie using cameras. But !!! I would like to freeze the animation during several seconds and rotate the camera to have as a "Matrix" video effect. I tried to suppress all key fr...
- Wed Nov 14, 2012 6:06 pm
- Forum: Animation
- Topic: How to change bezier circle animation start frame ?
- Replies: 2
- Views: 2281
- Wed Nov 14, 2012 11:17 am
- Forum: Animation
- Topic: How to change bezier circle animation start frame ?
- Replies: 2
- Views: 2281
How to change bezier circle animation start frame ?
I'm trying to do some thing very simple.
A camera is liked to a bezier circle (ctrl P : Follow path)
As default , the bezier circle animation starts at frame 0.
I just want to start animation at frame 200. It should be very simple, but I can't find how to...
thank you for you answer.
A camera is liked to a bezier circle (ctrl P : Follow path)
As default , the bezier circle animation starts at frame 0.
I just want to start animation at frame 200. It should be very simple, but I can't find how to...
thank you for you answer.
- Tue Oct 23, 2012 4:38 pm
- Forum: Python
- Topic: object selection and duplication with python
- Replies: 3
- Views: 4245
- Mon Oct 15, 2012 4:59 pm
- Forum: Python
- Topic: object selection and duplication with python
- Replies: 3
- Views: 4245
object selection and duplication with python
I try to select an object and duplicate it with python, but I have some problems... open the default blender project and type this code bpy.context.scene.objects.active=bpy.data.objects["Lamp"] bpy.ops.object.duplicate_move() the cube is dupplicated and not the Lamp... I want to duplicate an object ...