Revision 59cc0bf by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 15, 2018, 04:49 (GMT) |
Fix T54075: Align Objects fails w/ empty mesh |
Revision 9268ff4 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 15, 2018, 04:49 (GMT) |
Cleanup: Python context access Avoid access from bpy when it's already declared. |
Revision 7ae9b96 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 15, 2018, 04:49 (GMT) |
Fix T54072: Crash splitting edges |
Revision bc891ad by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 15, 2018, 04:49 (GMT) |
Fix T53958: Sequencer zoom 1:1 fails |
Revision 3982a36 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 15, 2018, 04:49 (GMT) |
Minor change to last commit Keep mode checks simple, nest other checks in their body. |
Revision f5c0df3 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 15, 2018, 04:49 (GMT) |
Revision 81697c7 by Ray molenkamp / Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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 |
Revision 6f45c9d by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 15, 2018, 04:49 (GMT) |
Revision d1281bf by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 15, 2018, 04:49 (GMT) |
Revision c40e9a1 by Campbell Barton (blender-v2.79a-release, blender-v2.79b-release, fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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. |
Revision 748ada9 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) February 14, 2018, 20:04 (GMT) |
further constraint related crash fixes |
Revision 6868e0a by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) 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(). |
|
|
|


Master Commits
MiikaHweb | 2003-2021