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
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
2016-06-29Cleanup: spelling, indentationCampbell Barton
2016-05-28PyRNA: Fix repr used /w arraysCampbell Barton
2016-03-15Fix T47780: Icons don't update in floating panelsCampbell Barton
2016-03-03Fix RNA property clamp assigning in PythonCampbell Barton
2016-02-23Fix warnings reported by MSVCSergey Sharybin
2016-02-09Fix T47371 - add access to 'static' enum items.Bastien Montagne
2016-01-07Fix RNA_enum_set_identifier(), needs a context to handle correctly dynamic en...Bastien Montagne
2015-12-01RNA: de-duplciate rna-path create in tooltip codeCampbell Barton
2015-11-23Cleanup: shadowing (rna, modifiers, *misc*)Campbell Barton
2015-10-23Cleanup: rename 'datablocks' -> 'data-blocks'Campbell Barton
2015-10-06Fix T46345: Registrable props could be modifiedJulian Eisel
2015-09-10Show correct syntax for id-propertiesCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-07-23Fix regression of custom nodes not triggering material preview re-renderSergey Sharybin
2015-03-28Keyframes on NLA-Strip F-Curves are detected by RNA buttons tooJoshua Leung
2015-03-18Fix crash using "Copy to selected" on ID-propsCampbell Barton
2015-03-13RNA: avoid inefficient array printingCampbell Barton
2015-02-20RNA: calloc -> malloc when fixbuf is uninitializedCampbell Barton
2015-02-18RNA: assert when non 0/1 values used as boolCampbell Barton
2015-02-18RNA: assert on over-sized array index accessCampbell Barton
2015-02-18RNA: use __func__ for alloc-id'sCampbell Barton
2015-02-17RNA API: reuse property lookupsCampbell Barton
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne