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-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-25Cleanup: remove redundant double parenthesisCampbell Barton
2022-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-08-23Merge branch 'blender-v3.3-release'Richard Antalik
2022-08-23Fix T100286: Crash accessing freed depsgraph object instancesCampbell Barton
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-08-04Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-29Cleanup: Move RNA path functions into own C++ fileJulian Eisel
2022-07-07Fix T99256: Regression: Meta balls segfaulting copy-to-selected.Bastien Montagne
2022-06-23Fix T97691: undefined behavior sanitizer warning for alignment in RNA functionsBrecht Van Lommel
2022-06-17Cleanup: remove redundant string formattingCampbell Barton
2022-06-10RNA path: add util to find the char in an RNA path where the array indexing s...Bastien Montagne
2022-05-30Cleanup/simplify BKE_fcurve_find_by_rna_context_ui code.Bastien Montagne
2022-05-26UI support for showing candidates for string propertiesCampbell Barton
2022-05-25Cleanup: Further tweaks to RNA path API const'ness of PointerRNA parameter.Bastien Montagne
2022-05-25Cleanup: Add more const'ness to RNA API.Bastien Montagne
2022-05-17Cleanup: Use `switch` and `BLI_assert_unreachable()` more.Bastien Montagne
2022-05-16Fix T96503: Assert using PropertyGroup and PointerProperty prop in Panel.Bastien Montagne
2022-04-28Cleanup: Make RNA function comment more readableJulian Eisel
2022-03-29LibOverride: Add initial System Override flag.Bastien Montagne
2022-03-29Fix T63795: Display custom properties with brackets in infoYuki Hashimoto
2022-03-15Cleanup: Remove confusing double negation in RNA helper functionJulian Eisel
2022-03-14RNA: Generate property declerations header, solving msg-bus C++ incompatibilityJulian Eisel
2022-03-08Cleanup: spelling in comments, use C++ comments for disabled codeCampbell Barton
2022-02-23Cleanup: Remove repeated word in commentsCampbell Barton
2022-02-22Cleanup: Deduplicate logic in `RNA_property_editable` & co.Bastien Montagne
2022-02-22Fix (unreported) `RNA_property_editable_index`.Bastien Montagne
2022-02-22Cleanup: Make `RNA_property_editable` logic clearer.Bastien Montagne
2022-02-15RNA: add RNA_collection_is_empty & RNA_property_collection_is_emptyCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell 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