Blender Git Commit Log

All Blender Git commits.

Page: 3463 / 8462

February 15, 2018, 04:49 (GMT)
Fix T54075: Align Objects fails w/ empty mesh
February 15, 2018, 04:49 (GMT)
Cleanup: Python context access

Avoid access from bpy when it's already declared.
February 15, 2018, 04:49 (GMT)
Fix T54072: Crash splitting edges
February 15, 2018, 04:49 (GMT)
Fix T53958: Sequencer zoom 1:1 fails
February 15, 2018, 04:49 (GMT)
Minor change to last commit

Keep mode checks simple, nest other checks in their body.
February 15, 2018, 04:49 (GMT)
Fix T53986: Crash saving during sculpt stroke

Also remove unused struct member.
February 15, 2018, 04:49 (GMT)
Fix: msvc build error with bli_fileops.h

bli_fileops.h was using uint64_t without including the proper header.

issue triggered by rBb0af44fa4d7a2e134b315c49a4fbdf573f781004
February 15, 2018, 04:49 (GMT)
Fix T50630: Fluid fails on win32 w/ unicode paths

Allow overriding gzip open w/ elbeem.
February 15, 2018, 04:49 (GMT)
Fix navmesh creation w/ multiple objects

D2976 by @dertom
February 15, 2018, 04:49 (GMT)
Docs: invoke_search_popup uses bl_property

Also add code example in docs.
February 15, 2018, 00:33 (GMT)
Fix T54075: Align Objects fails w/ empty mesh
February 15, 2018, 00:13 (GMT)
Cleanup: style
February 15, 2018, 00:05 (GMT)
Fix T54072: Crash splitting edges
February 14, 2018, 20:49 (GMT)
Merge branch 'master' into blender2.8
February 14, 2018, 20:45 (GMT)
Cycles: restore Particle Info Index for now, keep it next to Random.

It seems to be useful still in cases where the particle are distributed in
a particular order or pattern, to colorize them along with that. This isn't
really well defined, but might as well avoid breaking backwards compatibility
for now.
February 14, 2018, 20:04 (GMT)
further constraint related crash fixes
February 14, 2018, 19:26 (GMT)
crash fix attempts

can still crash if you refracture a child object while its attached to others (constraints become invalid)
February 14, 2018, 18:02 (GMT)
Eevee: Fix broken AO and Contact shadows on certain platform.

This was caused by ce0f70fbd62fc812a2508c27a2f392cde0acbdfa
February 14, 2018, 17:59 (GMT)
DRW: Refactor: Less feature duplication with Gwn.

This removes the need of custom attribs for instancing.
Instancing works fully with dynamic batches & Gwn_VertFormat now.

This is in prevision of the VAO manager patch.
February 14, 2018, 17:59 (GMT)
DRW: Add instance buffer manager.

This manager allows to distribute existing batches for instancing
attributes. This reduce the number of batches creation.
Querying a batch is done with a vertex format. This format should
be static so that it's pointer never changes (because we are using
this pointer as identifier [we don't want to check the full format
that would be too slow]).

This might make the original Instance Data manager useless but it's currently used by DRW_object_engine_data_ensure().
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021