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-03-23RNA comparison/override: better control over property processing.Bastien Montagne
2018-03-16Some more minor cleanups.Bastien Montagne
2018-03-15Minor cleanup & commenting.Bastien Montagne
2018-03-14Cleanup: use flags instead of collection of bools to get RNA override status.Bastien Montagne
2018-02-28WorkSpace: UI filtering for add-onsCampbell Barton
2018-02-06Fix T54005: Broken IDProp copying from RNA code.Bastien Montagne
2018-02-05Fix Cycles + Freestyle rendering crash, due to bug in RNA override code.Brecht Van Lommel
2018-01-19Merge branch 'master' into blender2.8Campbell Barton
2018-01-19Cleanup: typosCampbell Barton
2018-01-15Merge branch 'master' into blender2.8Campbell Barton
2018-01-15RNA: Add RNA_property_string_set_bytesCampbell Barton
2018-01-11Fix static override (very stupid mistakes in code!)Bastien Montagne
2018-01-11Further fixes to new RNA props diff code.Bastien Montagne
2018-01-10Merge branch 'master' into blender2.8Campbell Barton
2018-01-09Fix (unreported) potential crash.Bastien Montagne
2018-01-09Significant step toward supporting IDProperties in new RNA diff code.Bastien Montagne
2018-01-04Fix uninitialized stack use in rna diff overrideCampbell Barton
2017-12-18Serious cleanup/refactor/fixing of new RNA comparison code.Bastien Montagne
2017-12-13RNA override: Cleanup & small refactor.Bastien Montagne
2017-12-06Merge branch 'master' into blender2.8Sergey Sharybin
2017-12-06Add utility function to compare PointerRNA with NULLSergey Sharybin
2017-12-05Merge branch 'master' into blender2.8Bastien Montagne
2017-12-04RNA: Use const qualifier for an utility functionSergey Sharybin
2017-12-04WM: disable property update messages for fcurvesCampbell Barton
2017-12-04WM: message bus replacement for property notifiersCampbell Barton
2017-12-04Cleanup: whitespaceCampbell Barton
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: remove paranoid NULL checkCampbell Barton
2017-11-29Merge branch 'master' into blender2.8Campbell Barton
2017-11-29RNA: sync API changes from 2.8Campbell Barton
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-23Support tagging operator properties as 'advanced'Julian Eisel
2017-11-23RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-06Merge branch 'master' into blender2.8Bastien Montagne
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Merge branch 'master' into blender2.8Campbell Barton
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-01Merge branch 'master' into blender2.8Campbell Barton
2017-09-01RNA: demote non-strict class naming to warningCampbell Barton
2017-08-31Merge branch 'master' into blender2.8Campbell Barton
2017-08-31RNA: strict naming for types in bpy.typesCampbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-23Merge branch 'master' into blender2.8Campbell Barton
2017-08-23RNA: report error on struct naming collisionCampbell Barton
2017-08-11Merge branch 'master' into blender2.8Campbell Barton
2017-08-11RNA: Use hash lookups for structsCampbell Barton
2017-07-05Expose rna_translate_ui_text to be used for interface templatesDalai Felinto
2017-06-21RNA: avoid many calls to 'RNA_struct_is_a'Campbell Barton
2017-06-12Merge branch 'master' into blender2.8Sergey Sharybin