Revision 2471b9c by Bastien Montagne October 9, 2018, 09:35 (GMT) |
Revision 9560fe6 by Jacques Lucke 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 |
Revision 1b91008 by Campbell Barton October 9, 2018, 06:48 (GMT) |
Edit Mesh: replace DerivedMesh w/ Mesh DerivedMesh is now removed from edit-mesh modifier evaluation. |
Revision 79ca13a by Campbell Barton October 9, 2018, 05:09 (GMT) |
Cleanup: naming Use BKE_mesh_* prefix for mesh module. |
Revision 72e90c5 by Campbell Barton October 9, 2018, 04:57 (GMT) |
Cleanup: remove unused EditDerivedBMesh |
Revision 3c78763 by Campbell Barton October 9, 2018, 04:38 (GMT) |
Edit Mesh: remove derived-mesh from crazy-space calculation |
Revision 20fbe6b by Campbell Barton October 9, 2018, 04:11 (GMT) |
Modifier: move edit-mesh calculation from DerivedMesh to Mesh |
Revision 75ac836 by Campbell Barton 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. |
Revision c8c3bba by Campbell Barton October 9, 2018, 01:23 (GMT) |
Cleanup: naming Rename DerivedMesh modifier functions to make room for mesh versions. |
Revision e7218e7 by Campbell Barton October 9, 2018, 00:01 (GMT) |
Cleanup: naming - immAttrib* -> immAttr* - immSkipAttrib -> immAttrSkip Term 'attr' is a convention for GPU module. |
Revision 9b49a0d by Campbell Barton October 8, 2018, 23:51 (GMT) |
Cleanup: naming |
Revision d43c776 by Campbell Barton October 8, 2018, 23:41 (GMT) |
Cleanup: warnings |
Revision 793d5cb by Campbell Barton October 8, 2018, 23:41 (GMT) |
Merge branch 'master' into blender2.8 |
Revision cf03658 by Germano Cavalcante October 8, 2018, 23:01 (GMT) |
Fix misuse of Py_INCREF in module creation. Differential Revision: https://developer.blender.org/D3697 |
Revision 76f640c by Campbell Barton October 8, 2018, 22:29 (GMT) |
Cleanup: spelling |
Revision d592eb5 by Campbell Barton October 8, 2018, 22:25 (GMT) |
Cleanup: naming |
Revision 7920ebd by Lukas Stockner 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. |
Revision 733e6c0 by Campbell Barton October 8, 2018, 21:46 (GMT) |
Merge branch 'master' into blender2.8 |
Revision 11877e5 by Antonio Vazquez October 8, 2018, 21:21 (GMT) |
GP: New Canvas offset parameters Now the canvas can me moved in X/Y axis. |
Revision 3bc885e by Campbell Barton October 8, 2018, 20:58 (GMT) |
Cleanup: style |
|
|
|


Master Commits
MiikaHweb | 2003-2021