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
2020-03-09Alembic: constraint for transform animation is using world matrix againSybren A. Stüvel
2020-03-09Cleanup: Replace ABS/SQUARE/CUBE with function callsSergey Sharybin
2020-03-09Revert "Constraints: remove special meaning of Local Space for parentless Obj...Sybren A. Stüvel
2020-03-06Cleanup: use 'BKE_' prefix for BKE_deform API callsCampbell Barton
2020-02-28Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-28Revert "Objects: make evaluated data runtime storage usable for types other t...Brecht Van Lommel
2020-02-27Objects: make evaluated data runtime storage usable for types other than meshBrecht Van Lommel
2020-02-27Constraints: replace 'Set Inverse' operator with an eval-time updateSybren A. Stüvel
2020-02-25Cleanup: Constraints, simplified ChildOf evaluation functionSybren A. Stüvel
2020-02-25Cleanup: Reduced indentation in objectsolver_evaluate()Sybren A. Stüvel
2020-02-14Alembic: refactor import and export of transformationsSybren A. Stüvel
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2020-02-10Tracking: Fix usage PLACEHOLDER functionSergey Sharybin
2020-02-07Constraint: Fix forced request of evaluated cameraSergey Sharybin
2019-12-24Action Constraint: introduce a mix mode setting.Alexander Gavrilov
2019-11-07Stretch To: implement a mode similar to Damped Track for rotation.Alexander Gavrilov
2019-11-07Stretch To: clean up the math code in the implementation.Alexander Gavrilov
2019-11-06Constraints: remove special meaning of Local Space for parentless Objects.Alexander Gavrilov
2019-09-14Cleanup: use const args, variablesCampbell Barton
2019-09-06Transformation Constraint: implement a Mix Mode option.Alexander Gavrilov
2019-09-06Transformation Constraint: initialize scale range values to 1 instead of 0.Alexander Gavrilov
2019-09-06Copy Transforms: add a mixing mode option.Alexander Gavrilov
2019-09-06Copy Rotation: implement new mixing modes that actually work.Alexander Gavrilov
2019-09-01Copy Rotation & Transform: add Euler order override options.Alexander Gavrilov
2019-08-29Copy Scale: support copying arbitrary non-uniform scale as uniform.Alexander Gavrilov
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
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