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
2018-11-15RNA: always allow fallback from defaultarray to defaultvalue.Alexander Gavrilov
2018-09-24Spelling fixes in comments and descriptions (2.8 changes), patch by luzpaz.Brecht Van Lommel
2018-08-31Merge branch 'master' into blender2.8Sergey Sharybin
2018-08-31Python: Enable MASS unit in FloatPropertyMonique Dewanchand
2018-07-05Merge branch 'master' into blender2.8Campbell Barton
2018-07-05RNA: correct callback typeCampbell Barton
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-29Refactor static override code to pass Main around.Bastien Montagne
2018-06-28Static Override: fix diffing logic for ietms ID pointers case.Bastien Montagne
2018-06-28Static Override: RNA apply code: pass extra 'item_ptr' to apply callbacks.Bastien Montagne
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-06-05Static Override: progresses towards full support for material slots.Bastien Montagne
2018-06-05RNA/Override: Move override-related property flags to own variable.Bastien Montagne
2018-05-17RNA: move enums to rna_rna.cCampbell Barton
2018-05-17RNA: move enums to rna_rna.cCampbell Barton
2018-05-17Static Override/RNA diffing: Use a nasty macro to factorize a bit the code.Bastien Montagne
2018-05-02Static overrides: make it clear collections need specific apply callbacks.Bastien Montagne
2018-05-02Static override: initial work for generating 'insertion' in collections.Bastien Montagne
2018-04-23Static Overrides: more performances improvements.Bastien Montagne
2018-04-23Static Overrides: hide/deactivate all but 'REPLACE' operation.Bastien Montagne
2018-04-03Merge branch 'master' into blender2.8Bastien Montagne
2018-04-03Fix (unreported) crash when accessing some bl_rna.properties.Bastien Montagne
2018-03-20Fix broken tatic verride detection in RNA collections.Bastien Montagne
2018-03-16Fix (unreported) a broken 'RNA diff collection' case.Bastien Montagne
2018-02-01Fix some issues in new RNA diff code.Bastien Montagne
2017-12-20Merge branch 'master' into blender2.8Campbell Barton
2017-12-19Fix crash in RNA when accessing empty property_tags listJulian Eisel
2017-12-18Serious cleanup/refactor/fixing of new RNA comparison code.Bastien Montagne
2017-12-01Fix warnings in release builds.Bastien Montagne
2017-12-01Cleanup: forgot to rename RNA prop flag to override_static...Bastien Montagne
2017-11-29ID Static Override, part II: RNA changes.Bastien Montagne
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-23RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-20Expose multi-dimensional array data in properties' introspection data.Bastien Montagne
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-11RNA: Use hash lookups for structsCampbell Barton
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-02-29RNA: add is_array propertyCampbell Barton
2016-02-09Fix T47371 - add access to 'static' enum items.Bastien Montagne
2016-02-08Fix for non-bool return values of a few common RNA functions with declared bo...Lukas Tönne
2015-11-23Cleanup: use `rna_enum_` prefix for RNA enumsCampbell Barton
2015-06-17Cleanup: duplicate includesCampbell Barton
2015-02-24RNA: correct enum flag callbackCampbell Barton
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-04-05RNA: optimization to avoid malloc for iterators.Brecht Van Lommel