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-01-20Fix T93520: wrong subframe motion blur with rigid body physicsBrecht Van Lommel
2021-12-28Fix loss of cloth disk cache on reload in library overrides.Alexander Gavrilov
2021-12-16Remove G.relbase_validCampbell Barton
2021-12-15Cleanup: remove disabled codeCampbell Barton
2021-12-07Cleanup: remove BKE_ptcache_removeCampbell Barton
2021-12-07Cleanup: move public doc-strings into headers for 'blenkernel'Campbell Barton
2021-08-05Cleanup: remove redundant parenthesisCampbell Barton
2021-08-03Cleanup: Replace int with bool for pointcache functionJulian Eisel
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-24Cleanup: comment blocks, trailing space in commentsCampbell Barton
2021-04-30Cleanup: avoid ambiguous parenthesisCampbell Barton
2021-01-05Fix: tried to set error message on modifier that does not existJacques Lucke
2021-01-04Fix T83876: blender crashes when baking particles + smoke simJacques Lucke
2020-12-02Geometry Nodes: initial scattering and geometry nodesJacques Lucke
2020-11-20Merge branch 'blender-v2.91-release'Jeroen Bakker
2020-11-19Fix T82769: remove thread local data from PTCacheMemJacques Lucke
2020-11-16Fix broken pointcache on disk in some cases.Bastien Montagne
2020-11-16Fix (unreported) potential buffer overflow in PointCache code.Bastien Montagne
2020-11-06Refactor: move PointCache .blend I/O to blenkernelJacques Lucke
2020-11-06Cleanup: use ELEM macroCampbell Barton
2020-11-06Cleanup: follow our code style for float literalsCampbell Barton
2020-10-26Modifiers: include the object & modifier when logging errorsCampbell Barton
2020-10-19Spelling: Then Versus ThanHarley Acheson
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-09-23Cleanup: remove dead code in point cache and openvdb wrapperJacques Lucke
2020-09-23Cleanup: remove last uses of WITH_SMOKEJacques Lucke
2020-09-23Cleanup: remove smoke code from pointcacheJacques Lucke
2020-09-21Fix T59272: dead particles not included in render, but visible in viewportJacques Lucke
2020-09-19Cleanup: consistent TODO/FIXME formatting for namesCampbell Barton
2020-09-09Fix T80596: Convert to Curve from Mesh crashes BlenderSebastian Parborg
2020-08-18Cleanup: remove bmain argument from BKE_scene_graph_update_for_newframeJacques Lucke
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-30Add compound shape for rigid body simulationDavid Vogel
2020-07-22Particles: give emitter its own stateJacques Lucke
2020-07-15Particles: use CD_PROP_FLOAT3 instead of CD_LOCATIONJacques Lucke
2020-07-13Clang Tidy: enable readability-non-const-parameter warningJacques Lucke
2020-07-09Particles: Create a simulation state for every Particle Simulation nodeJacques Lucke
2020-07-07Cleanup: spellingCampbell Barton
2020-07-03Cleanup: Fluid renaming from old 'manta' naming to new 'fluid' namingSebastián Barschkis
2020-06-30Pointcache: store owner_id instead of object in PTCacheIDJacques Lucke
2020-06-24Fluid: Improved OpenVDB support for fluid cachesSebastián Barschkis
2020-06-23Cleanup: rename Library.filepath to filepath_absCampbell Barton
2020-06-12Cloth: implement support for a hydrostatic pressure gradient.Alexander Gavrilov
2020-06-09Cleanup: extract function for common function call sequenceJacques Lucke
2020-06-08Simulations: initial simulation state and cacheJacques Lucke
2020-05-08Fix T76498: Refactoring - Rename BKE modifiers funtionsAntonio Vazquez
2020-04-07Cleanup: BLI_path.h function renamingCampbell Barton