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-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
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-06-08Replace all old DAG calls with direct calls to new DEG and remove BKE_depsgra...Luca Rood
2017-05-12UI: Add template_search (version of template_ID for non-IDs)Julian Eisel
2017-04-20Merge branch 'master' into blender2.8Sybren A. Stüvel
2017-04-20Fix T51198: Crash with new Datablock ID PropertiesAlexander Romanov
2017-04-19Fix wrong RNA update function declarationsSergey Sharybin
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-04Fix missing protection of `RNA_pointer_as_string()` against NULL pointers.Bastien Montagne
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-09-22RNA/UI: Allow displaying in tooltip why RNA property isn't editableJulian Eisel
2016-09-05UI: Ctrl+Tab and Ctrl+Shift+Tab to cycle through space context "tabs"Julian Eisel
2016-07-30Py-Driver: add 'self' optionCampbell Barton
2016-07-14Cleanup: comment blocksCampbell Barton
2016-07-07Cleanup/fix animsys 'id_type_can_have_animdata()'.Bastien Montagne
2016-07-06Replace of (id->lib != NULL) check by meaningful macro.Bastien Montagne