Blender Git Commit Log

All Blender Git commits.

Page: 1147 / 8462

November 6, 2020, 13:47 (GMT)
CMake: Fix wrong library used for dependency

Was causing compilation failure on fresh builds.
November 6, 2020, 13:40 (GMT)
Refactor: move PointCache .blend I/O to blenkernel

Ref T76372.
November 6, 2020, 13:35 (GMT)
Cleanup: Fluid engine API return types

Use bool return type where possible instead of int (the return values from fluid object are already boolean instead of int).

Also removed several if guards in API functions. If one of the arguments is in fact invalid / nullptr (should not happen though), it better to catch them directly where they failed and not silently escape them.
November 6, 2020, 13:32 (GMT)
Cleanup: Clang-Tidy, modernize-use-bool-literals
November 6, 2020, 13:28 (GMT)
Refactor: move sequencer modifier .blend I/O to sequencer module

Ref T76372.
November 6, 2020, 13:24 (GMT)
Cleanup: Alembic, simplify expression

Change `1 + current_mat++` to `++current_mat`.

No functional changes.
November 6, 2020, 13:24 (GMT)
Cleanup: Alembic, simplify material assignment code

Refactor material assignment code such that:
- `build_mat_map()` just returns the built map (instead of relying on
modifying a map passed as parameter),
- `LISTBASE_FOREACH` is used to loop over a `ListBase` (instead of a
hand-crafted for-loop),
- just `return` when not enough material slots can be created (instead
of setting a boolean to false, then doing some useless work, then
checking the boolean),
- reorder some code for clarity, and
- rename `mat_map` to `matname_to_material` so that the semantics are
clearer.

No functional changes.
November 6, 2020, 13:10 (GMT)
Refactor: move Paint lib linking to blenkernel

Ref T76372.
November 6, 2020, 13:10 (GMT)
Refactor: move color settings .blend I/O to blenkernel

Ref T76372.
November 6, 2020, 13:06 (GMT)
Cleanup: Clang-Tidy, modernize-use-emplace
November 6, 2020, 12:53 (GMT)
Fix compilation error of bf_draw

Similar to previous commit, missing build dependency.
November 6, 2020, 12:49 (GMT)
Fix compilation error when building from scratch

Make sure the DNA offset files is ready at a time bf_windowmanager
need it.
November 6, 2020, 12:48 (GMT)
Merge branch 'master' into xr-actions-D9124
November 6, 2020, 12:46 (GMT)
Fix errors after merge
November 6, 2020, 12:40 (GMT)
Merge branch 'master' into xr-actions-D9124
November 6, 2020, 12:40 (GMT)
Cleanup: Clang-Tidy, modernize-redundant-void-arg
Revision 41db8f2 by Jacques Lucke (master)
November 6, 2020, 12:35 (GMT)
Refactor: move LightCache .blend I/O to eevee_lightcache.c

Ref T76372.
November 6, 2020, 12:31 (GMT)
XR: Use stage ref space for absolute tracking
November 6, 2020, 12:22 (GMT)
Refactor: move remaining ViewLayer .blend I/O to blenkernel

Ref T76372.
November 6, 2020, 12:17 (GMT)
Cleanup: remove unnecessary function
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021