Thanks for the tutorial. It's hard to do anything in Blender without some direction. I was looking at the available commands and I found that you could do all that in one line.
bpy.data.curves['Text'].body = 'Hello World'
I am wondering if I could keyframe these changes somehow.
I need to learn this because im doing 2D animation similar to southparks "replacement animation" style. I've been informed that i need a script to make this work (Where i switch out a front facing head for a side facing head) I found an old "replacer" script, but it doesnt seem to work in 2.57 and i also need to modify it to act on the objects that make up my characters body part names. Ugh, i wish Blender would just add Set Driven Keys like Maya has and would make this a shit load easier.
I am not ready to start using python directly, but it was cool to have it introduced so clearly. I would like to see Blenders video editor broke down this concisely.
Thanks for the tutorial. It's hard to do anything in Blender without some direction. I was looking at the available commands and I found that you could do all that in one line.
bpy.data.curves['Text'].body = 'Hello World'
I am wondering if I could keyframe these changes somehow.
CatBoarVikingRainGod 2 months ago
@CatBoarVikingRainGod I have found that if you want to use Python in anything other than 'batch' mode, you have to use the Blender game engine.
ianscott888 2 months ago
I need to learn this because im doing 2D animation similar to southparks "replacement animation" style. I've been informed that i need a script to make this work (Where i switch out a front facing head for a side facing head) I found an old "replacer" script, but it doesnt seem to work in 2.57 and i also need to modify it to act on the objects that make up my characters body part names. Ugh, i wish Blender would just add Set Driven Keys like Maya has and would make this a shit load easier.
TheWaynelds 3 months ago
Thanks
Defuseninja001 5 months ago
Thank you, I needed a "getting started" video to motivate myself and this is perfect :)
chmiki2000 8 months ago
Great tutorial
starcatstudios 9 months ago
Great tutorial
starcatstudios 9 months ago
I am not ready to start using python directly, but it was cool to have it introduced so clearly. I would like to see Blenders video editor broke down this concisely.
GengoNoTabi 9 months ago
@GengoNoTabi I will be doing a tutorial on the video editor in the nearish future, hopefully before the end of June
ianscott888 9 months ago
@GengoNoTabi Excellent!
GengoNoTabi 9 months ago