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
2022-01-07Cleanup: remove redundant const qualifiers for POD typesCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-10-28Cleanup: Remove unused IDProperty functionHans Goudey
2020-09-30Cleanup: sort struct declarationsCampbell Barton
2020-09-20IDProperties: Add utils to duplicate content of one IDProp into another.Bastien Montagne
2020-08-28Cleanup: improve function namesJacques Lucke
2020-08-21Blenloader: move IDProperty read/write code to blenkernelJacques Lucke
2020-08-07Code Style: use "#pragma once" in source directoryJacques Lucke
2020-06-20Cleanup: use const args for property name/description accessCampbell Barton
2020-04-28IDProperties: add a foreach looper and use it in libquery code.Bastien Montagne
2020-01-24IDProps: add utility to set an ID pointer IDProp value.Bastien Montagne
2019-11-04Fix T71250: ID user decrement error with ID properties in ViewLayerLukas Stockner
2019-05-16Cleanup: rename IDP_FreeProperty_ex to IDP_FreePropertyContent_exJacques Lucke
2019-05-16Refactor: Simplify ID Property freeingJacques Lucke
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-02Cleanup: remove author/date info from doxy headersCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-28Cleanup: sort forward declarations of enum & structCampbell 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-04Merge branch 'master' into blender2.8Campbell Barton
2018-05-04IDProp API: expose repr utility functionCampbell Barton
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-20IDProperty: New util function to merge groups recursivelyDalai Felinto
2017-04-13Datablock ID PropertiesAlexander Romanov
2015-01-01cleanup: redundant casts & const cast correctnessCampbell Barton
2014-12-12Fix T42883: ID-Prop arrays longer than 'shot' failCampbell Barton
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-11Fix compilation error with debug sconsSergey Sharybin
2014-08-04Tweaks to macrosCampbell Barton
2014-08-01Prevent macros hiding casts from `const` pointersCampbell 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-01Move GCC attributes into a centraized definesSergey Sharybin
2013-07-02remove nan copyrights from code added since blender become opensource (copy p...Campbell Barton
2013-03-24code cleanup: move doxy docs from headers into source. also replace strncpy()...Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton