September 6, 2018, 04:17 (GMT) |
UI: keep showing label tooltip once it's open This means dragging the cursor over the tools will show all labels immediately, but only once a single label is displayed. |
Revision fceb384 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) September 6, 2018, 04:01 (GMT) |
Partly fixed "Absolute horizontal/vertical" situations. |
Revision b6b0d98 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) September 6, 2018, 02:49 (GMT) |
Fixed contour priority. Fixed software mode line type shader. |
Revision 3ab0ae9 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) September 6, 2018, 01:54 (GMT) |
Merge branch 'soc-2018-npr' of git.blender.org:blender into soc-2018-npr |
Revision 7f4daea by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) September 6, 2018, 01:53 (GMT) |
Fixed line width incorrect variations under different aspect ratios. commented weird code in culling. |
Revision cdad753 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) September 6, 2018, 01:48 (GMT) |
Fixed line width incorrect variations under different aspect ratios. |
Revision eeeee3b by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) September 6, 2018, 01:25 (GMT) |
Fixed software mode ortho condition errors in culling. Now working. |
September 6, 2018, 01:19 (GMT) |
UI: tweak tool bar tooltips - Only show label-tips when tools are icon-only. - Don't show shortcuts in label-tips. - Position both tool label & full tips around the button bounds. |
Revision 592b2bd by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) September 6, 2018, 01:01 (GMT) |
Fixed DPIX ortho view. |
September 6, 2018, 00:41 (GMT) |
Correct build errors |
September 6, 2018, 00:41 (GMT) |
Cleanup: style |
Revision 4df5506 by Nick Wu (greasepencil-object, greasepencil-refactor, soc-2018-npr, soc-2019-npr, temp-gpencil-eval) September 6, 2018, 00:30 (GMT) |
Merge remote-tracking branch 'remotes/origin/blender2.8' into soc-2018-npr # Conflicts: # source/blender/makesdna/DNA_scene_types.h |
September 6, 2018, 00:15 (GMT) |
Join the python modules `gpu` and `_gpu` into one. Maybe it's still early to set the new drawing api for python. But joining these two modules is an initial step. ``` >>> gpu. matrix select types ``` ``` >>> gpu.types.GPU Batch( OffScreen( VertBuf( VertFormat( ``` The creation of a new offscreen object is now done by the `GPUOffscreen.__new__` method. Reviewers: campbellbarton, dfelinto Reviewed By: campbellbarton, dfelinto Tags: #bf_blender_2.8 Differential Revision: https://developer.blender.org/D3667 |
September 5, 2018, 22:27 (GMT) |
Multi-Objects: UV_OT_follow_active_quads Starring: the overengineered error report system to make sure only one error is reported. |
September 5, 2018, 21:48 (GMT) |
Multi-Objects: UV_OT_remove_doubles Use kdtree for doubles (old standing TODO for this operator). Small changes from reviewer (Dalai Felinto): * Code style ({ is in a new line only if it is a two-line if). * Skip objetcs loops when we know for sure nothing is selected (or all is) https://developer.blender.org/D3441 |
September 5, 2018, 20:31 (GMT) |
Fix error message from MESH_OT_faces_mirror_uv Reported/Patch by Alan Troth. |
September 5, 2018, 20:24 (GMT) |
UV_OT_lightmap_pack: Distinction between edit and object modes I don't even know why this operator was ever made to work in object mode. That said, since it does, we should have different options for it (or rather, always do all faces for it). |
September 5, 2018, 19:58 (GMT) |
Multi-Objects: UV_OT_lightmap_pack I removed the All Objects option. This doesn't make more sense now that all the selected objects will be in edit mesh mode. |
September 5, 2018, 18:36 (GMT) |
Cleanup: uvcalc_smart_project.py 2/2 |
September 5, 2018, 18:27 (GMT) |
Cleanup: uvcalc_smart_project.py Removing old commented out code. It includes progress bar and other bits that were never implemented for this script since the 2.5 transition. |
|
|
|


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