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-02-10Rebase on mastertemp-license-header-spdxCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2021-12-13Fix T93704: StructRNA.path_resolve fails silently with missing keysCampbell Barton
2021-12-08Cleanup: move public doc-strings into headers for 'makesrna'Campbell Barton
2021-10-16Revert "Fix T62325, T91990: changing Cycles presets does not update the Blend...Brecht Van Lommel
2021-10-15Fix T62325, T91990: changing Cycles presets does not update the Blender UIBrecht Van Lommel
2021-10-12Cleanup: Fix comment formatting and grammarHans Goudey
2021-09-27RNA: Make is clear that `Scene` parameter of `update` callback may be NULL.Bastien Montagne
2021-09-06BLI_utildefines: add UNUSED_FUNCTION_WITH_RETURN_TYPECampbell Barton
2021-09-06Cleanup: comment unused functionsCampbell Barton
2021-09-03Fix T87768: `.path_resolve` fails when requested property is None.Campbell Barton
2021-09-03RNA: minor optimize for token extraction of RNA pathsCampbell Barton
2021-09-03Cleanup: use bool for RNA path token extractionCampbell Barton
2021-08-31Fix logical error resolving RNA pathsCampbell Barton
2021-08-27Fix failing alembic test after IDProperty UI data refactorHans Goudey
2021-08-27Refactor IDProperty UI data storageHans Goudey
2021-08-26Cleanup: Use `ID_IS_LINKED` instead of direct `id.lib` pointer check.Bastien Montagne
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-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
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-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-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-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-22Cleanup: Spelling MistakesLeon Zandman
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-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-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-13RNA: allow editing pointer IDProperty values from the UI.Alexander Gavrilov
2021-01-13RNA: fix a crash when setting bare IDProperty pointers.Alexander Gavrilov
2020-12-29Cleanup: Use proper `RNA_pointer_is_null` helper.Bastien Montagne
2020-12-28Cleanup/refactor `rna_idp_path` code.Bastien Montagne
2020-12-28Fix T84091: IDProperties/RNA: Crash due to colliding name between custom data...Bastien Montagne
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-11Cleanup: clang-formatHarley Acheson
2020-12-11UI: Use 'and' Instead of '&' in DescriptionsYevgeny Makarov