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-10-04LibOverride: Fix last main issue with overriding custom properties.Bastien Montagne
2019-09-30Fix RNA's "editable" func regarding IDProps and override.Bastien Montagne
2019-09-25LibOverride: Fix several issues in handling of overridable status for IDProps.Bastien Montagne
2019-09-04Fix/cleanup error handling in paths generation for private ID data case.Bastien Montagne
2019-09-02Fix/enhance new RNA path from real ID helpers.Bastien Montagne
2019-09-02Make Scene Master collection 'Private' ID data, like root nodetrees.Bastien Montagne
2019-08-28Fix T68971: Copy As New Driver from Material node creates a bad reference.Alexander Gavrilov
2019-08-23LibOverride: Fixed bug in removing override op operator.Bastien Montagne
2019-08-23RNA: Cleanup PointerRNA structJacques Lucke
2019-08-22Cleanup: Split some code out of rna_access.cBastien Montagne
2019-08-22LibOverride: Cleanup: rename parameters in RNA apply code.Bastien Montagne
2019-08-21LibOverride: Fix inverted logic in RNA collection operation application.Bastien Montagne
2019-08-16Fix T68651: LibOverride: Fix bad handling of RNA collections pointers.Bastien Montagne
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-14Custom Properties: allow changing the property UI to color picker.Alexander Gavrilov
2019-08-13Custom Properties: officially support int and float arrays in the UI.Alexander Gavrilov
2019-06-17Fix T65662: Drivers on custom properties doesn't properly updateSergey Sharybin
2019-06-15Cleanup: spellingCampbell Barton
2019-06-15Cleanup: Rename: Static Override -> Library Override.Bastien Montagne
2019-06-03Cleanup: style, use braces in makesrnaCampbell 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
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-22Cleanup: style, use braces for makesdna, makesrnaCampbell Barton
2019-04-21Cleanup: comments (long lines) in makesrnaCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-04-14Cleanup: doxy commentsCampbell Barton
2019-04-01Fix T62960: Expanding/Closing Constraints/Modifiers causes re-renderSergey Sharybin
2019-03-27Revert "RNA: error on register when classes use invalid identifiers"Campbell Barton
2019-03-25RNA: error on register when classes use invalid identifiersCampbell Barton
2019-03-19Cleanup: comment blocksCampbell Barton
2019-02-26Cleanup: indentation, trailing spaceCampbell Barton
2019-02-21Fix assert w/ multi-dimensional array printingCampbell Barton
2019-02-21Fix T61563: Info space prints matrices as flat tupleSebastian Parborg
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Fix incorrect sizeof use in rna array formattingCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2019-01-06Cleanup: add trailing commas to structsCampbell Barton
2018-12-24Fix/cleanup typos and such in UI messages (and some comments).Bastien Montagne
2018-12-19RNA: support setting default values for custom properties.Alexander Gavrilov
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-07Depsgraph: Remove duplicated sets of recalc/update flagsSergey Sharybin
2018-11-19RNA: re-enable update notifier flagsCampbell Barton
2018-11-15RNA: always allow fallback from defaultarray to defaultvalue.Alexander Gavrilov
2018-11-07Cleanup: remove some useless BKE_library and BKE_main includes.Bastien Montagne
2018-11-07Paint: update shortcut detection for new logicCampbell Barton
2018-10-22Fix T56636: Custom property cannot be animatedSergey Sharybin