Blender Git Commits

Blender Git "temp-greasepencil-object-stacksplit" branch commits.

Page: 75 / 137

November 20, 2017, 23:17 (GMT)
Cleanup - This code shouldn't be needed anymore
November 20, 2017, 18:12 (GMT)
UI: Rename MultiEdit to MultiFrame
November 20, 2017, 09:42 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 19, 2017, 14:53 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 17, 2017, 15:38 (GMT)
Cleanup include files
November 17, 2017, 15:29 (GMT)
Fix merge error

VS2017 crash in the midle of the merge process and created wrong git tag lines
November 17, 2017, 15:27 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/draw/intern/draw_cache_impl.h
November 17, 2017, 13:46 (GMT)
Fix: Crash when moving GP frame so that it replaces the one before it

This crash only occurred in a particular file, when onion skinning was
enabled. For some reason, the fact that this function was clearing the
layer's actframe (when the frame being deleted wasn't currently active)
was causing problems. I'm guessing that the GP draw engine code currently
assumes that gpl->actframe will always be set/valid?
November 16, 2017, 17:48 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 16, 2017, 13:35 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 16, 2017, 12:16 (GMT)
Fix crashes when loading old GP files from 2.79

Moved all the datablock-twiddling version patching magic to the
"after_liblink" version patching function. Apparently the problem
was that many of the old pointers had not been fixed up at that point,
causing problems if relying on accessing their contents.
November 15, 2017, 18:31 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 15, 2017, 16:24 (GMT)
WIP: Create SceneLayer if missing
November 15, 2017, 08:47 (GMT)
Change texture format

Due draw manager changes, the texture must be DRW_TEX_DEPTH_24_STENCIL_8 instead of DRW_TEX_DEPTH_24
November 15, 2017, 01:33 (GMT)
Merge branch 'blender2.8' into greasepencil-object
November 14, 2017, 15:04 (GMT)
Enable antialiasing while drawing

The antialiasing was not activated for previous strokes, only for current.
November 14, 2017, 13:57 (GMT)
Fix: Temporary fix for crashes when moving GP keyframes when toggling Onion Skinning

ANIM_list_elem_update() was not doing anything as ale->id was null,
and we were filtering the channels by "animdata" blocks (i.e. the GP
datablocks). While technically what we're doing here isn't totally
correct (I'll need to come up with a better fix tomorrow), this will
be a good quick-fix for the crashes they animators are currently getting.
November 14, 2017, 10:49 (GMT)
Fix compile errors after merge
November 14, 2017, 10:49 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
source/blender/blenloader/intern/versioning_280.c
November 14, 2017, 08:53 (GMT)
Cleanup: Remove unused code
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021