Blender Git Commits

Blender Git commits from all branches.

Page: 2268 / 2888

May 5, 2015, 06:45 (GMT)
De-duplicate shader_setup_from_background function
May 5, 2015, 06:45 (GMT)
De-duplicate object_dir_transform function
May 5, 2015, 06:45 (GMT)
De-duplicate object_normal_transform function
May 5, 2015, 06:45 (GMT)
Remove '#ifndef __SPLIT_KERNEL__' around shader_eval_displacement
May 4, 2015, 19:46 (GMT)
Special cleanup for BL_SkinDeformer
May 4, 2015, 19:32 (GMT)
Special cleanup for BL_ShapeDeformer
May 4, 2015, 19:17 (GMT)
Special cleanup for BL_ShapeActionActuator
May 4, 2015, 19:14 (GMT)
Merge branch 'master' into asset-experiments
May 4, 2015, 19:07 (GMT)
Special cleanup for BL_ModifierDeformer
May 4, 2015, 19:07 (GMT)
Special cleanup for BL_MeshDeformer
May 4, 2015, 19:07 (GMT)
Special cleanup for BL_DeformableGameObject
May 4, 2015, 18:41 (GMT)
Special cleanup for BL_ArmatureObject
May 4, 2015, 18:41 (GMT)
Special cleanup for BL_ArmatureConstraint
May 4, 2015, 18:41 (GMT)
Special cleanup for BL_ArmatureChannel
May 4, 2015, 18:41 (GMT)
Special cleanup for BL_ArmatureActuator

Special cleanup for BL_ArmatureActuator
May 4, 2015, 17:44 (GMT)
Special cleanup for Bl_ActionActuator.*
May 4, 2015, 17:30 (GMT)
Special cleanup for BL_BlenderScalarInterpolator.h/cpp.
May 4, 2015, 17:24 (GMT)
Run of uncrustify on Converter/
May 4, 2015, 17:22 (GMT)
Cycles kernel split: Make it possible to force usage of split kernel

Controlled via CYCLES_OPENCL_SPLIT_KERNEL_TEST environment variable.

Also added a bit of logging to OpenCL device creation.
May 4, 2015, 17:09 (GMT)
BGE: Cleanup KX_BlenderSceneConverter.cpp iterators, checks, indentations and spaces with uncrusify

"(*it).second" become "it->second" same as "first"
"!(it == list.end())" become "it != list.end()"
"if (ptr == NULL)" become "if (!ptr)"
And a run of uncrusify on this file to fix indentation and spaces.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021