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-12-12Cleanup: use colon separator after parameterCampbell Barton
2018-07-13Cleanup: id-property API useCampbell Barton
2018-06-29Cleanup: trailing newlinesCampbell Barton
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-05-05IDProp API: add native C repr functionCampbell Barton
2018-05-05IDProp API: Avoid redundant group replace lookupCampbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
2018-03-14Style cleanup.Bastien Montagne
2018-03-14Fix (unreported) broken IDarray case in IDP_EqualsProperties_ex.Bastien Montagne
2017-08-07Refactor ID copying (and to some extent, ID freeing).Bastien Montagne
2017-04-24Cleanup: styleCampbell Barton
2017-04-13Datablock ID PropertiesAlexander Romanov
2017-04-10PyAPI: Fast buffer access to id property arraysJacques Lucke
2017-04-09Cleanup: use doxy code blockCampbell Barton
2017-04-09ListBase: Add insert-replace functionCampbell Barton
2017-03-30Cleanup/fix bad code in IDP_SetIndexArray()Bastien Montagne
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
2014-08-01Prevent macros hiding casts from `const` pointersCampbell Barton
2014-06-17Support for building without PythonCampbell Barton
2014-04-24Quiet warningsCampbell Barton
2014-04-24Fix T39867: Hotkey is not displayed in the node editor's menu.Bastien Montagne
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-15IDProp API: change IDP_NewString so `sizeof()` can be passed in.Campbell Barton
2013-12-12Fix T37595: Switching modal transform broke with trackball rotation.Campbell Barton
2013-12-12Code Cleanup: use const's and bools for idpropsCampbell Barton
2013-10-16add IDP_FreeFromGroup(), replaces IDP_RemFromGroup(), IDP_FreeProperty(), MEM...Campbell Barton
2013-09-30add asserts for id property functions (ensure invalid types aren't passed)Campbell Barton
2013-09-05simplify idprop reallocation with MEM_recallocNCampbell Barton
2013-07-21code cleanup: add break statements in switch ()'s, (even at the last case).Campbell Barton
2013-05-15Fix slow resizing of ID property arrays with more than 1619 items, it incorre...Brecht Van Lommel
2013-03-24code cleanup: move doxy docs from headers into source. also replace strncpy()...Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-02-22patch [#34103] - listbase.patch, insertlinkbefore.patchCampbell Barton
2013-02-04style cleanup: spaces -> tabsCampbell Barton
2013-01-14no need to call BLI_countlist on idproperty groups when comparing.Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2012-11-01fix [#30910] Problems: Add Shortcut(s) for "Ctrl Tab" menuCampbell Barton
2012-10-31code style: use switch for IDP_EqualsProperties()Campbell Barton
2012-10-31add IDP_MergeGroup(dst, src, overwrite) function,Campbell Barton
2012-09-16style cleanupCampbell Barton