Blender Git Commit Log

All Blender Git commits.

Page: 1738 / 8462

April 3, 2020, 13:51 (GMT)
GPencil: Change Offset to Stroke Offset in UI
Revision 00c41c6 by Antonio Vazquez (greasepencil-object)
April 3, 2020, 13:48 (GMT)
GPencil: Replace Frame Offset by Target Frame

Also some UI changes
April 3, 2020, 13:36 (GMT)
Cleanup/separate readfile undo debug prints from others.

generic debug prints can be very noisy in production files with lots of
linked data...
April 3, 2020, 13:34 (GMT)
Add depsgraph helper to print current recalc flags of an ID.
April 3, 2020, 13:16 (GMT)
Simplified the moving triangle collision check algo
April 3, 2020, 12:42 (GMT)
Cleanup: Rename bScreen variables from sc/scr to screen

Part of T74432.

Mostly a careful batch rename but had to do few smaller fixes.

Also ran clang-format on affected files.
April 3, 2020, 12:28 (GMT)
Cleanup: add missing #includes to some headers

It should be possible to `#include` any header without having to worry
about its dependencies.

I didn't go and check all include files for this, just the ones that caused
me errors while I was refactoring the `anim_sys.c` file.

No functional changes.
April 3, 2020, 12:12 (GMT)
GPencil: Add new target object and frame offset parameter to Bake
April 3, 2020, 11:34 (GMT)
Cleanup: Rename ScrArea variables from sa to area

Follow up of b2ee1770d4c3 and 10c2254d412d, part of T74432.
Now the area and region naming conventions should be less confusing.

Mostly a careful batch rename but had to do few smaller fixes.

Also ran clang-format on affected files.
April 3, 2020, 11:13 (GMT)
Fix T74205: crash cancelling transfrom operation in sculpt mode

Differential Revision: https://developer.blender.org/D7018
April 3, 2020, 11:13 (GMT)
Fix T75287: other Cycles render passes wrong when using Cryptomatte
April 3, 2020, 11:13 (GMT)
Fix T74572: adaptive sampling not scaling render passes correctly
April 3, 2020, 10:59 (GMT)
Work on trying to get the collision responses of moving object correct

Still broken now though...
April 3, 2020, 10:54 (GMT)
Cleanup: Continue renaming ARegion variables from ar to region

Continuation of b2ee1770d4c3, now non-single word variables are also
renamed.
Part of T74432.

Also ran clang-format on affected files.
April 3, 2020, 10:52 (GMT)
Cleanup: split ED_mesh_mirror_*_table into multiple functions

Spatial & topology mirror table each used a single function
taking a char as an identifier.

Split these into begin/end/lookup functions.
April 3, 2020, 10:13 (GMT)
Cleanup: split `BKE_anim.h` and `anim.c` into smaller pieces

The files are now split up into the following sections:
- `BKE_anim_path.h` and `anim_path.c` for path/curve functions.
- `BKE_anim_visualization.h` and `anim_visualizationanim_path.c` for
animation visualization (mostly motion paths).
- `BKE_duplilist.h` for DupliList function declarations. These were
already implemented in `object_dupli.c`, so they were rather out of
place being declared in `BKE_anim.h` in the first place.

No functional changes.
April 3, 2020, 09:42 (GMT)
Fix accidentally reverted changes in VR merge due to merge error

dc2df8307f41 unintentionally reverted part of 07bdbeda8462.
April 3, 2020, 09:34 (GMT)
Cleanup: Font, added initialisation for two variables

My compiler (GCC 7.5.0) was warning about these variables potentially not
being initialised. Since the function is highly complex, instead of
analysing it I just trust my compiler and added initial values.

This should be no functional change.
April 3, 2020, 08:37 (GMT)
Fix T75250: setting greasepencil active layer not refreshing the dopesheet

This was only reported for the 'Change Active Layer' operator [which was
not setting the channel as selected in the dopesheet], but this is also
the case elsewhere [where BKE_gpencil_layer_active_set is used], namely:
- gp_layer_remove_exec
- gp_layer_copy_exec
- gp_merge_layer_exec
- gp_layer_change_exec
- gp_layer_active_exec
- gp_stroke_separate_exec

We could set GP_LAYER_SELECT "by hand" in
BKE_gpencil_layer_active_set(), but there is already
animchan_sync_gplayer() that does that. For this, we need the
NA_SELECTED notifier though.

Maniphest Tasks: T75250

Differential Revision: https://developer.blender.org/D7311
April 3, 2020, 08:34 (GMT)
Cleanup: typo in comment
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021