Revision b9ebf44 by Campbell Barton August 18, 2014, 07:09 (GMT) |
BMesh: intersect tool Modeling tool to cut intersections into geometry (like boolean, without calculating inside/outside). Faces are split along intersections, leaving new edges selected. Access from Face menu. |
Revision 4795b61 by Campbell Barton August 18, 2014, 06:05 (GMT) |
Cleanup: assert / warn |
Revision baea85b by Campbell Barton August 18, 2014, 05:59 (GMT) |
BMesh: add BM_vert_splice_check_double checks if splicing verts creates duplicate edges |
Revision 5e5211c by Campbell Barton August 18, 2014, 05:41 (GMT) |
BMesh: add BM_vert_splice_check_double checks if splicing verts creates duplicate edges |
Revision e85bcfa by Bastien Montagne August 17, 2014, 07:50 (GMT) |
Fix T41467: Modifier view buttons changing positions. Commits early in this year (to save some space) broke this. Hopefully this time it works in all cases - lastCageIndex is no more influenced by realtime/edit active states. Also, inactivate buttons instead of hiding them, can be useful to set those data even though it does not have any immediate effect. Took the opportunity to switch cage buttons to RNA, btw. |
Revision ed26d9d by Campbell Barton August 17, 2014, 06:02 (GMT) |
BLI_array: utility function for searching an array |
Revision 1dd17be by Campbell Barton August 17, 2014, 02:50 (GMT) |
Knife tool: simplify hit-depth calculation |
Revision bba80ed by Campbell Barton August 17, 2014, 02:18 (GMT) |
Cleanup |
Revision f789d0b by Campbell Barton August 16, 2014, 22:42 (GMT) |
Math Lib: replace epsilon with check against zero line-tri intersection depended on scale, The check made small triangles & lines fail. So just check for divide by zero as ray-cast currently does. |
Revision fe2b461 by Bastien Montagne August 16, 2014, 20:42 (GMT) |
Fix poll func of CYCLES_OT_use_shading_nodes. Operators' poll func might be called from anywhere in Blender, so they should not make any assumption about available context. material, lamp and world are specific to context from Properties space... |
Revision 1ad9987 by Bastien Montagne August 16, 2014, 20:36 (GMT) |
Fix filenames in splashscreen. For some reason, labels of buttons in popups/menus were clipped left. Removed that function (was the only place were it was used), clipping text by its left is really bad for its understanding! Instead, extended clip_middle code so that it optionnally preserves a right piece of the given string (like the shortcut part of a menu label). Think that's what makes more sense here (note that most menus adapt themselves to their longest item, we do not have much fixed-width ones, anyway). Also tweaked a bit clip_middle logic, so that left part always have at least ten chars (in addition to already existing 'min width' checks). |
Revision c47a01d by Campbell Barton August 16, 2014, 05:13 (GMT) |
Math Lib: add isect_line_line_epsilon_v3 |
Revision 88ee650 by Campbell Barton August 16, 2014, 00:51 (GMT) |
Comments |
Revision bb39925 by Bastien Montagne August 15, 2014, 17:51 (GMT) |
Fix T41454: Command "Dirty Vertex Colors" prompts Python error. |
Revision 513b8dd by Antonis Ryakiotakis August 15, 2014, 15:32 (GMT) |
Fix T41421 Don't store selection properties, if those are set in the keymap we can end uo locking one state forever. |
Revision 9a29b0f by Bastien Montagne August 15, 2014, 13:44 (GMT) |
Fix compilation on linux (implicit conversion from double/float to size_t treated as error here). |
Revision 968e1b3 by Bastien Montagne August 15, 2014, 13:40 (GMT) |
Fix T41427: Region overlap moves into wrong window. There was some fuzzyness in `region_overlap_fix()`, using an 'other side' region as ref to move current one in case their rect would intersect... New code is a bit more complex, but should handle nicely all situations, mostly ensuring we only translate an overlap if we find a previous one **on the same side**, and ensuring we also never have intersecting overlapping regions from different sides (since this does not work nice at all). |
Revision b6df448 by Campbell Barton August 15, 2014, 09:59 (GMT) |
Cleanup |
Revision 01c5a65 by Antonis Ryakiotakis August 15, 2014, 09:45 (GMT) |
Fix uninitialized imagepaint values on new scene, report by kopias on irc |
Revision 27b4a1f by Campbell Barton August 15, 2014, 09:35 (GMT) |
Correction to last commit, rna naming |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021