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-10-17Cleanup: replace BLI_join_dirfile with BLI_path_joinCampbell Barton
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-26Cleanup: use 'u' prefixed integer types for brevity in C codeCampbell Barton
2022-08-09Cleanup: use own username in code-comment tagsCampbell Barton
2022-05-30Cleanup: fix various typosBrecht Van Lommel
2022-03-21Cleanup: add image_format.cc for functions related to ImageFormatDataBrecht Van Lommel
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-02-09Cleanup: use consistent copyright location, move descriptionsCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-12Cleanup: use C++ style comments for disabled codeCampbell Barton
2021-08-04Fix compile error without `WITH_OCEANSIM` enabledJulian Eisel
2021-08-04Modifier: warn if the ocean simulation fails to allocate memoryJeroen Bakker
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-15BLI: use explicit task isolation, no longer part of parallel operationsBrecht Van Lommel
2021-06-08BLI: support disabling task isolation in task poolJacques Lucke
2021-05-18Fix ocean modifier giving different result on Arm than x86Brecht Van Lommel
2021-01-20Cleanup: remove extra in trailing asteriskCampbell Barton
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-10-20Ocean Modifier: allow spray maps to be bakedHans Goudey
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-08-03Ocean Modifier: Fix render resolution only used for bakingHans Goudey
2020-08-03Ocean Modifier: Add viewport resolutionPhil Stopford
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-03UI: Use sliders and [0, 1] ranges in ocean modifierHans Goudey
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-21CleanUp: Renamed `BLI_task_pool_userdata` to `BLI_task_pool_user_data`Jeroen Bakker
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-03-12Ocean: add new spectra modes to the ocean modifierPhil Stopford
2020-02-25Ocean modifier: fix changes to resolution complete changing the shapePhil Stopford
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-08-16Cleanup: spellingCampbell Barton
2019-07-30BLI_task: Cleanup: rename some structs to make them more generic.Bastien Montagne
2019-05-01ClangFormat: run with ReflowComments on source/Campbell Barton
2019-04-27Cleanup: comments (long lines) in blenkernelCampbell Barton
2019-04-22Cleanup: style, use braces for blenkernelCampbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton
2019-01-26Fix build error after recent cleanup.Brecht Van Lommel
2019-01-26Cleanup: remove redundant BKE/BLI/BIF headersCampbell Barton
2018-10-18Cleanup: Remove more #if 0 blocksJacques Lucke
2018-07-10Ocean Modifier: prevent crashing on 'Apply Modifier' buttonSybren A. Stüvel
2018-07-10Ocean Modifier: removed duplicated codeSybren A. Stüvel
2018-07-10Ocean Modifier: refactored the delayed-refresh approachSybren A. Stüvel
2018-06-17Cleanup: trailing space for blenkernelCampbell Barton
2018-02-15Cleanup: rename BLI_thread.h APICampbell Barton
2018-01-10Task scheduler: Use restrict pointer qualifierSergey Sharybin
2018-01-09Task scheduler: Use single parallel range function with more flexible functionSergey Sharybin