Blender Git Commits

Blender Git commits from all branches.

Page: 439 / 2888

April 6, 2021, 06:19 (GMT)
Merge branch 'master' into temp-compositor-single-threaded-operation
April 6, 2021, 05:04 (GMT)
Geometry Nodes Curves: Small cleanup, remove debugging code
April 6, 2021, 04:59 (GMT)
Geometry Nodes Curves: Generate faces in Curve to Mesh node
April 6, 2021, 04:26 (GMT)
Merge branch 'master' into temp_bmesh_multires
April 6, 2021, 04:24 (GMT)
Forgot to increase array size for data transfer modifier struct.
April 6, 2021, 03:55 (GMT)
Geometry Nodes Curves: Further clean up forward differencing function
April 6, 2021, 03:47 (GMT)
Cleanup: Vectorize bezier forward differencing

It's a bit strange no one had done this already. This also solves the
problem of `BKE_curve_forward_diff_bezier` always affecting one
more points than you asked for, which was causing another problem.
April 6, 2021, 02:08 (GMT)
Disable delta compression, restore curve key packing.

Delta compression is now disabled since it was using the chunks system
which was removed.
April 6, 2021, 01:49 (GMT)
Add UI settings to better control BVH refits and delta compression
April 6, 2021, 01:22 (GMT)
Fix BVH::num_refits not being incremented.

This was lost in the OptiX multi device support.
April 6, 2021, 01:18 (GMT)
Revert OptiX vertex copy optimization.

This was failing for the multiple devices case as it is based on the
device_pointer of the device_memory, which is not really a pointer when
multiple devices are used, but an index in the actual device pointers
map.

Revert for now, until we have a nice solution.
April 6, 2021, 00:30 (GMT)
Remove device_vector::chunk

There is causing various race conditions in the DeviceMulti implementations.

The idea is nice, but the execution is not great, will revisit later in a
different way.
April 5, 2021, 22:24 (GMT)
Geometry Nodes Curves: Add edges output to mesh node
April 5, 2021, 22:23 (GMT)
Geometry Nodes Curves: Fix writing to cyclic attribute
April 5, 2021, 22:23 (GMT)
Geometry Nodes Curves: Optimize evaluated points size
April 5, 2021, 21:30 (GMT)
Merge branch 'master' into cycles_procedural_api
April 5, 2021, 21:27 (GMT)
Fix device being overridden when copying chunks to multiple devices
April 5, 2021, 21:26 (GMT)
Fix crash when packing subdivision attributes
April 5, 2021, 20:36 (GMT)
USD Import: material binding fix.

Now calling UsdShadeMaterialBindingAPI::ComputeBoundMaterial() to
properly resolve bound materials for instance proxies.
April 5, 2021, 19:45 (GMT)
USD Import: format fixes.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021