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-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-09-21File Browser: Manual auto-increase name support for output filepathsDalai Felinto
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-08-26Cleanup: use matching function signatures for RNA callbacksCampbell Barton
2022-06-16Fix T98860: VectorProperty type renamed to COORDS (breaking scripts)Campbell Barton
2022-06-07Cleanup: spelling in comments, minor formatting tweaksCampbell Barton
2022-05-31PyDoc: de-duplicate enums for rna_rna.c & bpy_props.cCampbell Barton
2022-05-31PyAPI: add _bpy.rna_enum_items_static() for accessing internal enum dataCampbell Barton
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-04-20Fix T94775: Buggy liboverride default apply code for items insertion in RNA c...Bastien Montagne
2022-04-19Fix wrong logic in comparison code of RNA collection proerties.Bastien Montagne
2022-04-01LibOverride: RNA Apply: let apply function responsible for calling update or ...Bastien Montagne
2022-03-09Cleanup: use ELEM macroCampbell Barton
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-24Cleanup: Grammar: its self vs. itselfHans Goudey
2022-01-18Fix warning from rB9925606539.Alexander Gavrilov
2022-01-18RNA: display exact integer values without fraction if step is integer.Alexander Gavrilov
2021-11-30Fix T93353: Reload Library Override file loses Constraints, take II.Bastien Montagne
2021-11-19LibOverrides: Refactor how diffing of RNA collections is handled.Bastien Montagne
2021-08-26Fix issues with absolute time unitPhilipp Oeser
2021-07-30Cleanup: remove disabled code from property lookupCampbell Barton
2021-07-23Cleanup: code comments punctuation / spacingCampbell Barton
2021-07-21Cleanup: replace BLI_assert(0 && "text") with BLI_assert_msgCampbell 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-10Add unit for time stored in secondsSergey Sharybin
2021-03-25LibOverride: Silence noisy warnings in console.Bastien Montagne
2021-03-11LibOverride: First stage of detection of 'need resync'.Bastien Montagne
2021-03-05Cleanup: Rename func occurences to _fnSebastián Barschkis
2021-02-09Cleanup: spellingCampbell Barton
2021-01-25LibOverride: refactor of relationships handling in library overrides.Bastien Montagne
2021-01-15LibOverride: fix/update/re-enable ID-related debug checks in diffing code.Bastien Montagne
2021-01-15Fix T84373: Overrides : shapes keys driven by armature don't work on second i...Bastien Montagne
2021-01-11Fix T84516: ID properties have incorrect names in Python dir() listBrecht Van Lommel
2020-12-24UI: Cleanup spelling of compound wordsYevgeny Makarov
2020-12-14Cleanup: Fix capitalization in various placesYevgeny Makarov
2020-12-10Cleanup: rename BLI_strescape to BLI_str_escapeCampbell Barton
2020-12-08LibOverride: Add initial support for adding new NLA tracks.Bastien Montagne
2020-11-20Fix (unreported) bug in liboverride diffing code for collection item insertion.Bastien Montagne
2020-11-18Cleanup: remove break after return statementsCampbell Barton
2020-10-29RNA properties subtypes enum: sync definitions everywherePhilipp Oeser
2020-09-29Cleanup: spellingCampbell Barton
2020-09-25LibOverride: Better handling of cleanup of 'insert' operations in collections.Bastien Montagne
2020-09-25LibOverride: Fix some cleanup of unused override operations.Bastien Montagne
2020-09-20Cleanup: Correct comment in newly added liboverride code for IDProp collections.Bastien Montagne
2020-09-20LibOverride: support inserting items in py-defined (IDProp-based) collections.Bastien Montagne
2020-09-14Fix T80457: Library Override - Custom Property to Drive Child Particles resul...Bastien Montagne
2020-09-10Cleanup: spellingCampbell Barton