Blender Git Commit Log

All Blender Git commits.

Page: 2776 / 8462

January 3, 2019, 17:22 (GMT)
Cleanup: don't do nodetree verification/versioning twice.
January 3, 2019, 17:21 (GMT)
Fix T60073: can't unlink by dragging from some node input sockets.
January 3, 2019, 17:12 (GMT)
Fix T60022: Crash when adding grease pencil object to a collection disabled in viewport.

See D4163

Thanks to Habib Gahbiche (@zazizizou) for the fix.
January 3, 2019, 17:09 (GMT)
Fix T59925: Crash when adding any generative modifier on a curve with more than one material.

Am not totally convinced that generating meshes without fully valid
material info is a good thing, but this seems to be rather common in our
code base (in both mesh editing and convert-to-mesh cases).

So for now, duplicated code in mesh eval finalization to main displist
creation/eval function, synchronizing mat data at the end of modifiers
stack eval, if needed.
January 3, 2019, 16:43 (GMT)
Don't link against GLU library

We are core profile now, no need to link against GLU.

This change makes it so Blender binary is not dependent on liGLU.so.
That was a weird thing that Blender was dependent on it, but was not
using any functions from it.
January 3, 2019, 16:42 (GMT)
generate some code
January 3, 2019, 16:10 (GMT)
Fix T54962: Cycles crash using subsurface scattering texture blur.
January 3, 2019, 15:49 (GMT)
Merge branch 'master' into greasepencil-object
January 3, 2019, 15:43 (GMT)
Fix T58250: crash starting Blender on X11 without OpenGL 3.3.

Instead display an error message and exit.
January 3, 2019, 15:41 (GMT)
GP: Improve collision detection

Now the stroke extremes are scaled for improving the collision detection.
January 3, 2019, 15:30 (GMT)
cleanup using custom HashSet
January 3, 2019, 15:09 (GMT)
initial node compiler data structures
January 3, 2019, 14:59 (GMT)
Fix T60119: incorrect filter size in new scenes.
January 3, 2019, 14:48 (GMT)
Fix T59072: Text extrusion cannot be animated
January 3, 2019, 14:38 (GMT)
Fix incorrect drawing of material list outline, after recent changes.

For draw cache flushing the default blend mode needs to be set.
January 3, 2019, 14:19 (GMT)
Fix T57177: redo select random operator selects hidden objects.
January 3, 2019, 14:19 (GMT)
Fix some inconsistencies in object visibility/selectability tests.
January 3, 2019, 12:58 (GMT)
Revert "GP: Remove correction factor in Cutter"

This reverts commit c05ac7bc5842f297684f4da47dd61adca3778381.
January 3, 2019, 12:47 (GMT)
GP: Fix problem when select same stroke several times
January 3, 2019, 11:39 (GMT)
Fix T60107: gizmos should not show for unselectable objects.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021