Blender Git Commits

Blender Git "master" branch commits.

Page: 2872 / 5574

Revision 6f71491 by Lukas Toenne
May 9, 2014, 13:02 (GMT)
Fix T40108: Copying materials leaves a shared Action datablock in nested
bNodeTree blocks.

This was broken by rB6e99fb0 (own commit). I expected the `do_action`
argument to be of no importance in this case due to node trees using
material animation, but this is not the case.

Anyway, this patch adds back a do_action to the BKE_libblock_copy_nolib
function as well to restore the previous behavior.
Revision 31849ca by Joshua Leung
May 9, 2014, 12:19 (GMT)
Fix for random crashes when grabbing (rmb-drag) NLA strips

Although these crashes were quite sporadic, they seemed to happen most when
rmb-dragging strips randomly in quick succession. The most likely cause seems
to be a null check I accidentally took out during one of my commits yesterday.
May 9, 2014, 11:48 (GMT)
Freestyle: Fix for dashed lines when applied to invisible stroke segments.

Dashed lines were resetting stroke segment visibility by mistake (making invisible segments
visible, for example when applied to the results of square blueprint geometry modifier).
May 9, 2014, 11:48 (GMT)
Freestyle: Fix for a wrong interpolation of stroke segment visibility.
May 9, 2014, 10:23 (GMT)
Metaball transform, support active-only option
May 9, 2014, 08:29 (GMT)
Code cleanup: style
May 9, 2014, 08:29 (GMT)
Fix T36973: Active snapping fails for edges/faces

also add snap-active support for armatures, pose & metas
Revision d61f8a5 by Lukas Toenne
May 9, 2014, 06:53 (GMT)
Fix T40094 Faulty resizing behavior of frame node.

Frame nodes still have the "hidden" flag like all other nodes, but this
has to be ignored during resizing. width/height range for the frame
nodes must be unlimited for this to work correctly.
Revision c5a946b by Joshua Leung
May 9, 2014, 04:18 (GMT)
Tweaking tooltip for NLA tweakmode enter to be a bit more descriptive
Revision b2b7b3f by Joshua Leung
May 9, 2014, 04:17 (GMT)
NLA Editor Bugfix: Select NLA tracks too when selecting strips
Revision ddc52b4 by Joshua Leung
May 9, 2014, 04:05 (GMT)
NLA Editor: View selected also recenters the view now (as in the DopeSheet Editor)
Revision b3cd9d2 by Joshua Leung
May 9, 2014, 03:49 (GMT)
Code cleanup: Define a dedicated "channel_role" field for animchannel types

This makes it easier for finding the active or first selected channel
(where actual data channels need to be favoured over expanders - which come
first), as previously, long switch statements were needed everytime.
Revision 89abdb6 by Joshua Leung
May 9, 2014, 03:49 (GMT)
DopeSheet: View Selected recenters the view vertically to display the active channel
May 9, 2014, 03:19 (GMT)
Freestyle: Stroke rendering optimization.

Previously mesh objects were created for individual visible stroke segments (recalling that
a stroke may consist of alternate visible and invisible segments). This could result in an
excessive memory consumption in stroke rendering when strokes are composed of many
short visible segments (for instance by means of dashed lines and/or blueprint geometry
modifiers).

Now mesh objects represent individual strokes instead of stroke segments, which tends to
reduce the number of generated mesh objects by an order of magnitude.
May 9, 2014, 03:19 (GMT)
De-duplicated #includes.
May 9, 2014, 03:19 (GMT)
Indentation fix.
May 9, 2014, 03:19 (GMT)
Fix for an occasional crash in Freestyle stroke rendering.

Materials were freed before releasing meshes that may have references to the materials.
May 9, 2014, 01:56 (GMT)
Bake API: small change, forcing Render to not have reports

Again, no functional change, just trying to narrow down the possible
reasons for the random crashes in OSX.
May 9, 2014, 01:56 (GMT)
Bake API: renaming WM_JOB_RENDER_BAKE to WM_JOB_OBJECT_BAKE and use it consistently

Note: that doesnt change much. It definitively doesnt change the random crash OSX is experiencing sometimes.
May 8, 2014, 21:12 (GMT)
Fix double promotion to scene linear in 2s painting.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021