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-19Merge branch 'master' into fcurve-modifier-panelsHans Goudey
2020-10-18Fluid: Fix for issues with external forcesSebastián Barschkis
2020-10-18Avoid Assert in BKE_mesh_calc_loop_tangent_exPhilipp Oeser
2020-10-18Cleanup: Declare variables where initialized in context.cHans Goudey
2020-10-16Fix T54526: Data Transfer modifier's Max Distance field working strangely.Bastien Montagne
2020-10-15Fix T81580: No doversion for Emission StrengthDalai Felinto
2020-10-15Fix T81743: Changed behaviour in RGB Curves node interpolationSybren A. Stüvel
2020-10-15Sculpt: Use mpoly flags to sync Face Sets visibilityPablo Dobarro
2020-10-15Fix Multires edge adjacency info returning wrong vertex indicesPablo Dobarro
2020-10-15Sculpt: Use cursor depth in trimming gesturesPablo Dobarro
2020-10-15Improve Voxel Remesher volume projection artifacts on sharp edgesLeha
2020-10-15Cleanup: remove duplicate context variable (__py_context)Campbell Barton
2020-10-15Fix T80768: Subdivision Surface modifier uses viewport subdivision settings w...Janusch Patas
2020-10-14Fluid: Add phystype to fluid particle settingsSebastián Barschkis
2020-10-14Fix compile error in lite build after recent commitHans Goudey
2020-10-14Cleanup: Use DNA defaults for fluid modifierHans Goudey
2020-10-14Cleanup: commented includesCampbell Barton
2020-10-14Fix T81511: Loop-cut overlay doesn't follow deformed cageCampbell Barton
2020-10-14Cleanup: spellingCampbell Barton
2020-10-13Sculpt: Use plasticity for softbody influencePablo Dobarro
2020-10-13Fix (unreported) liboverride of an object hiding its dependencies.Bastien Montagne
2020-10-13Cleanup: use BKE_fcurve_ prefix for keyframing bezier functionsCampbell Barton
2020-10-12Cleanup: remove duplicate codeJacques Lucke
2020-10-12Animation: fix assertion failure on unsetting active keyframeSybren A. Stüvel
2020-10-12Animation: enforce that the active keyframe is always selectedSybren A. Stüvel
2020-10-11Cleanup: make formatAaron Carlisle
2020-10-10Cleanup: use C comments for descriptive textCampbell Barton
2020-10-10Fix T81545: Moving nested collections changes view layer flagsHans Goudey
2020-10-09Cleanup: Use LISTBASE_FOREACH macroHans Goudey
2020-10-09Fix T81573: Users refcount not incremented when creating a proxy.Bastien Montagne
2020-10-09BKE: improve calculating edgesJacques Lucke
2020-10-09BKE: parallelize BKE_mesh_calc_edgesJacques Lucke
2020-10-09CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-09Revert "CleanUp: Introduce `eMeshBatchDirtyMode` enum"Jeroen Bakker
2020-10-09Cleanup: spellingCampbell Barton
2020-10-08Refactor CustomData interpolation code.Bastien Montagne
2020-10-08Cleanup/refactor: move init of ParticleSettings to proper place.Bastien Montagne
2020-10-08Cleanup/refactor: move init of MovieClip to proper place.Bastien Montagne
2020-10-08Cleanup/Refactor: Shapekey: Get rid of `BKE_key_copy_nolib()`Bastien Montagne
2020-10-08Cleanup/refactor: move init of Collection to proper place.Bastien Montagne
2020-10-08Cleanup/refactor: move default init of armature to proper place.Bastien Montagne
2020-10-08Cleanup/refactor: `BKE_libblock_alloc` -> `BKE_id_new` in ID creation code.Bastien Montagne
2020-10-08Cleanup: Remove `BKE_mask_copy_nolib()` and `BKE_mask_free()`.Bastien Montagne
2020-10-08Cleanup: use doxy sections for fmodifier.cCampbell Barton
2020-10-08Merge branch 'master' into fcurve-modifier-panelsHans Goudey
2020-10-07Cleanup: inconsistent parameter nameJacques Lucke
2020-10-07Refactor: remove `BKE_<id_type>_copy` functions.Bastien Montagne
2020-10-07Refactor `BKE_id_copy` to return the new ID pointer.Bastien Montagne
2020-10-07Refactor `BKE_id_copy_ex` to return the new ID pointer.Bastien Montagne
2020-10-07Python API: add volume.grids.save(filepath) to save grids and metadata to diskBrecht Van Lommel