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
2022-08-04UI: Pass modifier & constraint icon to the corresponding RNA base typeJulian Eisel
2022-07-20Constraints: add checks to specially handle the custom space target.Alexander Gavrilov
2022-06-03Constraints: introduce wrapper functions to access target lists.Alexander Gavrilov
2022-05-31RNA: add macros for EnumPropertyItem layout elementsCampbell Barton
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-03-10IK: make Ik chain length non-animatableSybren A. Stüvel
2022-02-20UI: Do not include the text stating an enum item is the defaultAaron Carlisle
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-04Remove internal proxy code, and deprecate related DNA data.Bastien Montagne
2021-12-08Cleanup: move public doc-strings into headers for 'makesrna'Campbell Barton
2021-11-19LibOverride: Add read-only flags accessors for 'local override' status.Bastien Montagne
2021-08-12Add Extras Dropdown Menu to ConstraintsHenrik Dick
2021-08-05Action Constraint: add Split Channels Mix choices from Copy TransformsAlexander Gavrilov
2021-08-05Cleanup/Fix RNA array length accessors returning non-zero values in invalid c...Bastien Montagne
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-07-02Constraints: support a new Local Space (Owner Orientation) for targets.Alexander Gavrilov
2021-07-02Copy Transforms: implement Remove Target Shear and more Mix options.Alexander Gavrilov
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-05Limit Rotation: add an Euler Order option.Alexander Gavrilov
2021-04-08Fix T81707: Spline IK Joints "Floating" above curveSebastian Parborg
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2020-12-13Cleanup: removing some uses of equal sign in descriptionsYevgeny Makarov
2020-12-11UI: Consistent Range DescriptionsYevgeny Makarov
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-12-03Add Custom Object Space to ConstraintsHenrik Dick
2020-11-22Fix unclear tooltip for the Affect Transform option of constraints.Alexander Gavrilov
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-04UI: Replace uses of "loc/rot" with full wordsNathan Craddock
2020-10-22Fix T81949: Child Of Constraint can't assign inverse matrixCampbell Barton
2020-09-16Action Constraint: Add manual time factor input controlChris Clyne
2020-07-02UI: Dont abbriviate location & rotationAaron Carlisle
2020-06-19UI: Drag and Drop Constraints, Layout UpdatesHans Goudey
2020-06-05LibOverride: RNA: Cleanup no more needed property-specific override flags.Bastien Montagne
2020-06-05Cleanup: use ED_object_ prefix for constraint functionsCampbell Barton
2020-06-03LibOverride: Make constraints fully overrideable.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-27Constraints: replace 'Set Inverse' operator with an eval-time updateSybren A. Stüvel
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-10-17Fix T70739: Make Library Override doesn't re-target Armature constraints.Bastien Montagne
2019-09-06Transformation Constraint: implement a Mix Mode option.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-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-16Outliner: Draw constraint icons and enable buttonNathan Craddock
2019-06-28Remove Sticky option from the Floor constraintSergey Sharybin
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-05Code Style: Make FormatJeroen Bakker