Revision 6157c45 by Sebastian Parborg January 26, 2021, 17:25 (GMT) |
Fix T85049: Geometry Nodes: How to handle instances with shear? (part2) Update to changes in master. Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D10211 |
Revision 8252384 by Sebastian Parborg January 26, 2021, 17:23 (GMT) |
Merge branch 'blender-v2.92-release' |
Revision abd6b1d by Sebastian Parborg January 26, 2021, 17:21 (GMT) |
Fix T85049: Geometry Nodes: How to handle instances with shear? Use transform matrices instead of loc, rot, scale variables to store instance transforms. Reviewed By: JacquesLucke Differential Revision: https://developer.blender.org/D10211 |
Revision ae5c15b by Richard Antalik January 26, 2021, 16:51 (GMT) |
Merge branch 'blender-v2.92-release' |
Revision 20504e5 by Richard Antalik January 26, 2021, 16:50 (GMT) |
Fix T84979: No sound after changing strip datablock Tag relations to update to load new sound. Reviewed By: sergey Differential Revision: https://developer.blender.org/D10182 |
Revision 981380c by Richard Antalik January 26, 2021, 16:50 (GMT) |
VSE: Fix memory leak when building proxies With no valid strips selected, file_list is not freed. Reviewed By: sergey Differential Revision: https://developer.blender.org/D10191 |
Revision 41979fc by Richard Antalik January 26, 2021, 16:50 (GMT) |
Fix T84160: Wrong DOF when camera is overriden Workbench engine used active camera to setup DOF effect even when camera was overridden. Store camera override in `WORKBENCH_PrivateData` and use it in `workbench_dof_engine_init()` Reviewed By: brecht Differential Revision: https://developer.blender.org/D9952 |
Revision c967208 by Richard Antalik January 26, 2021, 16:50 (GMT) |
Fix T79922: Cache of meta strip not invalidated Meta strip cache is not invalidated if strip inside of meta strip is invalidated. Find all metastrips that contain invalidated strip and invalidate them recursively. Reviewed By: sergey Differential Revision: https://developer.blender.org/D10192 |
Revision 6d40d72 by Richard Antalik January 26, 2021, 16:50 (GMT) |
Fix T84847: Crash after splitting effect strip `seq->tmp` was left in invalid state after `SEQ_sequence_base_dupli_recursive()` which is run by `scene_copy_data()` Ensure all strips have `seq->tmp` set to `NULL` before splitting strips. |
Revision f22e85d by Jacques Lucke January 26, 2021, 16:49 (GMT) |
Fix T84935: improve previous fix for boolean custom data layers This improves the fix introduced in rBdc8b31af578bfcf9f77dbce6d7b7da1006a3c8c1. While it did not result in other bugs afaik, I thought it would be good to make the fix more specific, in case some other code did expect `layer->data` to be null. This updated fix checks for the very specific case the fix was intended for. |
Revision ff7a557 by Jacques Lucke January 26, 2021, 16:37 (GMT) |
Geometry Nodes: new Points to Volume node This implements a new geometry node based on T84606. It is the first node that generates a `VolumeComponent`. Differential Revision: https://developer.blender.org/D10169 |
Revision 89484e9 by Hans Goudey January 26, 2021, 16:10 (GMT) |
Geometry Nodes: Use highest complexity attribute in join node This just implements a todo with a utility function that didn't exist at the time. For example, if one geometry has a "scale" attribute with a float type and another has a "scale" attribute with a vector type, the vector type will be used for the resulting geometry. Differential Revision: https://developer.blender.org/D10206 |
Revision c1d0b23 by Sergey Sharybin January 26, 2021, 15:23 (GMT) |
Subdiv: Fix typo in RNA enum value name Was duplicated from SUBSURF_UV_SMOOTH_PRESERVE_BOUNDARIES value. |
Revision 66151b5 by Sergey Sharybin January 26, 2021, 15:23 (GMT) |
Subsurf: Expose all UV interpolation options Useful for interoperability, and allows to change default mode without breaking compatibility. |
Revision 3d3b6d9 by Sergey Sharybin January 26, 2021, 15:23 (GMT) |
Subdiv: Use better default UV interpolation The default one is now UVs are smoothed, boundaries are kept sharp. After some time of experimentation seems this is better default from interoperability point of view. This fixes distortion reported in T83470. Differential Revision: https://developer.blender.org/D10111 |
Revision 66f8835 by Sergey Sharybin January 26, 2021, 15:23 (GMT) |
Fix T84850: "Lock to Selection" causes unwanted jumps Adding new tracks, mask points, mask primitives, changing selection was causing an unwanted jumps in the view. This change makes it so those operations are preserving view offset. Differential Revision: https://developer.blender.org/D10146 |
Revision 8d51c06 by Hans Goudey January 26, 2021, 15:21 (GMT) |
Cleanup: Reduce variable scope |
Revision 20d0bb4 by Antonio Vazquez January 26, 2021, 15:11 (GMT) |
GPencil: Swap positions of Pie menu options for Vertex Paint and Weight Paint This keep the same logic used with meshes because now the Weight Paint and Vertex Paint are not in the same position for grease pencil. |
Revision 31f568c by Brecht Van Lommel January 26, 2021, 14:55 (GMT) |
Fix: incomplete integration of PugiXML and Potrace build options Add them to the standard build configurations, disable properly when library not found and print as part of configuration overview. |
Revision dde3ecc by Brecht Van Lommel January 26, 2021, 14:52 (GMT) |
Cleanup: compiler warnings If one method is marked as override, clang warns if others are not. |
|
|
|


Master Commits
MiikaHweb | 2003-2021