August 1, 2018, 06:04 (GMT) |
UI: add 3D view check for grease pencil tool |
August 1, 2018, 06:02 (GMT) |
RNA: add space_type to tool |
Revision 9b06c78 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) August 1, 2018, 04:08 (GMT) |
Adapted multisample functions. |
August 1, 2018, 02:24 (GMT) |
UI: correct grease pencil placement text |
August 1, 2018, 02:19 (GMT) |
Keymap: use Q key for quick menu in gpencil mode Note, the keys for changing line display are now more obscure (Shift-Q, Shift-Alt-Q), and might be changed. |
Revision 3b36c69 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) August 1, 2018, 02:15 (GMT) |
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr # Conflicts: # release/scripts/addons # release/scripts/addons_contrib # release/scripts/startup/bl_ui/properties_scene.py # source/blender/draw/CMakeLists.txt # source/blender/editors/space_outliner/outliner_draw.c |
July 31, 2018, 23:01 (GMT) |
Merge branch 'master' into blender2.8 |
July 31, 2018, 22:57 (GMT) |
Cleanup: declare vars or make static |
July 31, 2018, 22:42 (GMT) |
Merge branch 'master' into blender2.8 Move 'View3D.flag3' options into 'gp_flag'. |
July 31, 2018, 22:12 (GMT) |
fixes for motion blur support - added missing velocity interpolation. vertvel vector now pulls data from interpolated vel grid (needed especially when using different solver sizes) - added missing cleanup calls on the python end (i.e. delete new python motion blur objects too) |
July 31, 2018, 22:08 (GMT) |
DNA: remove View3D.flag3 Having 'flag, flag2, flag3' is getting out of hand especially when we support increasing the size of types. Make flag2 into an int. Note, this looses the 'show world' option, but it's not such an important setting. |
July 31, 2018, 20:27 (GMT) |
Fix T56181: Annotations hide proportionnal editing UI buttons |
July 31, 2018, 18:10 (GMT) |
KnifeTool: Use GPUBatch API instead of IMM to fix buffer overflow issue This also include a small optimisation (remove of a double loop and half of the memory allocation for hit points) This should fix T55946 Crash using knife tool on mesh with large number of vertices. Tried with a 500K vert suzanne and it seems fine. |
July 31, 2018, 17:03 (GMT) |
Revert "Gitignore: Ignore diffs in all subdirs" This is an issue for some file in the extern dir This reverts commit d940a081a9f1f4106a5d2d155682695b0a6b0cb6. |
July 31, 2018, 16:53 (GMT) |
Gitignore: Ignore diffs in all subdirs |
July 31, 2018, 16:21 (GMT) |
Fix crash when rendering viewport within another area This also Fix T55574 Crash on sequencer preview |
July 31, 2018, 16:21 (GMT) |
GPUFrameBuffer: Put active framebuffer in GPUContext instead of being ThreadLocal and leading to incorrect usage. We still enforce no framebuffer when changing context. We can lift this restriction later. |
July 31, 2018, 16:21 (GMT) |
GPU: Replace malloc/calloc/realloc/free with MEM_* counterpart |
July 31, 2018, 15:03 (GMT) |
Fix set_pixel overflow in fill brush The value of the index was above the size of image |
July 31, 2018, 14:18 (GMT) |
Fix: Motion Paths were still visible after clearing them After clearing motion paths from objects, those objects needed to be tagged for copy on write so that the copied data (i.e. viewport) recieve the changes (i.e. removed paths) Reported by Hjalti |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021