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-07-08Cleanup: make formatDalai Felinto
2022-07-08Cleanup: Move mesh legacy conversion to a separate fileHans Goudey
2022-06-03Cleanup: spelling in commentsCampbell Barton
2022-05-14Cleanup: Further use of const for retrieved custom data layersHans Goudey
2022-05-13Cleanup: Use const when retrieving custom data layersHans Goudey
2022-05-13Cleanup: spelling in comments, capitalize tagsCampbell Barton
2022-05-04Fix wrong task priority for particle distribution and tanget computationBrecht Van Lommel
2022-04-26Cleanup: use boolean arguments and return valuesCampbell Barton
2022-04-14Correct error in 405bff7fd8ed5df8d44a1362763fac7c00e2060bCampbell Barton
2022-04-14Fix T68290: Baked particles don't render in final frameCampbell Barton
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-31Cleanup: use our own conventions for tags in commentsCampbell Barton
2022-01-13Refactor: Move normals out of MVert, lazy calculationHans Goudey
2021-12-07Cleanup: replace int with bool typeCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-11-29Refactor BKE_bpath module.Bastien Montagne
2021-11-24Cleanup: `IDTypeInfo` new `asset_type_info` member.Bastien Montagne
2021-11-16Merge branch 'blender-v3.0-release'Sergey Sharybin
2021-11-16Fix crash on freeing hair systemSybren A. Stüvel
2021-10-29LibQuery: Add macro to help break looping when requested.Bastien Montagne
2021-10-26Cleanup: LibQuery: Rename `BKE_LIB_FOREACHID_PROCESS` to `BKE_LIB_FOREACHID_P...Bastien Montagne
2021-10-03Cleanup: spelling in commentsCampbell Barton
2021-08-24Fix T90715: Remove correct particle modifier through Python APIRobert Guetzkow
2021-08-19Cleanup: Blendwrite: Move code deciding if an ID should be written out of ID ...Bastien Montagne
2021-08-06Cleanup: use MEM_SAFE_FREE macroCampbell Barton
2021-07-19Cleanup: remove unused MTex.pmapto, pmaptoneg & definesCampbell Barton
2021-07-12Cleanup: improve naming and comments of scene frame/ctime functionsBrecht Van Lommel
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-23Cleanup: reformat trailing comments that caused line wrappingCampbell 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-05-21Fix particle ID init not creating particle deflect data.Bastien Montagne
2021-04-08Fix T81707: Spline IK Joints "Floating" above curveSebastian Parborg
2021-03-08Particles: change default name to "ParticleSystem"Philipp Oeser
2021-02-25Refactor: IDTypeInfo: Add `owner_get` to get owner of embedded IDs.Bastien Montagne
2021-02-06UI: Fix Typos in Comments and Docsluzpaz
2021-01-22LibOverride: Add an 'post apply' callback to IDTypeInfo.Bastien Montagne
2020-12-28Add operator to copy a modifier to all selected objectsErik Abrahamsson
2020-12-15Cleanup: reduce indirect DNA header inclusionCampbell Barton
2020-12-02Geometry Nodes: active modifier + geometry nodes editorHans Goudey
2020-11-09Cleanup: more renaming in the render/ module for consistencyBrecht Van Lommel
2020-11-06Refactor: move ParticleSystem .blend I/O to blenkernelJacques Lucke
2020-11-06Cleanup: use 'BKE_' prefix for initialization functionsCampbell Barton
2020-11-06Cleanup: use ELEM macro (>2 args)Campbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton