Blender Git Commit Log

All Blender Git commits.

Page: 2998 / 8462

September 3, 2018, 14:13 (GMT)
Topbar: Remove unused variable
September 3, 2018, 14:06 (GMT)
Fix T56666: Crash typing "w" in the search function.

One shall check object is a GPencil one, before trying to use ob->data...
September 3, 2018, 14:05 (GMT)
Depsgraph: Cleanup, put symbols to a proper namespace
September 3, 2018, 13:52 (GMT)
Multi-Object Editing: MESH_OT_bridge_edge_loops by Philippe Bachour

I (Dalai) did a few changes before committing:
* Code style (mostly tabs instead of space).
* Skip loop when no vert selected.
* Keeping comment on why always return FINISHED.

Maniphest Tasks: T54643
https://developer.blender.org/D3338
September 3, 2018, 13:36 (GMT)
Fix T56593: Crash when enabling collection with curves

Was missing update of ID blocks which are becoming visible.
September 3, 2018, 13:33 (GMT)
Merge branch 'master' into blender2.8
September 3, 2018, 13:30 (GMT)
Multi-Objects: OBJECT_OT_vertex_group_smooth

In this case we call the operation multiple times.
September 3, 2018, 13:30 (GMT)
Fix (unreported) potentially giant memory leak in Cloth collision solver.

Not freeing its BVHTree in case there were no collision objects,
could quickly lead to hundreds of MB of memleak!
September 3, 2018, 13:20 (GMT)
Depsgraph: Use more meaningful name for flags storage
September 3, 2018, 13:11 (GMT)
Tool System: add paint brush shortcut
September 3, 2018, 12:37 (GMT)
Eevee: Fix missing meshes on Win + Intel HD 530/540

This is only a workaround. The real issue should be adressed by the
driver team upstream.
September 3, 2018, 12:20 (GMT)
Fix slow .blend file load due to recent accidentally committed debug code.
September 3, 2018, 12:17 (GMT)
Cycles: Some cleanup of Embree integration.
September 3, 2018, 11:42 (GMT)
Set active base to NULL if its object is gone
September 3, 2018, 10:57 (GMT)
Depsgraph: Cleanup, make it more obvious what ID references
September 3, 2018, 10:55 (GMT)
Depsgraph: Cleanup, make it more clear what function does
September 3, 2018, 10:39 (GMT)
Depsgraph: Generalize storage for already existing ID nodes

Currently no functional changes, just allows to store mo information.
September 3, 2018, 10:17 (GMT)
Cleanup: Remove unused lay_updated

Is no longer used, having it around was more of a confusion than
anything else.
September 3, 2018, 10:11 (GMT)
Depsgraph: Cleanup, indentation level
September 3, 2018, 10:03 (GMT)
Fix Cycles half float pragma for strict OpenCL compilers (like ROCm).

Differential Revision: https://developer.blender.org/D3669
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021