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-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-02-01Logging: Use CLOG for blenkernelCampbell Barton
2019-01-19Cleanup: add trailing commasCampbell Barton
2018-12-12Merge branch 'master' into blender2.8Campbell Barton
2018-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-07-13Merge branch 'master' into blender2.8Campbell Barton
2018-07-13Cleanup: id-property API useCampbell Barton
2018-06-29Merge branch 'master' into blender2.8Campbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Merge branch 'master' into blender2.8Campbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-05-05Merge branch 'master' into blender2.8Campbell Barton
2018-05-05IDProp API: add native C repr functionCampbell Barton
2018-05-05Merge branch 'master' into blender2.8Campbell Barton
2018-05-05IDProp API: Avoid redundant group replace lookupCampbell Barton
2018-05-04Merge branch 'master' into blender2.8Campbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
2018-03-14Merge branch 'master' into blender2.8Bastien Montagne
2018-03-14Style cleanup.Bastien Montagne
2018-03-14Fix (unreported) broken IDarray case in IDP_EqualsProperties_ex.Bastien Montagne
2018-01-24Add utility function to reset ID property value to a given oneSergey Sharybin
2017-08-15Bring new IDP_MergeGroup() on par with other copying logic.Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-05-03Make IDP_MergeGroup recursiveDalai Felinto
2017-04-24Merge branch 'master' into blender2.8Campbell Barton
2017-04-24Cleanup: styleCampbell Barton
2017-04-20IDProperty: New util function to merge groups recursivelyDalai Felinto
2017-04-13Merge branch 'master' into blender2.8Alexander Romanov
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-10Merge branch 'master' into blender2.8Bastien Montagne
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2017-04-09Merge branch 'master' into blender2.8Julian Eisel
2017-04-09Cleanup: use doxy code blockCampbell Barton
2017-04-09Merge branch 'master' into blender2.8Campbell Barton
2017-04-09ListBase: Add insert-replace functionCampbell Barton
2017-03-31Merge branch 'master' into blender2.8Campbell Barton
2017-03-30Cleanup/fix bad code in IDP_SetIndexArray()Bastien Montagne
2017-03-30Layers: use IDProperty and override collection properties systemDalai Felinto
2016-07-31PyAPI: Add PyC_UnicodeAsByteAndSizeCampbell Barton
2015-11-09Cleanup: avoid incrementing/decrementing id->us outside of BKE_library.Bastien Montagne
2015-01-26Cleanup: strcmp/strncmp -> STREQ/STREQLEN (in boolean usage).Bastien Montagne
2014-12-14Fix for idproperty comparisonCampbell Barton
2014-12-12Fix T42883: ID-Prop arrays longer than 'shot' failCampbell Barton
2014-11-21Cleanup: typoCampbell Barton
2014-11-15Cleanup (mostly 0/1 -> false/true).Bastien Montagne
2014-11-10Fix/workaround T37073: Crash updating custom props visible in the UICampbell Barton
2014-11-03Cleanup: remove rarely used IDProp iteratorCampbell Barton
2014-08-15CleanupCampbell Barton
2014-08-11Fix compilation error with debug sconsSergey Sharybin