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-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
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
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-11-16Uninitialised var warningJoshua Leung
2014-11-16Bugfix T41525: Button keyframe indicators don't work correctly when editing N...Joshua Leung
2014-10-16Fix T42258: Drivers: `dimensions.x` is always invalid, but `dimensions[0]` worksBastien Montagne
2014-08-13RNA: use static declarationsCampbell Barton
2014-08-12Fix T41409: Copy Custom Property function does nothing with pose bones.Bastien Montagne
2014-08-11Pie Menus C code backend.Antony Riakiotakis
2014-08-05Fix T41062: "copy to selected" doens't work for all attributes.Bastien Montagne
2014-07-19Defines: replace ELEM3-16 with ELEM(...), that can take varargsCampbell Barton
2014-05-20This reverts commit c998d6d4b5a3bd88375c3255761e1e64a5321559.Campbell Barton
2014-05-20Fix T40224: Crash moving objects to another layerCampbell Barton
2014-04-28Fix for strict compiler flags after recent const array changesSergey Sharybin
2014-04-26Code cleanup: use 'const' for arrays (blenloader, gpu, imbuf, makesdna, modif...Campbell Barton
2014-04-22Code cleanup: use const for rnaCampbell Barton
2014-04-07Correct assert for RNA IDPropsCampbell Barton
2014-04-05RNA: optimization to avoid malloc for iterators.Brecht Van Lommel