Forum Moderators: Lobo3433 Forum Coordinators: LuxXeon
Blender F.A.Q (Last Updated: 2024 Dec 01 9:08 pm)
first off thanks for the link I keep saying I'm going to learn python an this looks like a good site for that!!!
ok so now you know I know nothing about python, but just cos you can click in timeline dont mean it has an animation, try making a simple one just a cube moving and see what error you get then , this is purely a guess so fingers crossed someone who does know will pop in
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.
Hi, I found some code online that contains the following:
bpy.ops.anim.change_frame(frame=1)
When I call this, I get the following error:
I don't understand how to fix this. I have a timeline open and can click in it. What is blender trying to tell me?
The origin of the code is here: http://blenderscripting.blogspot.com/2011/07/scripted-keyframing-of-hide-hide-render.html