Revision 89bda78 by Campbell Barton February 3, 2013, 10:28 (GMT) |
style cleanup & some spelling |
Revision 2cfe44c by Ton Roosendaal February 3, 2013, 10:26 (GMT) |
Bug fix #34090 Animation of render output size is not supported, not for render borders either. This commit makes the border rna properties disable animation support. |
Revision 0510735 by Campbell Barton February 3, 2013, 09:44 (GMT) |
fix BM_loop_calc_face_tangent for concave face corners, caused a bug in wire-frame operator. |
Revision 4e94fca by Campbell Barton February 3, 2013, 08:13 (GMT) |
fix for error in own recent change, sculpt triangulate was done on a bmesh with uninitialized faces normals, add warning that BM_mesh_bm_from_me() dosn't calculate face normals. |
Revision c649107 by Campbell Barton February 3, 2013, 08:07 (GMT) |
when triangulating ngons, use beauty option to rotate edges. gives much nicer results and means you can preserve original edges without triangulating ngons one at a time |
Revision 415b425 by Campbell Barton February 3, 2013, 07:26 (GMT) |
improve edge slide with ngon's, distance calculation was average edge length. now use the slide vector to find opposite ngon edge which sets the slide destination. |
Revision bb22b7c by Campbell Barton February 3, 2013, 07:24 (GMT) |
add dist_to_line_v3() for completeness, (had dist_to_line_v2 already) |
Revision 1f21efd by Campbell Barton February 3, 2013, 06:09 (GMT) |
fix [#34073] Combined EdgeLoop slides weirdly on even try concave check on co-linear edges could fail, avoid by using the loop-direction + face normal. |
Revision f0d4b85 by Campbell Barton February 3, 2013, 02:54 (GMT) |
improve BMesh api use from r54265, no need to do edge lookups from the faces verts since the face stores these already. also remove ScrArea.cursor, historic runtime variable. |
Revision ad2b4c6 by Nicholas Bishop February 2, 2013, 16:54 (GMT) |
Remove loose edges created during undo in dynamic-topology sculpt mode Fixes [#34043] "Dyntopo: noise appear during sculpting (parasite edges)" projects.blender.org/tracker/index.php?func=detail&aid=34043&group_id=9&atid=498 |
Revision b6c82b2 by Campbell Barton February 2, 2013, 14:11 (GMT) |
fix for glitch drawing file selector dividers (would draw apart or on top of each other depending on the view) |
Revision 0dbb08d by Campbell Barton February 2, 2013, 13:55 (GMT) |
code style checker now tests for: 'SomeText{' (no space before {). also removed duplicate break;, probably error from merge. |
Revision 58ba7f7 by Campbell Barton February 2, 2013, 06:06 (GMT) |
triangulate was checking existance of edges unnecessarily, splitting face already does this. |
Revision ae4db7e by Joshua Leung February 2, 2013, 05:38 (GMT) |
Bugfix: "Extend" transform tool would leave dangling "temp meta strips" if none of those strips occurred on the same side of CFRA indicator as the mouse |
Revision 518bfbb by Campbell Barton February 2, 2013, 04:58 (GMT) |
style cleanup |
Revision 9da4cab by Campbell Barton February 2, 2013, 04:48 (GMT) |
style cleanup: comment format |
Revision c93d6f4 by Campbell Barton February 2, 2013, 04:13 (GMT) |
add missing break in direct_link_constraints, CONSTRAINT_SPACEONCE flag was getting set to CONSTRAINT_TYPE_KINEMATIC. |
Revision 99f3a70 by Tamito Kajiyama February 2, 2013, 02:42 (GMT) |
Fix for the label of the DIFFERENCE blending mode for alpha and thickness modifiers. Problem report from IRIE Shinsuke, thanks a lot! |
Revision 35e89d9 by Stuart Broadfoot February 2, 2013, 01:49 (GMT) |
Cycles Hair: Fixed hair shape and inclusion of multiple attributes for triangle primitives When using triangle primitives this fix enables 'closed tip'. UVs and vertex colours are added when using triangle primitives for hair. Two new preset modes have also been included to allow easy access to curves and triangle planes. |
Revision 6fca857 by Campbell Barton February 2, 2013, 00:34 (GMT) |
style cleanup: also correct doc example for 'foreach_get/set' |
|