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-06-19UI: Drag and Drop Constraints, Layout UpdatesHans Goudey
2020-06-11Fix bad poll function for constraints in liboverrides.Bastien Montagne
2020-06-05Remove context check from constraint and shaderfx edit pollHans Goudey
2020-06-05Cleanup: use ED_object_ prefix for constraint functionsCampbell Barton
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-03-26Cleanup: use doxy sections & add missing sectionsCampbell Barton
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-06Cleanup: keyframe API naming, high level keyframe APICampbell Barton
2020-02-27Constraints: replace 'Set Inverse' operator with an eval-time updateSybren A. Stüvel
2020-02-25Constraints: fixed Object Solver 'Clear Inverse' operatorSybren A. Stüvel
2020-02-25Cleanup: fixed copy-paste error in Object Solver constraint messageSybren A. Stüvel
2019-08-30Cleanup: spellingCampbell Barton
2019-08-23Fix potential issues when loading files with missing librariesSebastian Parborg
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-07-31Refactor access to dependency graphSergey Sharybin
2019-07-18Fix T58447: Unselected bone used for constraint targetCampbell Barton
2019-07-05Fix strict compiler warningsSergey Sharybin
2019-07-05Fix "child of" constraint "set inverse" problematic with bonesPhilipp Oeser
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-05-31Cleanup: style, use braces in source/ (include disabled blocks)Campbell Barton
2019-05-06Cleanup: clang-formatCampbell Barton
2019-05-03UI: remove bone only constraints from object constraint menuNathan Craddock
2019-05-03Cleanup: warningsCampbell Barton
2019-04-30Refactor: Use object select API - ED_object_base_selectDalai Felinto
2019-04-29Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-22Cleanup: style, use braces for editorsCampbell Barton
2019-04-21Cleanup: comments (long lines) in editorsCampbell Barton
2019-04-20Cleanup: add missing macros to clang-formatCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-15Fix T63598: "child of" constraint "set/clear inverse" ops not workingPhilipp Oeser
2019-04-15cleanup: typo in commentPhilipp Oeser
2019-03-27Fix T62935: Missing tag when copying constraintsJacques Lucke
2019-03-08Cleanup: use plural names for Main listsCampbell Barton
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-31Fix T59495, T59992, T59904, T59178, T60598: broken keyframed value editing.Brecht Van Lommel
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2019-01-15Cleanup: comment line length (editors)Campbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-14Merge branch 'master' into blender2.8Campbell Barton
2018-11-14Cleanup: comment block tabsCampbell Barton
2018-11-06Implement an Armature constraint that mimics the modifier.Alexander Gavrilov
2018-10-22Followup to previous change, reduce number of relations updatesSergey Sharybin
2018-10-19CTX_DATA_BEGIN for active object only (..._from_active_object)Dalai Felinto
2018-10-17Use CTX_DATA_BEGIN_FOR_IDDalai Felinto
2018-10-17Multi-Objects: POSE_OT_ik_add + POSE_OT_constraint_add_with_targetsDalai Felinto
2018-10-17Multi-Objects: POSE_OT_constraints_copy (refactor)Dalai Felinto
2018-10-17Multi-Objects: POSE_OT_constraints_clearDalai Felinto