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
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-11-06Cleanup: use bool argument in BLI_noiseCampbell Barton
2020-11-06Cleanup: BLI_noiseCampbell Barton
2020-11-06Cleanup: remove unused BLI_turbulence1Campbell Barton
2020-11-06Cleanup: use snake case for BLI_args APICampbell Barton
2020-11-06Cleanup: remove unused BLI_argsArgvCampbell Barton
2020-11-06Cleanup: clang-formatCampbell Barton
2020-11-05Cleanup: Reduce variable scopeAaron Carlisle
2020-11-05Spelling: Predefined, Look Up, No OneHarley Acheson
2020-11-04Cleanup: make formatAaron Carlisle
2020-11-04Cleanup: Add BLI prefix to some BLI_noise functionsAaron Carlisle
2020-11-03Materials: add custom object properties as uniform attributes.Alexander Gavrilov
2020-11-03Cleanup: doxy param syntaxCampbell Barton
2020-11-03VSE: Media transform redesignRichard Antalik
2020-11-02Revert "VSE: Media transform redesign"Richard Antalik
2020-11-02VSE: Media transform redesignRichard Antalik
2020-11-01Fix new boolean performance bug.Howard Trickey
2020-10-29BLI: use forwarding reference in MapJacques Lucke
2020-10-29Merge branch 'blender-v2.91-release'Philipp Oeser
2020-10-29Fix blend_color_interpolate_byte returning wrong alpha in certain casePhilipp Oeser
2020-10-28Cleanup: name parameters instead of commenting them.Ankit Meel
2020-10-28BLI: improve Map.add_newJacques Lucke
2020-10-28BLI_args: disallow zero to be used as a pass valueCampbell Barton
2020-10-28BLI_args: refactor argument passesCampbell Barton
2020-10-27Cleanup: use over-line for doxy commentsCampbell Barton
2020-10-27Merge branch 'blender-v2.91-release'Campbell Barton
2020-10-27BLI_rect: add resize_x/y functionsCampbell Barton
2020-10-26Merge branch 'blender-v2.91-release' into masterBastien Montagne
2020-10-26Fix own previous commit re testing of `BLI_rel_path`.Bastien Montagne
2020-10-26Fix T81421: "Saving As..." a blend file with a Script node file path filled w...Bastien Montagne
2020-10-26Fix T81421: "Saving As..." a blend file with a Script node file path filled w...Bastien Montagne
2020-10-25Fix T81999, Boolean Exact+Self Difference fails.Howard Trickey
2020-10-25Fix T81999, Boolean Exact+Self Difference fails.Howard Trickey
2020-10-23Cleanup: make formatAaron Carlisle
2020-10-21Cleanup: Clang-tidy readability-named-parameterAnkit Meel
2020-10-20Cleanup: Clang-tidy silence readability-non-const-parameterAnkit Meel
2020-10-19Spelling: MiscellaneousHarley Acheson
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-19Spelling: It's Versus ItsHarley Acheson
2020-10-16Cleanup: spellingCampbell Barton
2020-10-16Windows: Fix build issue on windowsRay Molenkamp
2020-10-14BLI_ghash_performance_test: Fix memory leaksAnkit Meel
2020-10-14Cleanup: multi-line comment blocksCampbell Barton
2020-10-12BLI: support looking up a key from a set or adding it when not existantJacques Lucke
2020-10-10Cleanup: spellingCampbell Barton
2020-10-10Cleanup: remove unnecessary commentsCampbell Barton
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-09Cleanup: alias: use const, remove unused variable.Ankit Meel
2020-10-09Fix New Boolean bug that left some stray vertices.Howard Trickey