August 6, 2020, 12:15 (GMT) |
Merge branch 'blender-v2.90-release' |
August 6, 2020, 12:14 (GMT) |
Fix buffer-overflow when drawing Curve Guide objects Was passing an array of length 3 to `where_on_path()` that expected length 4. |
August 6, 2020, 12:12 (GMT) |
Fix buffer-overflow when drawing Curve Guide objects Was passing an array of length 3 to `where_on_path()` that expected length 4. |
August 6, 2020, 12:09 (GMT) |
UI: Name force fields using the type of force by default When adding multiple force fields of different types they are all called "Field", making it difficult to tell them apart. Lights were already named based on their type. This follows the light code. New names: - Force - Vortex - Magnet - Wind - Guide - TextureField - Harmonic - Charge - Lennard-Jones - Boid - Turbulence - Drag - Fluid - Field Reviewed by: Julian Eisel Differential Revision: https://developer.blender.org/D8420 |
August 6, 2020, 11:39 (GMT) |
Merge branch 'blender-v2.90-release' |
August 6, 2020, 11:37 (GMT) |
Fix T78520 EEVEE: No viewport update when changing material nodetree This was comming from rBd82c3d86155ea3c7831c7b5ef5d07bc8e2d99394 |
August 6, 2020, 11:35 (GMT) |
Merge branch 'blender-v2.90-release' |
August 6, 2020, 11:34 (GMT) |
Fix padding when multi-editing aligned widgets Similar to T58668, labels were not aligned when multi-editing widgets that are not center-aligned. Reviewed by: Hans Goudey, Julian Eisel Differential Revision: https://developer.blender.org/D8441 |
August 6, 2020, 11:11 (GMT) |
Clean-up: Warnings, renaming variables. |
August 6, 2020, 10:58 (GMT) |
Avoid .data() while creating a std::string from StringRef. |
August 6, 2020, 10:57 (GMT) |
Remove OBJ prefix from containers. That is indicated by the namespace itself.. |
August 6, 2020, 10:55 (GMT) |
Merge branch 'blender-v2.90-release' into master |
August 6, 2020, 10:50 (GMT) |
Fix T79408: ungroup operation update animation data incorrectly Reviewers: sybren, sergey Differential Revision: https://developer.blender.org/D8464 |
August 6, 2020, 10:40 (GMT) |
Depsgraph: refactor dot exporter to use utility library from blenlib Reviewers: sybren, sergey Differential Revision: https://developer.blender.org/D8473 |
Revision d660455 by Ankit Meel (soc-2020-io-performance) August 6, 2020, 10:38 (GMT) |
Cleanup: Remove Raw* terminology, use geom_type. After discussion with the mentors [1], the terminology to use Raw has been removed & `Geometry` is the new name for "raw objects". eGeometryType has also been added to remove confusion with OB_MESH etc. `std::unique_ptr<T > *a` has been replaced with `T *a`. Naming changes: `curr_ob` -> `current_geometry` in the parser & `geometry` in the `Mesh` & `Curve` creators. `mesh_from_raw_` -> `blender_mesh_`. Similar for curve. [1]: https://docs.google.com/document/d/17Uzl47OljjoKgaMbukiLHUVGQP220lPTmPS-atb65mw/ |
August 6, 2020, 10:33 (GMT) |
UI: Reduce item padding in the edit mesh context menus Align items in the edit mesh context menus (reducing padding), for consistency with other menus. The root layout of menus doesn't add the padding, for sub-layouts `align` has to be enabled. {F8749633} Reviewed By: Julian Eisel Differential Revision: https://developer.blender.org/D8480 |
August 6, 2020, 09:52 (GMT) |
Fix T79484: Crash when viewing Movie Clip as a Background Image in a Camera This seems to be caused by a change to the logic of movieclip_get_gputexture_ptr in rB97b597c. Differential Revision: https://developer.blender.org/D8469 |
August 6, 2020, 09:34 (GMT) |
Replace std::string_view with StringRef. Add comments. |
August 6, 2020, 09:20 (GMT) |
Refactor 1: Traversing nested parameters using DFS |
August 6, 2020, 09:20 (GMT) |
Merge branch 'blender-v2.90-release' into master |
|
|
|


Master Commits
MiikaHweb | 2003-2021