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-10-21Modifiers: rename Simulation to Nodes modifierJacques Lucke
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
2020-04-03Code Quality: Replace for loops with LISTBASE_FOREACHDalai Felinto
2020-04-03Cleanup: split `BKE_anim.h` and `anim.c` into smaller piecesSybren A. Stüvel
2020-03-19Cleanup: `make format` after SortedIncludes changeDalai Felinto
2020-03-18Cleanup: 64 bit file IO on windows.Ray Molenkamp
2020-03-11Cleanup: spellingCampbell Barton
2020-02-10Cleanup/refactor: Rename `BKE_library` files to `BKE_lib`.Bastien Montagne
2019-12-16Mantaflow [Part 6]: Updates in /blender/sourceSebastián Barschkis
2019-09-09UI: Format Memory Strings in BinaryHarley Acheson
2019-08-30Cleanup: spellingCampbell Barton
2019-08-26Fix T69156: Blender crash when baking rigid body world.Bastien Montagne
2019-08-14Cleanup: move trailing comments to avoid wrapping codeCampbell Barton
2019-08-13Fix T66373: Strange translation text behaviour.Bastien Montagne
2019-08-02Cleanup: correct name for scene frame conversionCampbell Barton
2019-07-31Spelling fixes in comments and descriptions, patch by luzpazBrecht Van Lommel
2019-07-16Fix T66999: Blender creates new cache for particles with step 10 instead 1Sebastian Parborg
2019-06-12Cleanup: spelling in commentsCampbell Barton
2019-06-11Fix/Cleanup: I18N: Bad usage of IFACE_ instead of TIP_.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: format '#if 0' code in source/Campbell Barton
2019-04-17ClangFormat: apply to source, most of internCampbell Barton
2019-03-11Fix T61906: crash rendering softbody with Cycles and timeline visible.Brecht Van Lommel