All public logs

Jump to navigation Jump to search

Combined display of all available logs of bernie's. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 16:36, 1 July 2023 Bernie talk contribs created page Blender 101 (Created page with "==Learning Blender== I'm slowly catching up and trying to learn blender so I'm just writing down a few things that frustrate me as an old maya/houdini user, and answer it as i go. === How do I animate text ? === Apparently you can't keyframe text easily. That sucks. However you can open up a python script <pre> # assumes you have a text object called 'Text' import bpy scene = bpy.context.scene obj = scene.objects['Text'] def recalculate_text(scene): text = '--'...")