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-06-28Remove Sticky option from the Floor constraintSergey Sharybin
2019-06-17Cleanup: comment, RNA spellingCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-15Armature Constraint: don't calculate the unneeded ct->matrix for solve.Alexander Gavrilov
2019-05-08Copy Scale: support raising the copied scale to an arbitrary power.Alexander Gavrilov
2019-05-07Spline IK: support using both original scaling and volume preservation.Alexander Gavrilov
2019-05-06Maintain Volume: introduce an option switching between modes.Alexander Gavrilov
2019-05-01Alembic: integrate cache file into the dependency graphBrecht Van Lommel
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-21Cleanup: comments (mainly long lines)Campbell Barton
2019-04-17ClangFormat: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-16Spline IK: support changing individual bone length via Y scaling.Alexander Gavrilov
2019-04-16Cleanup: trailing commasCampbell Barton
2019-04-14Fix T61981: Local With Parent broken as constraint own space.Alexander Gavrilov
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-13Fix T37500: implement Bendy bone segment deformation interpolation.Alexander Gavrilov
2019-04-04Fix T63276: crash deleting object with alembic constraint.Brecht Van Lommel
2019-02-18DNA: rename Object.size -> scaleCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-08Cleanup: rename V3D_MANIP_* -> V3D_ORIENT_*Campbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: use G_FLAG_*/G_FILE_* for G.f/fileflagsCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2018-12-19Fix T59237: Instancing on a path doesn't do anythingSergey Sharybin
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-12-01Fix T58433: Limit Distance constraint distance not auto-computed.Alexander Gavrilov
2018-11-25Use orig_pchan when searching for the original copy of a constraint.Alexander Gavrilov
2018-11-23Depsgraph: add a new operation node for computing B-Bone segments.Alexander Gavrilov
2018-11-17Cleanup: styleCampbell Barton
2018-11-15Remove unused parameter.Alexander Gavrilov
2018-11-15Stretch To: fix initialization of the constraint with copy-on-write.Alexander Gavrilov
2018-11-14Depsgraph: fix relations for drivers on bone weight in Armature constraint.Alexander Gavrilov
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-07Cleanup: styleCampbell Barton
2018-11-06Shrinkwrap: new mode that projects along the target normal.Alexander Gavrilov
2018-11-06Implement an Armature constraint that mimics the modifier.Alexander Gavrilov
2018-11-05Cleanup: use boolCampbell Barton
2018-10-29Fix T57488: crash in Shrinkwrap constraint due to unsafe multi-threading.Alexander Gavrilov
2018-10-17Shrinkwrap: implement the use of smooth normals in constraint & modifier.Alexander Gavrilov
2018-10-17Cleanup: remove some #if 0 blocksJacques Lucke
2018-10-03Cleanup: styleCampbell Barton
2018-10-01Shrinkwrap Constraint: implement projection features from the modifier.Alexander Gavrilov
2018-09-26Implement additional modes for Shrinkwrap to a surface.Alexander Gavrilov
2018-09-24Merge branch 'master' into blender2.8Brecht Van Lommel