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-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
2020-03-03RNA: support 64 bit boolean bitflags in DNABrecht Van Lommel
2020-02-19RNA: Fail makesrna if enum identifiers contain spacesJulian Eisel
2020-01-16UI: Use same precision in "Move" redo panel as elsewhereJulian Eisel
2019-10-27Cleanup: remove redundant NULL checksCampbell Barton
2019-10-01RNA: add check for zero step argumentsCampbell Barton
2019-09-12Cleanup: line breaks with commentsCampbell Barton
2019-09-11Cleanup: remove redundant RNA defaultsCampbell Barton
2019-09-11DNA: defaults for ID typesCampbell Barton
2019-09-11RNA: automatically initialize defaults from DNACampbell Barton
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-06-03Cleanup: style, use braces in makesrnaCampbell Barton