Display:
Master Commits
Branch Commits
All Commits
Blender
Git commits from all branches.
Page: 1557 / 2888
April 9, 2018, 07:00 (GMT)
Revert transform changes, in favor of more comprehensive ones
April 8, 2018, 14:52 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 8, 2018, 13:01 (GMT)
Merge branch 'blender2.8' into topbar
April 8, 2018, 10:51 (GMT)
Merge branch 'blender2.8' into topbar
April 8, 2018, 10:02 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 8, 2018, 09:21 (GMT)
Refactor to reduce number of textures and framebuffers used
April 7, 2018, 14:10 (GMT)
Fix memory error for duplicated objects when exit When duplicate an object, the batch cache was pointing to the original address and when close Blender, the pointer was invalid.
April 7, 2018, 09:38 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 7, 2018, 09:37 (GMT)
Revert antialiasing commit The antialiasing was not working because the final image in default framebuffer is not used to calculate the AA pixels, so this double antialiasing was only adding drawing time. We need to find a way to mix the grease pencil with the current default framebuffer with antialiasing.
April 7, 2018, 09:13 (GMT)
Merge branch '28' into temp-object-multi-mode
April 6, 2018, 14:17 (GMT)
Cleanup: Remove unused code
April 6, 2018, 14:07 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 6, 2018, 13:52 (GMT)
Set cursor when change object mode Cleanup workspace code and replace by change cursor function.
April 6, 2018, 12:25 (GMT)
UI: Fix object mode after merge
April 6, 2018, 12:20 (GMT)
Add bContext to function This parameter is required for grease pencil modifiers Maybe need more work to remove the bContext, but we need it now to compile.
April 6, 2018, 08:37 (GMT)
Try to fix the merge problems. Warning: Now this source code does not compile
April 6, 2018, 08:14 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/editors/object/object_edit.c source/blender/editors/object/object_modes.c source/blender/makesrna/intern/rna_brush.c
April 6, 2018, 08:11 (GMT)
New Line Primitive The straight lines could be done using Alt key while drawing, but it's better to have a simple primitive. This has been requested by artists.
April 5, 2018, 17:05 (GMT)
Add antialiasing when mix with default buffer on viewport Still pending antialiasing if there are objects when render.
April 5, 2018, 15:12 (GMT)
Merge branch 'blender2.8' into greasepencil-object