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
2021-08-27Merge branch 'master' into refactor-idprop-ui-datarefactor-idprop-ui-dataHans Goudey
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
2021-08-25Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-08-23RNA: add length augmented to RNA_string_get_allocCampbell Barton
2021-08-12Cleanup: remove redundant variableCampbell Barton
2021-08-12RNA: include base types in RNA_struct_type_find_property searchCampbell Barton
2021-08-12Cleanup: comments/disabled codeCampbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-06Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-08-05Add function to fill default array from doubles, simplify a bitHans Goudey
2021-08-05Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-08-05Fix T90170: `RNA_property_pointer_get` creating data in non-thread-safe way.Bastien Montagne
2021-08-03Cleanup: use C++ comments or 'if 0' for commented codeCampbell Barton
2021-08-01Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-20Cleanup: use single back-tick quoting in commentsCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-14Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-07-14Python API: Add functions to ensure and clear IDPropertiesHans Goudey
2021-07-14Fix crash displaying invalid enum value with translations enabledBrecht Van Lommel
2021-07-06Merge masterHans Goudey
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-30Cleanup: use const arguments for accessor functionsCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-06-02Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-05-28Fix T88499: Copy data path operator does not consider library affiliationPhilipp Oeser
2021-05-17UI: add non-linear slider supportHenrik Dick
2021-04-29Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-04-16RNA: add STRUCT_NO_CONTEXT_WITHOUT_OWNER_ID flagCampbell Barton
2021-03-16Fix T86332: Error using lambda in annotations in Python 3.10Campbell Barton
2021-03-09Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-03-05Cleanup: Rename func occurences to _fnSebastián Barschkis
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-14Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2021-01-13RNA: allow editing pointer IDProperty values from the UI.Alexander Gavrilov
2021-01-13RNA: fix a crash when setting bare IDProperty pointers.Alexander Gavrilov
2021-01-10Fix off by one errorHans Goudey
2021-01-05Add NULL check in string default accessHans Goudey
2021-01-05Add a `max_len` argument to RNA_property_string_get_defaultHans Goudey
2021-01-05Fix incorrect type check in assertHans Goudey
2021-01-05Remove extraneous line breaksHans Goudey
2021-01-05Use int to store precisionHans Goudey
2021-01-05Merge branch 'master' into refactor-idprop-ui-dataHans Goudey
2020-12-29Cleanup: Use proper `RNA_pointer_is_null` helper.Bastien Montagne
2020-12-29Merge branch 'master' into refactor-idprop-ui-dataHans Goudey