Revision 65895a2 by Campbell Barton March 11, 2012, 17:41 (GMT) |
improve confusing macro GET_ACF_FLAG_PTR - was operating on `type` which wasnt an argument to the macro. - was calling return within the macro (makes code harder to follow). |
Revision 178c2c3 by Campbell Barton March 11, 2012, 17:24 (GMT) |
[#30503] Callback for render job completion from Jason van Gumster (thefallenweeble) adds render_complete and render_cancel callbacks to bpy.app.handlers |
Revision e13e784 by Thomas Dinges March 11, 2012, 16:25 (GMT) |
Cycles UI files: * Minor cleanup and raise blender version to 2.62 in the addon. |
Revision 19400d4 by Campbell Barton March 11, 2012, 15:27 (GMT) |
fix for debug assignment left in from own commit r44778 also removed private face normal update functions - they were same as public. |
Revision fa169fd by jens verwiebe March 11, 2012, 12:15 (GMT) |
OSX/libmv: restrict the unwind.h workaround to 10.6.sdk only |
Revision 2382afa by jens verwiebe March 11, 2012, 11:23 (GMT) |
OSX/libmv: added a ahck to fix compiling with 10.6.sdk, unwind.h related |
Revision 7fa7e4b by Campbell Barton March 11, 2012, 05:58 (GMT) |
bmesh python api additions: - BMesh.is_wrapped - BMesh.copy() - BMesh.clear() - BMesh.free() - BMesh.from_object(obj, apply_modifiers=True) - BMEdge.calc_length() - BMLoop.calc_normal() - BMLoop.calc_tangent() |
Revision 050439f by Campbell Barton March 11, 2012, 04:07 (GMT) |
bmesh py api - correct class references in docs and rename mesh conversion funcs to ne less confusing. |
Revision 21fd09c by Campbell Barton March 11, 2012, 02:45 (GMT) |
bmesh py api: change .from_mesh() / .to_mesh() to be class methods of BMesh rather than functions in the module. added example script which converts a mesh to a bmesh, edits and converts back again. |
Revision 0c50bed by Campbell Barton March 11, 2012, 00:00 (GMT) |
code cleanup: remove unused externs. |
Revision 7f34653 by Campbell Barton March 10, 2012, 22:00 (GMT) |
style cleanup: + some warning fixes, also remove unused metaelem extern. |
Revision a2ebfc8 by Tamito Kajiyama March 10, 2012, 21:56 (GMT) |
Merged changes in the trunk up to revision 44797. Conflicts resolved: doc/python_api/sphinx_doc_gen.py source/blender/makesdna/DNA_mesh_types.h source/blender/makesrna/intern/rna_action.c source/blender/makesrna/intern/rna_ID.c source/blender/makesrna/intern/rna_mesh.c |
Revision 67f1e83 by Martin Poirier March 10, 2012, 21:40 (GMT) |
[#30373] Which part to snap in volume snapping is removed By Bug reported by Pep Ribal Also fixed an object mode bug with volume snapping and made it compatible with the edit mode "Snap on self" option |
Revision e09ab88 by Campbell Barton March 10, 2012, 20:41 (GMT) |
bmesh: - moved mesh conversion functions into their own file. bmesh py api: - can now create a new empty bmesh without first creating mesh data. - added function to copy bmesh data back to a mesh. - bmesh.from_mesh() can now get a mesh which isnt in editmode. |
Revision 83a5c94 by Thomas Dinges March 10, 2012, 20:30 (GMT) |
2.6 UI: World Context: * Made world id block wider * Don't show texture user when Cycles engine is used Other: * Change Dopesheet > DopeSheet in User Preferences Theme section for consistency. |
Revision bb82854 by Thomas Dinges March 10, 2012, 20:08 (GMT) |
2.6 UI: * Hide Modifier and Contraint Panel header, this gives a bit space. As it's the only panel in these context tabs it does not make sense to close them anyways. |
Revision d6a6f28 by Campbell Barton March 10, 2012, 17:49 (GMT) |
patch [#30511] Save/load window state (allows Blender to start maximised) from Tom Edwards (artfunkel) This patch fixes bug [#20791] |
Revision 78941c1 by Sergey Sharybin March 10, 2012, 17:14 (GMT) |
Remove remained part of debug code. |
Revision c175ed8 by Sergey Sharybin March 10, 2012, 16:55 (GMT) |
Forgot to remove code used for debuggning in previous commit. |
Revision 24ea071 by jens verwiebe March 10, 2012, 16:39 (GMT) |
OSX/cmake: added a comment on method used |
|
|
|


Master Commits
MiikaHweb | 2003-2021