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-07-13RNA property management: tweak to 'is set' information.Bastien Montagne
2020-07-10Refactor override code to properly deal with runtime rna properties too.Bastien Montagne
2020-07-10RNA: refactor how we get 'ensured' RNA properties.Bastien Montagne
2020-06-30Custom Properties: support default values for stringsDemeter Dzadik
2020-06-30Cleanup: LibOverride: Replace raw pointers checks by proper macros.Bastien Montagne
2020-06-27Docs: correct invalid doxygen params & referencesCampbell Barton
2020-06-20Cleanup: use const args for property name/description accessCampbell Barton
2020-06-05Code Cleanup: fcurve function namingJeroen Bakker
2020-05-22RNA: Make enum properties compatible with raw access.Bastien Montagne
2020-04-17Cleanup: use colon after doxygen parameters, spellingCampbell Barton
2020-04-15Cleanup: remove (unused) RNA update cachePhilipp Oeser
2020-04-03Cleanup: Animation, move AnimData API to `anim_data.c`/`BKE_anim_data.h`Sybren A. Stüvel
2020-03-19Cleanup/refactor: remove BKE_idcode, in favour of BKE_idtype.Bastien Montagne
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-11Cleanup: rename 'private' to 'embedded' for sub-data IDs.Bastien Montagne
2020-02-26Docs: expand comment on tagging id properties to updateCampbell Barton
2020-02-17Fix many typos and other issues in UI messages.Bastien Montagne
2020-01-24Fix T73336: Several issues (including crashes) with ID pointer IDProps and RNA.Bastien Montagne
2019-12-04UI: support Copy To Selected and Alt-Click for PropertyGroup members.Alexander Gavrilov
2019-11-22Fix T69332: 'Reset to Default Value' on a custom string property crashesPhilipp Oeser
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