March 19, 2021, 10:47 (GMT) |
LineArt: Modifier defaults optimization. |
March 19, 2021, 10:24 (GMT) |
Fix T86208: copy node group button is inconsistent in geometry nodes Differential Revision: https://developer.blender.org/D10740 |
March 19, 2021, 09:47 (GMT) |
only show one portal name |
March 19, 2021, 07:18 (GMT) |
Cleanup: add const. |
March 19, 2021, 07:11 (GMT) |
Cleanup: Replace std::vector with blender::Vector. |
March 19, 2021, 07:04 (GMT) |
Fix T86710: Crash When Adding Node Group. When adding a node group there can be no inputs in the input map that was triggering an assert. |
March 19, 2021, 06:54 (GMT) |
several fixes for the delta attribute inside of the procedural |
March 19, 2021, 06:53 (GMT) |
fix out of bounds access in the kernel |
March 19, 2021, 06:53 (GMT) |
fix assertion for missing attribute type |
March 19, 2021, 06:52 (GMT) |
cleanup |
March 19, 2021, 05:23 (GMT) |
Cleanup: remove unused function |
March 19, 2021, 04:33 (GMT) |
Cleanup: minor changes to pose-mode apply visual transform - Remove use of evaluated poses, instead calculate transformations into an array which is applied afterwards. - Only update ID's for poses that have been changed. |
March 19, 2021, 03:50 (GMT) |
LineArt: Weight threshold conditional display. |
March 19, 2021, 03:18 (GMT) |
do not pack the data for CPU if not needed, try to make deltas work for ranges outside of (-1,1) |
March 19, 2021, 01:11 (GMT) |
LineArt: Binary weights option. |
March 19, 2021, 01:01 (GMT) |
LineArt: Remove geometry space chaining and clean up vertex group selection code. |
March 18, 2021, 21:29 (GMT) |
BLI: Add location, rotation, scale constructor to float4x4 This is simply a convenience when using this type. More similar constructors can be added in the future when they are useful. Differential Revision: https://developer.blender.org/D10714 |
March 18, 2021, 21:25 (GMT) |
Python API: Expose CurveProfile Reset View function Allow python access to the `reset_view` functionality which before was only available through the menu. This was suggested for consistency after D10561. Differential Revision: https://developer.blender.org/D10595 |
Revision 64ee9ed by Bastien Montagne March 18, 2021, 21:14 (GMT) |
Initial raw liboverride-dedicated view in the Outliner. Disclaimer: this is merely a copy of the Libraries (aka blend file) view, with some minor tweaking. |
March 18, 2021, 21:00 (GMT) |
Fix T86701: Geometry nodes Cube and UV Sphere mesh size The size in the transform matrices was extra, since it is also passed as an argument to the BMesh operators. Differential Revision: https://developer.blender.org/D10763 |
|
|
|


Master Commits
MiikaHweb | 2003-2021