Blender Git Commits

Blender Git commits from all branches.

Page: 1205 / 2888

August 1, 2019, 13:56 (GMT)
cleanup
August 1, 2019, 13:36 (GMT)
compute type of every socket only once
August 1, 2019, 13:36 (GMT)
fix fill constructor of vector
August 1, 2019, 13:33 (GMT)
Merge branch 'master' into soc-2019-bevel-profiles
August 1, 2019, 13:27 (GMT)
Profile Widget: Sometimes disable move / delete buttons

The position and delete sliders are disabled for the last and first buttons.
August 1, 2019, 13:17 (GMT)
Cloth: better preverse vertex labeling and optimization: new way to update active faces

Massive speed up, because it no longer goes through the entire mesh every single time flip edges is called while updating the faces. Same optimization can be applied to updating active faces in collapse edges.
August 1, 2019, 13:07 (GMT)
cleanup type mappings
August 1, 2019, 12:55 (GMT)
rename refresh to sync_tree
August 1, 2019, 12:55 (GMT)
fix float math node inputs
August 1, 2019, 12:36 (GMT)
cleanup
August 1, 2019, 12:16 (GMT)
support color in Custom Emitter node
August 1, 2019, 12:15 (GMT)
fix use-after-free crash from python
August 1, 2019, 12:15 (GMT)
cache enum items in python
August 1, 2019, 11:45 (GMT)
Rest of rename from previous commit
PROF_HANDLE_AUTO_ANIM to PROF_HANDLE_AUTO
August 1, 2019, 11:39 (GMT)
Profile Widget Curves: Further reduced complexity

- Removed the HD_AUTO_ANIM so the code only uses HD_AUTO curve type. This
resolves some asymmetry between X and Y in the sampled curves
- Removed first and last handle correction left over from the CurveMapping widget.
- Simplified calchandle_profile to reflect the first change.
August 1, 2019, 11:33 (GMT)
rename DFGraphSocket to DataSocket
August 1, 2019, 11:30 (GMT)
rename DataFlowGraph to just DataGraph
August 1, 2019, 11:26 (GMT)
replace DataFlowGraphBuilder implementation
August 1, 2019, 10:14 (GMT)
Remove duplicate float4_to_float3 function.
August 1, 2019, 10:12 (GMT)
Cloth: changes in matrices

Some matrices were transposed than what they should be leading to logical errors. There still might be more, but a lot of it has been fixed.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021