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
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
2013-06-28Fix #35551: the topology mirror setting affected shape key and vertex group butBrecht Van Lommel
2013-06-08Fix #35671: automatic armature weights assignment crashed with an empty mesh.Brecht Van Lommel
2013-02-28code cleanup: includesCampbell Barton
2013-01-08style cleanupCampbell Barton
2012-12-23style cleanup: wrap long lines (>200)Campbell Barton
2012-12-22code cleanup:Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-11code cleanup: spelling labda -> lambdaCampbell Barton