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-23Cycles: Improved robustness of hair motion blur.motion_curve_fixStefan Werner
2018-07-26Cleanup: Use const argumentCampbell Barton
2018-07-02Cleanup: use bool for poll functionsCampbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-05-17RNA: move enums to rna_rna.cCampbell Barton
2018-04-17Fix (unreported) RNA sometimes trying to get named sub-props from non-Group I...Bastien Montagne
2018-04-10Fix T54423: Messages from RNA_property_editable_info() were not translatable.Bastien Montagne
2018-01-19Cleanup: typosCampbell Barton
2018-01-15RNA: Add RNA_property_string_set_bytesCampbell Barton
2018-01-09Fix (unreported) potential crash.Bastien Montagne
2017-12-06Add utility function to compare PointerRNA with NULLSergey Sharybin
2017-12-04RNA: Use const qualifier for an utility functionSergey Sharybin
2017-11-29RNA: sync API changes from 2.8Campbell Barton
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-06Rename ID_IS_LINKED_DATABLOCK to ID_IS_LINKED.Bastien Montagne
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-01RNA: demote non-strict class naming to warningCampbell Barton
2017-08-31RNA: strict naming for types in bpy.typesCampbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-23RNA: report error on struct naming collisionCampbell Barton
2017-08-11RNA: Use hash lookups for structsCampbell Barton
2017-06-12Cleanup: indentation, long linesCampbell Barton
2017-04-20Fix T51198: Crash with new Datablock ID PropertiesAlexander Romanov
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