Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 2801 / 5574

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.
August 18, 2014, 06:05 (GMT)
Cleanup: assert / warn
August 18, 2014, 05:59 (GMT)
BMesh: add BM_vert_splice_check_double

checks if splicing verts creates duplicate edges
August 18, 2014, 05:41 (GMT)
BMesh: add BM_vert_splice_check_double

checks if splicing verts creates duplicate edges
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.
August 17, 2014, 06:02 (GMT)
BLI_array: utility function for searching an array
August 17, 2014, 02:50 (GMT)
Knife tool: simplify hit-depth calculation
August 17, 2014, 02:18 (GMT)
Cleanup
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.
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...
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).
August 16, 2014, 05:13 (GMT)
Math Lib: add isect_line_line_epsilon_v3
August 16, 2014, 00:51 (GMT)
Comments
August 15, 2014, 17:51 (GMT)
Fix T41454: Command "Dirty Vertex Colors" prompts Python error.
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.
August 15, 2014, 13:44 (GMT)
Fix compilation on linux (implicit conversion from double/float to size_t treated as error here).
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).
August 15, 2014, 09:59 (GMT)
Cleanup
August 15, 2014, 09:45 (GMT)
Fix uninitialized imagepaint values on new scene, report by kopias on
irc
August 15, 2014, 09:35 (GMT)
Correction to last commit, rna naming
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021