Blender Git Commits

Blender Git commits from all branches.

Page: 170 / 2888

August 9, 2021, 12:45 (GMT)
Filelist: load AssetLibrary (and thus catalogs)

Load `AssetLibrary` struct when refreshing the filelist. This primarily
loads the asset catalog definition files.
August 9, 2021, 12:41 (GMT)
Merge branch 'master' into soc-2021-vse-strip-thumbnails
August 9, 2021, 11:06 (GMT)
adaptive_cloth: AdaptiveMesh: preserve vert

Need to mark verts that should be preserves, ones that are on seams or
boundaries at the beginning of the remeshing process so that the
initial state is not altered.

Collapse edges should not collapse a vert that should be preserved
into another vert.
August 9, 2021, 11:06 (GMT)
adaptive_cloth: FilenameGen: increase number of leading zeros

Now that many more operations take place during remeshing, it exceeds
1000, so need to update the number of leading zeros.
August 9, 2021, 10:54 (GMT)
add Store Local Attribute node
August 9, 2021, 10:39 (GMT)
Merge remote-tracking branch 'origin/master' into temp-asset-browser-catalogs
August 9, 2021, 10:29 (GMT)
Merge branch 'master' into cycles_procedural_api
August 9, 2021, 10:17 (GMT)
support accessing index and normal
August 9, 2021, 09:50 (GMT)
support list input in Point Separate node
August 9, 2021, 09:32 (GMT)
Merge remote-tracking branch 'origin/master' into temp-asset-browser-catalogs
August 9, 2021, 09:31 (GMT)
Merge branch 'master' into temp-geometry-nodes-expandable-geometry-socket-prototype
August 9, 2021, 09:29 (GMT)
add Normal node
August 9, 2021, 09:19 (GMT)
Fluid: Initial support for 2D fluid simulations

Initial adjustments for 2D (real-time) simulations.

Basic functionality includes:
- 2D/3D switcher in domain settings
- 2D simulation support for smoke/fire, wavelet noise, liquid
particles, secondary particles
- UI switcher to choose the axis that will be simulated on
- Planar visualization in workbench render

Some things that remain to do (non-exhaustive list):
- Eevee & Cycles support
- Liquid meshing
- Liquid viscosity solver
August 9, 2021, 09:14 (GMT)
Fluid: Removed noise resolution field in domain settings

There is no need to keep have noise resolution in the domain settings.

Resolutions are stored in the fluid object which also handles memory
of grids.
August 9, 2021, 09:10 (GMT)
new Attribute Extract node
August 9, 2021, 08:35 (GMT)
Merge branch 'master' into cycles-x
August 9, 2021, 07:49 (GMT)
support field in point separate node
August 9, 2021, 07:40 (GMT)
Merge remote-tracking branch 'origin/master' into temp-asset-browser-catalogs
August 9, 2021, 07:12 (GMT)
Merge branch 'master' into temp-geometry-nodes-fields-prototype
August 9, 2021, 06:29 (GMT)
Fix T83164: Spline IK `joint_bindings` parameter is broken.

Code freeing the array would not properly reset its length value to
zero.

Note that this corrupted data could also be saved in .blend files, so
had to bump fileversion and add some doversion code too.

Fix T90166: crash when creating a liboverride.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021