Revision 0e47e57 by Nathan Craddock October 28, 2020, 17:54 (GMT) |
Outliner: Properties editor sync on selection When outliner datablocks are selected, switch to the corresponding tab for that datablock in properties editors. Only properties editors that share an edge with the outliner will change tabs. Additionally, when modifiers, constraints, and shader effects are selected from the outliner, the panel will be expanded in all properties editors. Part of T77408 Manifest Task: https://developer.blender.org/T63991 Differential Revision: https://developer.blender.org/D8638 |
October 28, 2020, 17:21 (GMT) |
UI: Improved Checkbox Width Calculation Improved calculation of checkbox width to include line width preference. Differential Revision: https://developer.blender.org/D9025 Reviewed by Hans Goudey |
October 28, 2020, 17:10 (GMT) |
UI: Misc Label and Description Changes Various changes to some labels and descriptions to be more accurate, clear, or less confusing. Differential Revision: https://developer.blender.org/D8394 Reviewed by Hans Goudey |
Revision 9f8acce by Ankit Meel October 28, 2020, 16:18 (GMT) |
Cleanup: name parameters instead of commenting them. It generates warning C4138 in MSVC: > '*/' found outside of comment Old code added in {rBafd13710b897} |
Revision 683dc71 by Yevgeny Makarov October 28, 2020, 16:03 (GMT) |
UI: Improve Text on 'Color Grid' Image Change the sequence of characters shown on the 'Color Grid' generated image. Differential Revision: https://developer.blender.org/D8603 Reviewed by Hans Goudey |
Revision 1ebb7af by Yevgeny Makarov October 28, 2020, 15:53 (GMT) |
UI: Popover Position Change Move popover down a very slight amount to fix clipping of its arrow tip. Differential Revision: https://developer.blender.org/D9030 Reviewed by Julian Eisel |
Revision 8c04337 by Ankit Meel October 28, 2020, 15:48 (GMT) |
Merge branch 'blender-v2.91-release' into master |
Revision 30ec075 by Ankit Meel October 28, 2020, 15:24 (GMT) |
Revert "Fix T81077 id_management test on macOS" This reverts commit 2ddecfffc3d3a3a1db4ae45e8665caa2a85ab43a. The correct fix is to compile with -fno-strict-aliasing on release/relwithdebinfo builds also. See the last commit/ {D9372}. Maniphest Task T81077 |
Revision fc6a1f4 by Ankit Meel October 28, 2020, 15:23 (GMT) |
macOS: use -fno-strict-aliasing for all build types. The old code was added in {rBbaa4a9c7d4dd} While the hotfix committed in {rB2ddecfffc3d3a3a1db4ae45e8665ca} fixed the id_management test, the correct reason was found at https://bugs.llvm.org/show_bug.cgi?id=47984 This matches the behavior on Linux. |
Revision a087196 by Antonio Vazquez October 28, 2020, 15:07 (GMT) |
GPencil: Change trace tooltip for Threshold |
Revision abdd019 by Antonio Vazquez October 28, 2020, 14:41 (GMT) |
GPencil: Change Trace tooltips |
Revision a5d237a by Antonio Vazquez October 28, 2020, 14:36 (GMT) |
GPencil: New support to trace sequence images Now it's possible to trace a sequence of images and not just a single one When the trace is for more than one image, a bacth job is started to process all frames. Note: All trace data is generated by Potrace library. Differential revision: https://developer.blender.org/D9316 |
Revision 73378c2 by Jacques Lucke October 28, 2020, 12:57 (GMT) |
BLI: improve Map.add_new Now it is possible to use Map.add_new_as which supports different types for the key and value. |
October 28, 2020, 12:04 (GMT) |
October 28, 2020, 11:57 (GMT) |
October 28, 2020, 11:43 (GMT) |
October 28, 2020, 11:43 (GMT) |
Cycles: internal support for per-instance and per-geometry attributes The existing code for this was incomplete. Each instance can now have a set of attributes stored separately from geometry attributes. Geometry attributes take precedence over instance attributes. Ref D2057 |
Revision 0767683 by Brecht Van Lommel October 28, 2020, 11:43 (GMT) |
October 28, 2020, 11:43 (GMT) |
Cycles: internal support for float4 geometry attributes Previously only float3 and byte4 was supported. Ref D2057 |
Revision ee6b989 by Brecht Van Lommel October 28, 2020, 11:43 (GMT) |
Cycles: refactor to split surface and volume attribute lookup more This avoids OpenCL inlining heavy volume interpolation code once for every data type, which could cause a performance regression when we add a float4 data type in the next commit. Ref D2057 |
|
|
|


Master Commits
MiikaHweb | 2003-2021