Blender Git Commits

Blender Git "master" branch commits.

Page: 1519 / 5574

October 9, 2018, 09:35 (GMT)
Fix crash in T56064: Blender crashes on selecting text-object.

The root of the issue remains though, see T56172, this is just a quick
bandaid to stop crashing on it, until we find a proper solution.
October 9, 2018, 09:17 (GMT)
Python API: new GPUShader.format_calc() method

Reviewers: mano-wii, fclem, campbellbarton

Differential Revision: https://developer.blender.org/D3772
October 9, 2018, 06:48 (GMT)
Edit Mesh: replace DerivedMesh w/ Mesh

DerivedMesh is now removed from edit-mesh modifier evaluation.
October 9, 2018, 05:09 (GMT)
Cleanup: naming

Use BKE_mesh_* prefix for mesh module.
October 9, 2018, 04:57 (GMT)
Cleanup: remove unused EditDerivedBMesh
October 9, 2018, 04:38 (GMT)
Edit Mesh: remove derived-mesh from crazy-space calculation
October 9, 2018, 04:11 (GMT)
Modifier: move edit-mesh calculation from DerivedMesh to Mesh
October 9, 2018, 02:20 (GMT)
Modifier: add non derived mesh modifier wrappers

Rename modifier_deformVerts_ensure_normals &
modifier_applyModifier_ensure_normals with wrappers that match 2.7x
convention.
October 9, 2018, 01:23 (GMT)
Cleanup: naming

Rename DerivedMesh modifier functions to make room for mesh versions.
October 9, 2018, 00:01 (GMT)
Cleanup: naming

- immAttrib* -> immAttr*
- immSkipAttrib -> immAttrSkip

Term 'attr' is a convention for GPU module.
October 8, 2018, 23:51 (GMT)
Cleanup: naming
October 8, 2018, 23:41 (GMT)
Cleanup: warnings
October 8, 2018, 23:41 (GMT)
Merge branch 'master' into blender2.8
October 8, 2018, 23:01 (GMT)
Fix misuse of Py_INCREF in module creation.

Differential Revision: https://developer.blender.org/D3697
October 8, 2018, 22:29 (GMT)
Cleanup: spelling
October 8, 2018, 22:25 (GMT)
Cleanup: naming
October 8, 2018, 22:14 (GMT)
Cycles: Fix NLM denoising kernels zeroing the wrong buffer on OpenCL

Since my temporary buffer commit (about a month ago), the OpenCL device was zeroing the wrong buffer, leading to
completely wrong filtered feature passes and therefore significantly lower-quality results than CPU and CUDA.
October 8, 2018, 21:46 (GMT)
Merge branch 'master' into blender2.8
October 8, 2018, 21:21 (GMT)
GP: New Canvas offset parameters

Now the canvas can me moved in X/Y axis.
October 8, 2018, 20:58 (GMT)
Cleanup: style
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021