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-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-24Fix T59423: Mesh deform modifier bind bug causing spiky deformations.mano-wii
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-07Cleanup/refactor binding code for MeshDeform modifier.Bastien Montagne
2018-06-29Cleanup: some moar DM kicking, in armature edit code.Bastien Montagne
2018-06-05Moved function declarations from BKE_mesh.h → 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-06-01Merge branch 'master' into blender2.8Campbell Barton
2018-06-01Cleanup: trailing whitespace (comment blocks)Campbell Barton
2018-05-12Replace `BKE_bvhtree_from_mesh_looptri` with `BKE_bvhtree_from_mesh_get`.Germano
2018-05-08Cleanup: mesh_runtime namingCampbell Barton
2018-05-08Ported Mesh Deform modifierSybren A. Stüvel
2018-05-04Merge branch 'master' into blender2.8Germano
2018-05-04Mesh Lapacian: Use `isect_ray_tri_watertight_v3` instead of Epsilons to preve...Germano
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
2016-01-12Fix T47164: [Scene.raycast] - True result when it should be False.Bastien Montagne
2016-01-04Fix T47038: Particles in Particle Edit Mode get added in completely wrong loc...Bastien Montagne
2015-12-21Cleanup: warnings (msvc)Campbell Barton
2015-12-11Fix T46945: Mesh Deform binding to a cage object with modifiers is unreliable.Bastien Montagne
2015-12-10Eigen: fold remaining OpenNL code into intern/eigen.Brecht Van Lommel
2015-11-23OpenNL: make the API thread safe by always passing context.Brecht Van Lommel
2015-11-23OpenNL: significantly simplify code using Eigen / STL.Brecht Van Lommel
2015-11-08Code cleanup: remove some unused mesh laplacian code.Brecht Van Lommel
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton
2015-08-20Avoid redundant normal calculation in heat-weightCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-23Mesh Deform: support for ngons when bindingCampbell Barton
2015-07-22Use looptri for MeshDeform modifierCampbell Barton
2015-07-22Cleanup: use struct for storing callback dataCampbell Barton
2015-07-20Replace MFace use by MLoopTri w/ heat-weightingCampbell Barton
2015-06-06CleanupCampbell Barton
2015-04-07Use BKE_edgehash_ensure_p where possibleCampbell Barton
2014-10-20Optimization for mesh deform: use BLI_INLINE specifiersSergey Sharybin
2014-07-26Adding Mask select mode to Assign weights from Bone Heat (when called in Weig...gaiaclary
2014-05-07Fix crash binding mdef with no facesCampbell Barton
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-01-23Fix T37685: automatic weights affected by face masking outside weight paint m...Brecht Van Lommel
2013-11-25CMake Build: option to compile without opennl/superlu.Campbell Barton
2013-08-24when the size of an edgehash is known or can be guessed,Campbell Barton
2013-08-24edge hash: take an arg for the guarded-malloc string (as ghash does)Campbell Barton
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton