Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-13Fix T37500: implement Bendy bone segment deformation interpolation.Alexander Gavrilov
2019-03-07Refactor CDData masks, to have one mask per mesh elem type.Bastien Montagne
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-12-02Merge branch 'master' into blender2.8Campbell Barton
2018-12-02Cleanup: BKE b-bone API namingCampbell Barton
2018-12-01Fix more cases of evaluated mesh being built for non-COW objects.Alexander Gavrilov
2018-11-05Cleanup: use boolCampbell Barton
2018-09-02Cleanup: styleCampbell Barton
2018-06-29Cleanup: some moar DM kicking, in armature edit code.Bastien Montagne
2018-06-05Moved function declarations from BKE_DerivedMesh.h to BKE_mesh_runtime.hSybren A. Stüvel
2018-06-04Merge branch 'master' into blender2.8Campbell Barton
2018-06-04Cleanup: strip trailing space in editorsCampbell Barton
2018-04-20Remove Armature Sketching & RetargetCampbell Barton
2018-04-16Depsgraph: remove EvaluationContext, pass Depsgraph instead.Brecht Van Lommel
2018-04-15Merge branch 'master' into blender2.8Campbell Barton
2018-04-15Cleanup: ED_armature namingCampbell Barton
2018-04-05Remove workspace object mode, reverts changes w/ 2.8Campbell Barton
2018-02-06Object Mode: use eval_ctx for keyframe & weight calculationCampbell Barton
2017-09-28Missed in last merge from masterCampbell Barton
2017-07-21Pass EvaluationContext argument everywhereLuca Rood
2017-01-16Cleanup/refactor: move BKE_deform_flip_side_name & co to BLI_string_utilsBastien Montagne
2017-01-16Cleanup/refactor: get rid of fixed name limit in BKE_deform_flip_side_name & co.Bastien Montagne
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-02-27Fix T43814: Skinning : set parent with automatic weights doesn't take into ac...Bastien Montagne
2014-12-01Cleanup: warningsCampbell Barton
2014-11-28Cleanup: unused headersCampbell Barton
2014-11-19Refactor: Move part of vgroup handling code from ED_mesh/object_vgroup.c to B...Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-10-10Cleanup (no functional changes):Bastien Montagne
2014-09-04Fix T41463: Mirror Modifier breaks Automatic-Weights in weight-paint modeCampbell Barton
2014-07-26Adding Mask select mode to Assign weights from Bone Heat (when called in Weig...gaiaclary
2014-04-27Code cleanup: const args and arraysCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-31Code cleanup: use boolCampbell Barton
2014-03-15Code cleanup: spelling & styleCampbell Barton
2014-03-12Mesh API: rename 'octree' to 'spatial' since internally its using kdtreeCampbell Barton
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-11-16code cleanup: rename flip_side_name to BKE_deform_flip_side_nameCampbell Barton
2013-08-19Made armatures evaluation safe for threadingSergey Sharybin
2013-07-23optimization: only calculate the normals for passing into derivedMesh foreach...Campbell Barton
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-02-28code cleanup: includesCampbell Barton