blender/release/scripts/bpymodules
Campbell Barton 484ac5ea1a [#14405] New python Script - Bake Constraints
AGAIN PLEAST USE TABS, lost quite some time with mixed tab/space adjustments alone.
Other then that, patch is very useful ;)

---Text from patch submission --- 
Using a slightly revised BPy_Armature, this script takes any non-armature object type and creates an Action that keys
the object location (by default, for every frame). If it is an Armature, it goes into each bone and keys the locrot
of the bone. You can now edit the armature, but the motions still rotate the bones. This enables the next step, re-targeting,
which changes bone lengths to fit a mesh. High-level, we are working toward:

1. import mocap (bvh or c3d)
2. bake to make an action library (using this script)
3. re-target and use the actions to drive/deform any character mesh (theeth)
2008-06-22 22:46:02 +00:00
..
blend2renderinfo.py Standalone reads a list of scene, start frame, end frame from blend files without having to load them in blender. 2008-01-30 16:16:38 +00:00
BPyAddMesh.py fix for [#11542] "Add -> Mesh -> Torus" adds corrupt mesh 2008-05-16 13:05:36 +00:00
BPyArmature.py [#14405] New python Script - Bake Constraints 2008-06-22 22:46:02 +00:00
BPyBlender.py A few leftover py2.3 -> py2.4 changes: 2005-10-30 19:19:38 +00:00
BPyCurve.py Adding a function that gets a list of polylines from a curve object 2006-12-07 15:22:55 +00:00
BPyImage.py PyAPI. 2007-04-18 14:40:01 +00:00
BPyMathutils.py appending libdata no longer breaks all external references. 2007-04-07 17:35:47 +00:00
BPyMesh_octree.py Added a octree implimentation for doing fast locational vertex lookups. 2006-07-31 13:28:00 +00:00
BPyMesh_redux.py PyAPI. 2007-04-18 14:40:01 +00:00
BPyMesh.py left a print in and didnt account for no vgroups BPyMesh also had an error when meshWeight2List was called on a mesh with no vgroups 2007-08-12 01:38:12 +00:00
BPyMessages.py mesh_wire.py - gave an error with no faces, 2007-11-22 16:30:14 +00:00
BPyNMesh.py BPython: 2005-05-17 07:17:52 +00:00
BPyObject.py own dumb mistake missing a return 2007-08-24 11:57:26 +00:00
BPyRegistry.py Potential fix for [#8113] Blender.Registry segfault when no permission to write 2008-04-07 20:56:45 +00:00
BPyRender.py Made aspx/y into floats so we can render precise regions (for apricot terrain baking) 2008-04-09 15:46:26 +00:00
BPySys.py lightwave_import - tested with many more new files, fixed a rare error (probably bad file) 2007-04-21 11:23:45 +00:00
BPyWindow.py This commit fixes up a bunch of svn properties to hopefully make things a little nicer for everyone. 2007-08-28 10:07:08 +00:00
defaultdoodads.py Scripts updated: 2005-10-11 19:05:56 +00:00
dxfColorMap.py ==dxf import script == 2007-01-05 00:51:12 +00:00
dxfReader.py DXF-importer prepared for ProE files, which are outside of DXF-specification. 2008-05-08 15:58:00 +00:00
mesh_gradient.py This commit fixes up a bunch of svn properties to hopefully make things a little nicer for everyone. 2007-08-28 10:07:08 +00:00
meshtools.py simple change, made 2006-12-12 10:38:43 +00:00
paths_ai2obj.py French text was breaking python interpreters. 2008-03-13 03:32:23 +00:00
paths_eps2obj.py renaming to match JMS's names 2007-05-21 16:01:49 +00:00
paths_gimp2obj.py French text was breaking python interpreters. 2008-03-13 03:32:23 +00:00
paths_svg2obj.py fix for [#9649] svg2obj.py needs a patch, 2008-04-28 19:13:38 +00:00