Display:
Master Commits
Branch Commits
All Commits
Blender
Git "greasepencil-object" branch commits.
Page: 237 / 345
April 24, 2018, 13:46 (GMT)
Fix error reading materials The link materials section was missing.
April 24, 2018, 11:48 (GMT)
WIP: More work converting to materials There is a problem with the loading of converted files. The conversion of Hero data is correct, but something is still missing.
April 24, 2018, 09:19 (GMT)
More work to prepare material conversion Doing RNA stuff and preparing for convert Hero files
April 23, 2018, 17:55 (GMT)
Create new fields in material for moving palettecolor
April 23, 2018, 13:45 (GMT)
Fix: ASAN-related crash when scaling points in editmode
April 23, 2018, 13:42 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 23, 2018, 08:09 (GMT)
Fix merge error
April 23, 2018, 08:08 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/scripts/addons release/scripts/addons_contrib source/blender/blenloader/intern/versioning_280.c
April 22, 2018, 17:34 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 22, 2018, 14:54 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: release/scripts/startup/bl_ui/properties_material.py release/scripts/startup/bl_ui/space_dopesheet.py source/blender/draw/modes/draw_mode_engines.h source/blender/editors/space_buttons/buttons_context.c source/blender/editors/space_time/space_time.c source/blender/editors/space_view3d/drawobject.c source/blender/editors/space_view3d/view3d_draw_legacy.c
April 20, 2018, 09:01 (GMT)
Fix Tint and Hue/Saturation modifiers Now the modifiers don't use the palettecolor pointer
April 19, 2018, 17:19 (GMT)
WIP: Remove palettecolor pointer Still Hue/Saturation and Tint pending. Now both are disabled while found a solution.
April 19, 2018, 15:13 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/blenloader/intern/versioning_280.c source/blender/editors/space_view3d/view3d_header.c
April 19, 2018, 15:02 (GMT)
Fix missing library Palette relink The palette pointer was not relink as expected for Brushes and GP strokes.
April 18, 2018, 14:33 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 18, 2018, 08:57 (GMT)
Fix various compiler warnings/errors
April 18, 2018, 08:52 (GMT)
Merge branch 'blender2.8' into greasepencil-object # Conflicts: # source/blender/blenloader/intern/versioning_280.c # source/blender/makesrna/intern/rna_scene.c
April 17, 2018, 16:37 (GMT)
Cleanup: Whitespace + Code Redundancy
April 17, 2018, 16:28 (GMT)
Merge branch 'blender2.8' into greasepencil-object Tempting fate by merging in the Game Engine removal in here too... We might as well do this now though, since it'll have to happen at some time anyway! # Conflicts: # release/scripts/startup/bl_ui/properties_scene.py # source/blender/blenkernel/intern/object.c # source/blender/blenloader/intern/versioning_280.c # source/blender/gpu/CMakeLists.txt # source/blenderplayer/bad_level_call_stubs/stubs.c
April 17, 2018, 16:16 (GMT)
Fix: Putting back bakeModifierGP() for Lattice and Hook Ideally, we'd run this on a depsgraph-copy, on a background thread. But, that's that's something that we'd be passing through to the modifier bake callbacks.