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-09-07Cleanup: Remove some references to proxies in comments/log messages.Bastien Montagne
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-06-17Cleanup: compiler warningsBrecht Van Lommel
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-04-20LibOverride: Make 'custom bone shape' and 'bbone custom handle' non-overridable.Bastien Montagne
2022-04-01LibOverride: RNA Apply: let apply function responsible for calling update or ...Bastien Montagne
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-19LibOverrides: Refactor how diffing of RNA collections is handled.Bastien Montagne
2021-11-19Fix (unreported) wrong behavior of constraints in liboverrides.Bastien Montagne
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-23Cleanup: reformat trailing comments that caused line wrappingCampbell Barton
2021-05-13Cleanup: clang formatCampbell Barton
2021-05-11Rigging: Add transform for custom bone shapesYuki Shirakawa
2021-03-02UI: Clean up labels and descriptions: "Draw" to "Display"William Reynish
2021-03-02Cleanup: RNA: Remove useless setter of PoseBone's custom shape.Bastien Montagne
2021-03-01Fix T85981: Undo on linked rig with overrides loses custom shapes.Bastien Montagne
2021-02-16LibOverride: Add support for rotation mode of PoseBones.Bastien Montagne
2021-01-25Fix UI message typo in own previous commit.Bastien Montagne
2021-01-25Fix UI messages.Bastien Montagne
2021-01-18Fix T84600: prevent bone groups operators on proxies and libraryPhilipp Oeser
2020-12-24Cleanup: Fix capitalization in various UI stringsYevgeny Makarov
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-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-04UI: Replace uses of "loc/rot" with full wordsNathan Craddock
2020-11-02LibOverride: make some pose options overridable.Bastien Montagne
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-06-25Python API: add methods to allow copying of constraints.Alexander Gavrilov
2020-05-18Fix T76801: Renaming bone in pose mode doesn't redraw the viewport namesJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-10UI: Graph Editor Show Cursor panelWilliam Reynish
2020-01-21Fix T73297: Incorrect lock properties tooltipCampbell Barton
2020-01-02Transform: Pose: Partial support for Auto IK + X-Mirrormano-wii
2019-10-11Fix T70695: Scene crashes Blender on open.Bastien Montagne
2019-09-20UI: Fix CapitalizationYevgeny Makarov
2019-09-15Fix T69877: missing dependency update when setting PoseBone.custom_shape.Alexander Gavrilov
2019-09-11Armature: convert the length Python property of bones to a RNA property.Alexander Gavrilov
2019-09-04Python API: add methods for reordering constraints.Alexander Gavrilov
2019-08-27Fix T69165: wrong update function on Bone b-bone properties crashes.Alexander Gavrilov
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-20Liboverride: Add more missing ID RNA pointers as overridable.Bastien Montagne
2019-08-04Cleanup: spellingCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-03Cleanup: style, use braces in RNACampbell Barton
2019-05-20Cleanup: reorder report argument for pointer assignmentCampbell Barton
2019-05-17Python: Raise an error even NO_MAIN data is assigned to objectSergey Sharybin