Display:
Master Commits
Branch Commits
All Commits
Blender
Git "experimental_gp_weight" branch commits.
Page: 71 / 122
October 12, 2017, 09:55 (GMT)
Check drawing mode flag
October 12, 2017, 09:28 (GMT)
Fix bug of memory corruption
The strokes were transparent and zdepth was doing weird things when using 2 GP objects. This error was introduced by commit: 27/09/2017 08:34
5c8e1dfc2851a539abaa988762f1c590038e51bb The problem was the field xray_mode. If move below in the struct, the value is corrupted and draw manager does not work fine..
October 11, 2017, 18:41 (GMT)
Fix PaletteSlot memory leak
October 11, 2017, 08:26 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 11, 2017, 07:58 (GMT)
Set default framebuffer After detach textures must set the default buffer again. Also checked the number of samples, not only framebuffer.
October 10, 2017, 16:49 (GMT)
Fix opacity change when drawing When draw a stroke with a color with opacity < 1.0, there was a opacity change when finish stroke. This was related to the blend pass that was used, so the drawing in fast mode must pass through the temp framebuffer to get same alpha values in blend.
October 10, 2017, 16:41 (GMT)
New MSAA macros Define macros for cleanup code.
October 10, 2017, 10:32 (GMT)
Cleanup: Remove redundant code
October 10, 2017, 09:19 (GMT)
Fix error introduced in previous commit The macro used was wrong
October 10, 2017, 09:14 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 10, 2017, 09:10 (GMT)
Initialize selection alpha There is a problem with this value for old 2.7x files, so the value is set to 1.0 when the file is from previous versions. The initialization is done in weighttype section because this is a safe checking for old files and it is a related parameter.
October 9, 2017, 21:47 (GMT)
Cleanup: Define macros for GP modes Define new macros for checking grease pencil object mode to cleanup code.
October 9, 2017, 17:19 (GMT)
Fix error in default gp object after delete If delete the gp object and it is assigned as default scene gp object, must be cleared.
October 9, 2017, 14:19 (GMT)
Enable MSAA for strokes This AA is activated with Multisample parameter of user preferences screen.
October 9, 2017, 08:21 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 7, 2017, 11:14 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 6, 2017, 21:56 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 6, 2017, 06:24 (GMT)
GP Branch Version Patching - Use palette slots instead of creating palettes directly
October 6, 2017, 03:55 (GMT)
Revert whitespace edits in interface_utils.c These appear to be accidental, and are unrelated to the purpose of this branch.
October 5, 2017, 16:54 (GMT)
Merge branch 'blender2.8' into greasepencil-object