August 20, 2021, 05:08 (GMT) |
Cleanup: rename BKE_mesh_free -> BKE_mesh_free_data It wasn't obvious this didn't free the memory of the mesh it's self leading to memory leaks. |
August 20, 2021, 05:03 (GMT) |
Cleanup: unused warnings |
August 20, 2021, 04:43 (GMT) |
Merge branch 'temp-lineart-contained' into lineart-shadow |
August 20, 2021, 04:43 (GMT) |
Merge remote-tracking branch 'origin/master' into temp-lineart-contained |
August 20, 2021, 02:27 (GMT) |
Cleanup: clang-format |
August 20, 2021, 01:13 (GMT) |
UI: Improve contrast on playhead Add a dark (background coloured) outline around it. |
August 20, 2021, 00:40 (GMT) |
Alembic Procedural: only subdivide if subsurf modifier is present As subdivision objects are first class citizens in Alembic, to differentiate them with non-subdivided polygon meshes, the Alembic Procedural automatically sets up subdivision properties on the generated Cycles Mesh. However, for real-time playback subdivision is far too slow, so this modifies the detection of a MeshSeqCache modifier used to activate the procedural to allow for a Subsurf modifier right after the cache one. If present, the procedural will tag the object for subdivision, if absent, the object will be treated as a regular mesh. This is a temporary measure for until subdivision surface settings are part of the Mesh datablock (see T68891). Reviewed By: brecht Differential Revision: https://developer.blender.org/D11162 |
August 20, 2021, 00:30 (GMT) |
Cleanup, format |
August 19, 2021, 23:49 (GMT) |
Merge branch 'master' into cycles_procedural_api |
August 19, 2021, 22:48 (GMT) |
UI: Use arrow icon to collapse/expand panels |
August 19, 2021, 22:05 (GMT) |
Fix: Inset socket nameing was wrong |
August 19, 2021, 21:41 (GMT) |
Merge remote-tracking branch 'origin/master' into experimental-build |
August 19, 2021, 21:25 (GMT) |
Fix: changed BMiter to BMOIter in BM_tag_<Elem_Type>_from_operator_slot |
August 19, 2021, 20:40 (GMT) |
Merge branch 'master' into soc-2021-porting-modifiers-to-nodes_all |
August 19, 2021, 20:07 (GMT) |
SOC2021 Porting Modifiers To nodes all This branch merges all branches from soc2021 porting modifiers to nodes into one. The branche is mainly used to make a testbuild. |
August 19, 2021, 18:36 (GMT) |
Fix T90776: Cycles normal map node produces artifacts This is caused by a typo in rBb8ecdbcd964a `sd->prim` is the primitive index, but was used to discriminate the primitive type (stored in `sd- >type`). |
August 19, 2021, 18:36 (GMT) |
August 19, 2021, 18:24 (GMT) |
UI: Use theme's alpha for Summary instead of a hardcoded value |
August 19, 2021, 18:13 (GMT) |
Merge branch 'master' into cycles-x |
August 19, 2021, 18:12 (GMT) |
Fix error rendering Cycles shader nodes from before 2013 After the recent changes to use socket identifiers instead of names. |
|
|
|


Master Commits
MiikaHweb | 2003-2021