Revision 475ecbb by Campbell Barton April 19, 2012, 13:47 (GMT) |
remove BM_ITER, BM_ITER_INDEX macros, use ELEM or MESH variants only (the maceros had unused args in both cases). |
Revision 9276d7a by Howard Trickey April 19, 2012, 13:44 (GMT) |
For bug #30931, change knife hardcoded colors to ones derived from theme. For now, just reusing some theme colors that are there for other reasons but matched approximately the colors used now. Except that cut lines are now purple-violet, so that they contrast with grid and edges better, especially in wireframe. |
Revision 3ef7943 by Campbell Barton April 19, 2012, 12:45 (GMT) |
code cleanup: first step to replace BM_ITER BM_ITER_INDEX macros. |
Revision 7cadd24 by Bastien Montagne April 19, 2012, 12:31 (GMT) |
BMESH_TODO: xsort of vertices working again. This commits adds a new function which can remap vertices/edges/faces of a BMesh in a new given order: void BM_mesh_remap(BMesh *bm, int *vert_idx, int *edge_idx, int *face_idx) |
Revision 75b869e by Campbell Barton April 19, 2012, 11:44 (GMT) |
style cleanup: BM_ITER / BM_ITER_INDEX / BMO_ITER |
Revision db2edfc by Campbell Barton April 19, 2012, 11:25 (GMT) |
bmesh api function: BM_edge_face_tangent() was used by inset but make into an api function since scripts can use this too. |
Revision 250560a by Brecht Van Lommel April 19, 2012, 10:49 (GMT) |
Fix #30998: copy to selected in properties editor not working for bones. |
Revision 2251e05 by Brecht Van Lommel April 19, 2012, 09:38 (GMT) |
Fix #31009: edge split did not split non-manifold edges correctly, it should create a separate edge for each face. |
Revision 2e734e4 by Brecht Van Lommel April 19, 2012, 09:27 (GMT) |
Fix #31007: text editor delete at end of last line did unnecessary undo push. Patch by Justin Dailey, simplified a bit. |
Revision 845cb7a by Brecht Van Lommel April 19, 2012, 09:03 (GMT) |
Cycles: increase SVM stack size to allow more complex node setups, did not find any slowdowns with the increased size. |
Revision 84f3ade by Campbell Barton April 19, 2012, 07:00 (GMT) |
fix bevel edge angle (wasnt hooked up to new code), vertex-bevel angle isnt working still |
Revision d403722 by Campbell Barton April 19, 2012, 06:10 (GMT) |
style cleanup: bevel code, also remove unneeded flag setting. |
Revision fc0f417 by Nicholas Bishop April 19, 2012, 02:12 (GMT) |
Fix for disabling noisy opennl output. More info from bf-committers: http://lists.blender.org/pipermail/bf-committers/2012-April/036339.html |
Revision c88c688 by Ove Murberg Henriksen April 19, 2012, 00:09 (GMT) |
added function for copying weight to target vertex from closest source vertex |
Revision baba9c4 by Antonis Ryakiotakis April 18, 2012, 22:27 (GMT) |
Fix: Mark seams in uv editor didn't work |
Revision 0b3f94d by Thomas Dinges April 18, 2012, 20:43 (GMT) |
Fixing bug [#31005] Nurbs UI bug * W button was hidden, due to too small y alignment. |
Revision a1ed21a by Thomas Dinges April 18, 2012, 20:07 (GMT) |
Release Status: * Still BCon4, rc phase now. |
Revision aeccaa6 by Antonis Ryakiotakis April 18, 2012, 19:59 (GMT) |
knife tool: Add state indicator in header for tool options |
Revision 18a6282 by Campbell Barton April 18, 2012, 19:05 (GMT) |
improve recent commit to copy loop data on extrude - in some cases the is only a face on the new edge, so check for this as a source to copy from too. - one of the asserts wasnt correct, if there are no adjacent faces found just return. |
Revision 446d5ad by Campbell Barton April 18, 2012, 18:20 (GMT) |
bmesh knife tool: cut through no longer initializes from view setting to limit selection to front faces. instead this is a toggle (Zkey) which is remembered between executions. |
|