Display:
Master Commits
Branch Commits
All Commits
Blender
Git "greasepencil-object" branch commits.
Page: 239 / 345
April 12, 2018, 08:04 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 11, 2018, 07:01 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 10, 2018, 11:47 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 10, 2018, 08:54 (GMT)
Fix transform center after merge This code fix the error of rotation center calculation, but need a review to check if this is the best way to do it. I commit the change while we check other solutions to be sure we have a correct rotation function.
April 10, 2018, 07:39 (GMT)
Merge branch 'blender2.8' into greasepencil-object Conflicts: source/blender/editors/transform/transform.c
April 9, 2018, 08:17 (GMT)
Merge branch 'blender2.8' into greasepencil-object
April 9, 2018, 08:16 (GMT)
Fix error drawing in 2D editors The UV calculation is only valid for 3D view.
April 8, 2018, 14:52 (GMT)
Merge branch 'blender2.8' into greasepencil-object
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 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