Blender Git Commits

Blender Git commits from all branches.

Page: 1494 / 2888

June 12, 2018, 16:56 (GMT)
Fix UDIM grid being drawn too wide
June 12, 2018, 16:56 (GMT)
Move GPUTexture to per-tile struct
June 12, 2018, 16:56 (GMT)
Add per-tile struct to Image to track the status of every tile
June 12, 2018, 16:43 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/blenlib/intern/rand.c
June 12, 2018, 15:11 (GMT)
Remove Draw at Stroke Location

This option at layer level was only for very limited situations and added complexity not needed.
June 12, 2018, 14:24 (GMT)
Rename field gradient_boxsize to pattern_gridsize
June 12, 2018, 13:46 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/datafiles/CMakeLists.txt
source/blender/makesdna/DNA_material_types.h
June 12, 2018, 13:40 (GMT)
PEP8 Style
June 12, 2018, 13:40 (GMT)
Added missing "Custom Properties" panel for GP Objects
June 12, 2018, 13:38 (GMT)
UI: Check if the material has gpencil data to show panel
June 12, 2018, 13:13 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into udim
June 12, 2018, 12:26 (GMT)
Use proper UI name
June 12, 2018, 12:17 (GMT)
Merge remote-tracking branch 'origin/blender2.8' into temp-dynamic-overrides
June 12, 2018, 11:56 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/editors/include/ED_object.h
source/blender/editors/object/object_modifier.c
June 12, 2018, 11:50 (GMT)
Merge branch 'master' into fluid-mantaflow
June 12, 2018, 11:39 (GMT)
GP Branch: Update gpl->actframe in depsgraph callbacks (fixes COW-related issues)

This commit fixes various problems across the codebase
caused by the fact that the gpl->actframe pointers no longer
get updated on redraw, meaning that various editing tools
were not working.

Applying a similar solution to 59a516913e599ce29754d361246a0d8cb92bd314
here: On the exit node for GP data evaluation, we flush the changed
actframe pointers back to main database, so that the main db
is consistent with the displayed time.

Notes:
- For now, we just reuse the BKE_gpencil_eval_geometry() callback,
since it's the only one there and nothing else was happening there.
In future, when we do convert the GP modifier stack evaluation away
from its drawing-engine based approach, we should split this out into
its own function.

- We also do the actframe update in the COW domain here. While it's
not strictly needed for anything right now, this is something that
should really have been happening, so let's do it the proper way now.

- The alternative approach would've been to modify all GP related
context functions to set this whenever they were called. But that
carries performance penalties, and isn't such a nice solution,
as context getters should really not have side-effects.
June 12, 2018, 10:49 (GMT)
Fixes after merge

Some parameter list change.

Also disabled some functions that will not be used in annotations. Keep the function as reference to be removed when annotation will be back.
June 12, 2018, 10:40 (GMT)
Merge branch 'blender2.8' into greasepencil-object
June 12, 2018, 09:11 (GMT)
Update the UI to use bl_parent_id

Also remove the DNA/RNA settings that were added for that.
June 12, 2018, 09:00 (GMT)
Merge branch 'blender2.8' into temp-dynamic-overrides

Conflicts:
source/blender/makesrna/intern/rna_access.c
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021