Revision 32cb953 by Jacques Lucke (temp-geometry-nodes-fields-prototype, temp-geometry-nodes-fields-prototype-visualization) July 29, 2021, 17:28 (GMT) |
anonymous attribute fields |
Revision 1d92a4d by Jacques Lucke (temp-geometry-nodes-fields-prototype, temp-geometry-nodes-fields-prototype-visualization) July 29, 2021, 17:16 (GMT) |
initial anonymous attributes implementation |
July 29, 2021, 17:15 (GMT) |
USD import: remove placeholder bezier curve code The placeholder code for the unimplemented functionality of importing bezier curves was causing a crash. It has been removed until support for beziers can be properly added. |
July 29, 2021, 16:59 (GMT) |
Updated USDMeshReader comments |
July 29, 2021, 16:39 (GMT) |
GHOST/X11: enable EGL This will replace GLX with EGL for X11. GLEW does not support GLX and EGL at the same time. Most distributions build GLEW with GLX support, so we have to use the externally provided GLEW and build with EGL support. This effectively sets WITH_SYSTEM_GLEW to OFF for all Linux configurations. Differential Revision: https://developer.blender.org/D12034 |
July 29, 2021, 16:34 (GMT) |
Fix T89976: Mirror Keys By Value performs wrong scale conversion In the graph editor, Mirror Keys by Value would convert the value to mirror over, to account for different units for linear & rotational properties. The conversion was done in the different direction, though, resulting in values that were too large by a factor of (180/pi)^2. |
July 29, 2021, 16:28 (GMT) |
USD import: update copyright notices |
July 29, 2021, 16:21 (GMT) |
deps/win: Remove media foundation dep for ffmpeg This caused a blender load error on windows N, given we do not use these codecs they can safely be disabled. This will fix T90200 once the new libraries are in SVN |
July 29, 2021, 16:16 (GMT) |
Merge branch 'master' into soc-2021-curve-fillet |
July 29, 2021, 15:59 (GMT) |
Render: disable Z pass by default, leave only Combined It was somewhat arbitrary to have this one pass enabled that adds a bit of additional memory and render time overhead, even though it's not necessarily more important than others. |
July 29, 2021, 15:59 (GMT) |
Render: remove unused Blender Internal view layer settings These should have been removed earlier but were forgotten. |
July 29, 2021, 15:59 (GMT) |
Fix T90295: inconsistent render pass order between Cycles and Eevee |
July 29, 2021, 15:35 (GMT) |
Cleanup: Consistent indent style for asset CMakeLists file Was mixing 4 and 2 space indent in a single file. |
July 29, 2021, 15:35 (GMT) |
Cleanup: Pass asset handle to asset iterator, rather than wrapped file This iterator was introduced before `AssetHandle` existed, so it was dealing with the file data directly. Now we want as little code as possible to deal with the file data, all access should happen via the `AssetHandle`. |
July 29, 2021, 15:35 (GMT) |
Assets/UI: Sanity check argument for UILayout.template_asset_view() Was already doing some sanity checks, but wasn't checking if the passed property actually is a collection property, which is important. |
July 29, 2021, 15:35 (GMT) |
Cleanup: Remove unnecessary code for asset view UI template From what I can tell there is no reason anymore to do this. The design has changed since this was added. |
July 29, 2021, 15:35 (GMT) |
Assets/UI: Resolve major asset view UI template limitation Before this, all asset view templates showing the same asset library would show the same assets, even if they should show different ID types. That was a major limitation since the design did forsee that this template can be put anywhere in the UI to display various sub-sets of assets. Initially I did the ID type filtering close to the asset-list reading, because I wanted to optimize reading so that we would only actually read asset information from disk of the ID type to be shown. But this will be quite complex and I'm not sure if I'll get to work on this anytime soon. So this commit moves the filtering to the template display level solving this limitation. Note: This also adds the code to filter by tags, together with the ID type. But it's not actually used anywhere yet. |
July 29, 2021, 15:00 (GMT) |
July 29, 2021, 15:00 (GMT) |
July 29, 2021, 15:00 (GMT) |
Install_deps: add flex dependency. Was already installed on Debian-like and Fedore/Suse actually, now also explicitely required on Arch and listed in docs. Ref. T88438. |
|
|
|


Master Commits
MiikaHweb | 2003-2021