Revision f4bbc84 by Antonio Vazquez / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) December 19, 2020, 04:00 (GMT) |
GPencil: Remove ID from operators to fix T82597 Instead to use the ID of the object, now the parameter is an Enum with Selected object or New. If use selected mode, the first grease pencil object selected is used. If none of the selected objects is a grease pencil object, a new object is created. Small cleanup changes to the original patch. Differential Revision: https://developer.blender.org/D9529 |
December 19, 2020, 03:59 (GMT) |
Add An Opacity Slider to Overlay Wireframe This patch adds an opacity slider to the wireframe overlay. The previous wireframe in dense geometry scenes could be too dark and sometimes the user just wants an impression of the geometry during modelling. Reviewed By: Jeroen Bakker Differential Revision: https://developer.blender.org/D7622 |
Revision 4b1fe66 by Sergey Sharybin / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) December 19, 2020, 03:59 (GMT) |
Codesign: Versioning code to support older branches Turns out it is easier to have suboptimal versioning code on the server side than to deal with branches where changes are to be merged into. |
Revision 798749a by Campbell Barton / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) December 19, 2020, 03:59 (GMT) |
UI: make add object tool experimental Some changes here are planned which need feedback from users before declaring this ready for the next release. |
December 19, 2020, 03:59 (GMT) |
refactor vec_roll_to_mat3_normalized() for clarity the function vec_roll_to_mat3_normalized() has a bug as described in T82455. This Differential is only for refactoring the code such that it becomes more clear what the function does and how the bug can be fixed. This differential is supposed to not introduce any functional changes. Reviewed By: sybren Differential Revision: https://developer.blender.org/D9410 |
Revision 8cc87c4 by Campbell Barton / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) December 19, 2020, 03:59 (GMT) |
BLI_math: add floor_power_of_10, ceil_power_of_10 Add utility functions to get the floor/ceiling of a float value to the next power of 10. |
Revision a7307ed by Manuel Castilla / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) December 19, 2020, 03:59 (GMT) |
Fix CalculateStandardDeviationOperation incorrect results for R G B channels Standard deviation formula wasn't being applied correctly when selecting R G B cases. Issue is there since Blender 2.64 as it was incorrectly ported over from the previous compositor. Reviewed By: Sergey Sharybin, Jeroen Bakker Differential Revision: https://developer.blender.org/D9384 |
December 19, 2020, 03:59 (GMT) |
UI: Adaptive HDRI preview resolution HDRI preview should have resolution dependent on dpi, viewport scale and HDRI gizmo size. This patch uses a LOD to render a more round sphere. Reviewed By: Jeroen Bakker Differential Revision: https://developer.blender.org/D9382 |
December 19, 2020, 03:59 (GMT) |
Adding 3D_POLYLINE_UNIFORM_COLOR to PyGPU shader API This would allow python script to access `lineWidth` uniform when drawing lines without using `glLineWidth`. Reviewed By: Jeroen Bakker Differential Revision: https://developer.blender.org/D9518 |
December 19, 2020, 03:59 (GMT) |
Cleanup: Simplify panel activate state function This commit moves some of the logic around so that the logic in panel_activate_state is clearly separated by the state being activated. There are fewer nested and redundant checks, and it's easier to see the progression of interaction with the panel handler. |
Revision df598a9 by Campbell Barton / YimingWu (lineart-bvh, lineart-shadow, temp-lineart-contained) December 19, 2020, 03:59 (GMT) |
Object: show preview plane for add-object tool The orientation & depth settings are used to show the preview plane that is used when adding the object. |
December 19, 2020, 03:59 (GMT) |
Cleanup: Remove unecessary logic in panel code Also use short for panel flag arguments to functions since it matches the type in DNA, and remove a comment that isn't helpful. |
November 15, 2020, 04:24 (GMT) |
LineArt: Ris for New APIs |
November 15, 2020, 03:07 (GMT) |
Merge branch 'master' into lanpr-under-gp # Conflicts: # release/datafiles/locale # release/scripts/addons # source/blender/blenloader/intern/versioning_290.c # source/blender/makesdna/DNA_gpencil_modifier_types.h # source/tools |
November 13, 2020, 08:50 (GMT) |
LineArt: removed unreferenced scene from object_add.c |
November 13, 2020, 02:43 (GMT) |
Merge branch 'lanpr-under-gp' into temp-lineart-contained |
November 13, 2020, 02:42 (GMT) |
Merge remote-tracking branch 'origin/master' into lanpr-under-gp |
November 13, 2020, 02:37 (GMT) |
LineArt: Revert accidental changes |
November 13, 2020, 02:33 (GMT) |
LineArt: cleanup unnecessary includes. |
November 13, 2020, 02:23 (GMT) |
LineArt: "collection flags"->"Restrictions" |
|