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-10-07Cleanup: redundant parenthesisCampbell Barton
2022-10-03Cleanup: spelling in commentsCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-06-27Cleanup: spelling in commentsCampbell Barton
2022-06-23Fix T97691: undefined behavior sanitizer warning for alignment in RNA functionsBrecht Van Lommel
2022-05-31RNA: add macros for EnumPropertyItem layout elementsCampbell Barton
2022-05-26UI support for showing candidates for string propertiesCampbell Barton
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-02-21RNA: modify debug mode logic for setting invalid unset valuesCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'makesrna'Campbell Barton
2021-07-30PyAPI: defer freeing existing properties on registrationCampbell Barton
2021-07-15Cleanup: replace BLI_assert(!"text") with BLI_assert_msg(0, "text")Campbell Barton
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-26Cleanup: full sentences in comments, improve comment formattingCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
2021-05-17UI: add non-linear slider supportHenrik Dick
2021-04-13DNA: support int8_t type in DNA structsJacques Lucke
2021-03-18Cleanup: spellingCampbell Barton
2021-03-16Fix T86332: Error using lambda in annotations in Python 3.10Campbell Barton
2021-03-05Cleanup: Rename func occurences to _fnSebastián Barschkis
2021-02-05Cleanup: correct spelling in commentsCampbell Barton
2021-01-27RNA: Add warning to float percentage property definitionHans Goudey
2021-01-17RNA: report an error when the name property is set twiceCampbell Barton
2020-11-25Cleanup: Typo in `print_default_info` function name.Bastien Montagne
2020-11-19Fix RNA not giving error with invalid identifiers for collection propertiesBrecht Van Lommel
2020-11-17RNA define: check and report invalid usages of ID pointers properties.Bastien Montagne
2020-11-16Revert "RNA define: check and report invalid usages of ID pointers properties."Bastien Montagne
2020-11-16RNA define: check and report invalid usages of ID pointers properties.Bastien Montagne
2020-11-11Cleanup: Use `NDEBUG` define, `DEBUG` one is not reliable.Bastien Montagne
2020-11-07Cleanup: Clang-tidy else-after-returnAnkit Meel
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-02Fix py-defined pointer properties wrong tag re ID ownership.Bastien Montagne
2020-10-20Cleanup: makesrna, Clang-tidy else-after-return-fixes.Ankit Meel
2020-09-29DNA: use better type for SDNA->structsJacques Lucke
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-06-29RNA: Add a way to prevent automatic addition of 'no ownership' flag for ID po...Bastien Montagne
2020-06-18Cleanup: redundant parenthesisCampbell Barton
2020-06-04LibOverride: Add Pointer properties to 'overridable by default'.Bastien Montagne
2020-06-03RNA: add option to enable by default lib overridale flag of defined properties.Bastien Montagne
2020-06-02Turn most flags in BlenderDefRNA into proper bool.Bastien Montagne
2020-06-02Cleanup: RNA: use `BlenderDefRNAtruct` named members initialization.Bastien Montagne
2020-04-03Cleanup: Rename ExtensionRNA variables from ext to rna_extJulian Eisel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Fix BPY enum property definiton failing if items contain spacesJulian Eisel
2020-03-17Cleanup: Fix warnings about function signature of register passRay Molenkamp
2020-03-04Cleanup: use MEM_recallocN_id utility functionCampbell Barton
2020-03-04RNA: ensure missing calls to RNA_enum_item_end crash in debug modeCampbell Barton