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-13Mesh: Move runtime data out of DNAHans Goudey
2022-10-07Cleanup: redundant parenthesisCampbell Barton
2022-09-25Cleanup: use 'u' prefixed integer types for brevity & cast styleCampbell Barton
2022-09-19Cleanup: spellingCampbell Barton
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-06-01Cleanup: spelling in comments, use doxy sectionsCampbell Barton
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-04Fix wrong task priority for particle distribution and tanget computationBrecht Van Lommel
2022-03-25Cleanup: rename ParticleSettings.child_nbr => child_percentCampbell Barton
2022-03-02Merge branch 'blender-v3.1-release'Jacques Lucke
2022-03-02Fix T95692: incorrect interpolated children particle hairJacques Lucke
2022-02-11File headers: SPDX License migrationCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-01Fix T92561: unstable particle distribution with Alembic filesKévin Dietrich
2021-07-03Cleanup: consistent use of tags: NOTE/TODO/FIXME/XXXCampbell Barton
2021-06-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-06-22Cleanup: Spelling MistakesLeon Zandman
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-03-08Cleanup: use ofs instead of offs as an abbreviation for offsetCampbell Barton
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-08-08Cleanup: use array syntax for sizeof with fixed valuesCampbell Barton
2020-08-07Cleanup: Blenkernel, Clang-Tidy else-after-return fixesSybren A. Stüvel
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-04-30Task: Use TBB as Task SchedulerBrecht Van Lommel
2020-04-09TaskScheduler: Minor Preparations for TBBBrecht Van Lommel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-09-07Cleanup: use post increment/decrementCampbell Barton
2019-07-03BKE Particle: Simplify recent changes in distribution codemano-wii
2019-07-02Fix T66340: Missing particles in Grid and Volume distribution.mano-wii
2019-06-21Revert "Particle system: Move runtime data to runtime field"Sergey Sharybin
2019-06-13Particle system: Move runtime data to runtime fieldSergey Sharybin
2019-05-03Cleanup: warningsCampbell 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-03-28Fix T62944: Memory leak in animation playbackSergey Sharybin
2019-03-25Fix T62891: particle even distribution is not even.Brecht Van Lommel
2019-03-20Cleanup: use lowercase for dimensions in function namesCampbell Barton
2019-03-19Cleanup: use BLI_kdtree_3d prefixCampbell Barton
2019-02-18doxygen: add newline after \fileCampbell Barton
2019-02-06Cleanup: remove redundant doxygen \file argumentCampbell Barton
2019-02-05BKE_library: id_copy: More general usage of LIB_ID_COPY_LOCALIZE.Bastien Montagne
2019-02-05Cleanup: BKE_library: remove 'test' param of id_copy.Bastien Montagne
2019-02-01Cleanup: remove redundant, invalid info from headersCampbell Barton