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
2019-03-01Cleanup: de-duplicate RNA array default argsCampbell Barton
2019-02-18DNA: support renaming structs that use the old renaming hackCampbell Barton
2019-02-18RNA: use clog for logging error messagesCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-16DNA: support DNA type & name aliasesCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-03Cleanup: trailing commasCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-11-11Merge branch 'master' into blender2.8Campbell Barton
2018-11-11PyAPI: update keyword listCampbell Barton
2018-10-30PyAPI: Support for 'None' string args from PythonCampbell Barton
2018-10-29UI: allow off/on icons to be in reverse order.Brecht Van Lommel
2018-10-03Cleanup: tiny improvement in error reporting for makesrnaInes Almeida
2018-07-30Silencing a bunch of compiler warningsJoshua Leung
2018-07-01Merge branch 'master' into blender2.8Campbell Barton
2018-07-01RNA: use bool for boolean RNA typesCampbell Barton
2018-07-01Cleanup: reduce variable scopeCampbell Barton
2018-07-01Cleanup: avoid calloc when immediately overwrittenCampbell Barton
2018-06-09Merge branch 'master' into blender2.8Campbell Barton
2018-06-09Cleanup: trailing space in RNACampbell Barton
2018-06-05RNA/Override: Move override-related property flags to own variable.Bastien Montagne
2017-11-29ID Static Override, part II: RNA changes.Bastien Montagne
2017-11-29RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-11-23RNA: Allow structs to define tags for their propertiesJulian Eisel
2017-10-18Cleanup: Use const for RNA EnumPropertyItem argsCampbell Barton
2017-09-18Add some security checks against future bad float UIprecision values.Bastien Montagne
2017-09-08Fix T52628: own error in string duplicationCampbell Barton
2017-08-31RNA: Limit which classes struct-map containsCampbell Barton
2017-08-23RNA: keep structs_map valid w/ ID duplicate & freeCampbell Barton
2017-08-11RNA: Operators were excluded from struct mapCampbell Barton
2017-08-11Error in last commit, problems with unregisterCampbell Barton
2017-08-11RNA: Use hash lookups for structsCampbell Barton
2017-05-30Tweak UI messgae checking macro, identifiers are not always available...Bastien Montagne
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-03-01Cleanup: code-style, duplicate headerCampbell Barton
2016-12-12Refactor RNA property: split flags in property flags, parameter flags, and in...Bastien Montagne
2016-07-12readfile: report SDNA decoding errors on file readCampbell Barton
2016-07-06writefile: avoid adding SDNA to every undo stepCampbell Barton
2016-03-04Cleanup: suspicious use of commasCampbell Barton
2015-12-01Fix T46900: Inset Faces Thickness & Depth Do Not Use Scene Units (i.e. Imperi...Bastien Montagne
2015-11-26Cleanup: whitespaceCampbell Barton
2015-09-17Fix T46134: units degrees increment are too smallCampbell Barton
2015-08-18Refactor translation code out of blenfontCampbell Barton
2015-06-20Cleanup: use listbase clearCampbell Barton
2015-05-11GHash: avoid redundant castsCampbell Barton
2015-02-20RNA: correct bool callbacksCampbell Barton
2015-02-06Fix some UI messages from own recent merge, and RNA code checking for final '...Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne