Blender Git Commits

Blender Git "master" branch commits.

Page: 2790 / 5574

September 4, 2014, 11:25 (GMT)
Fix wrong track of the memory when doing device vector resize before freeing it

This is rather legit case which happens i.e. when having persistent images enabled
and session is updating the lookup tables.

Now device_memory keeps track of amount of memory being allocated on the device,
which makes freeing using the proper allocated size, not the CPU side buffer
size.
September 4, 2014, 07:53 (GMT)
Fix T41463: Mirror Modifier breaks Automatic-Weights in weight-paint mode

The problem was it used copied verts on the opposite side.
September 4, 2014, 06:14 (GMT)
Fix setting Curve-handle type moving the wrong one

Issue noted in T35952, now if you convert a free handle to an aligned handle,
it will move the selected handle.
September 4, 2014, 05:56 (GMT)
Fix View3D 'Auto Keying' alignment (when dpi!=72)
September 4, 2014, 05:43 (GMT)
Fix T35952: Switching a single handle to free would lock the others alignment
September 4, 2014, 04:14 (GMT)
Fix T40595: File broken after "make local->all"
September 4, 2014, 02:15 (GMT)
Vert-rip left an invalid selection with (>1 verts)

Now report the error and fail early.
September 3, 2014, 23:00 (GMT)
Cleanup: Code deduplication for similar passes.
September 3, 2014, 15:28 (GMT)
Fix T41693: Volumes get brightened with extra volume samples on GPU + BPT
September 3, 2014, 12:09 (GMT)
Code cleanup, defined shared stroke properties to one central function.
September 3, 2014, 10:14 (GMT)
Texture painting:

Free draw objects instead of tagging object update and doing
recalculation of derived meshes. The reason is that if user deletes all
slots and tries to paint, the system will invalidate the cached in
projection painting derivedmesh. This will promptly crash. Invalidating
the draw objects only is also much cheaper.
September 3, 2014, 09:18 (GMT)
Expose "select all strips to left/right" in the select menu.

Shortcut is ctrl click but might not be discoverable, as we found out
the hard way on gooseberry.
September 3, 2014, 07:33 (GMT)
Fix T41691: Blender-internal crash (counting edges)
September 3, 2014, 06:44 (GMT)
Fix T41695: No label in UV/Image editor waveform mode

That's indeed rather creepy to show only icon for the enum where
all the elements have the same exact icon.
September 3, 2014, 06:40 (GMT)
Skip distortion of the grease pencil associated with the track
September 3, 2014, 06:18 (GMT)
Fix FileSelector dividers disappearing

Was clamped to short
September 3, 2014, 06:04 (GMT)
Fix FileSelector drawing missing some files
September 3, 2014, 05:49 (GMT)
Fix set black/white points didn't operate in the linear space
September 2, 2014, 21:26 (GMT)
Cleanup: Use function call and delete obsolete comment.
September 2, 2014, 16:57 (GMT)
Add missing update tag to material when adding texture slots.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021