Blender Git Loki
Git Commits -> Revision c7b1e5c
Revision c7b1e5c by Campbell Barton (master) April 20, 2007, 18:48 (GMT) |
export_fbx.py - support scene start/end frames, fpx, mist settings, better default camera writing. BPyObject.py - function for getting an objects armature, look at both parent and modifier. editmesh_add.c and BPyAddMesh.py - check for multires filesel.c, Append/Link had a bug where files linked in, didnt have the LIB_APPEND_TAG unset, and appending these into a new blend file would link instead. BKE_library.h, library.c - utility functions for flagging listbases flag_all_listbases_ids and and flag_listbase_ids |
Commit Details:
Full Hash: c7b1e5c11df31c437834088fc056a27fe852bfe1
SVN Revision: 10562
Parent Commit: 94b7743
Lines Changed: +427, -1249
8 Modified Paths:
/release/scripts/bpymodules/BPyAddMesh.py (+6, -1) (Diff)
/release/scripts/bpymodules/BPyObject.py (+18, -0) (Diff)
/release/scripts/export_fbx.py (+364, -1228) (Diff)
/source/blender/blenkernel/BKE_library.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/library.c (+22, -0) (Diff)
/source/blender/python/api2_2x/Library.c (+6, -10) (Diff)
/source/blender/src/editmesh_add.c (+2, -0) (Diff)
/source/blender/src/filesel.c (+6, -10) (Diff)
/release/scripts/bpymodules/BPyObject.py (+18, -0) (Diff)
/release/scripts/export_fbx.py (+364, -1228) (Diff)
/source/blender/blenkernel/BKE_library.h (+3, -0) (Diff)
/source/blender/blenkernel/intern/library.c (+22, -0) (Diff)
/source/blender/python/api2_2x/Library.c (+6, -10) (Diff)
/source/blender/src/editmesh_add.c (+2, -0) (Diff)
/source/blender/src/filesel.c (+6, -10) (Diff)