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-08Revert "BGL: Workaround broken bgl usage caused by GPU refactor"Clément Foucault
2020-10-08UI: Add icons for new sculpt trim toolsRahul Chaudhary
2020-10-08Cleanup/refactor: move init of MovieClip to proper place.Bastien Montagne
2020-10-08Add DNA defaults for MovieClip.Bastien Montagne
2020-10-08UI: Add icons for new face set toolsRahul Chaudhary
2020-10-08BGL: Workaround broken bgl usage caused by GPU refactorClément Foucault
2020-10-08Cleanup/Refactor: Shapekey: Get rid of `BKE_key_copy_nolib()`Bastien Montagne
2020-10-08CMake/macOS: Avoid passing compiler flags to try_compile.Ankit Meel
2020-10-08Fix T79615: UI: icons and widget emboss look different from earlier versionsPablo Vazquez
2020-10-08Cleanup/refactor: move init of Collection to proper place.Bastien Montagne
2020-10-08Add DNA defaults for Collection.Bastien Montagne
2020-10-08Hair: Remove warning about undo when Delete EditDalai Felinto
2020-10-08Cleanup/refactor: move default init of armature to proper place.Bastien Montagne
2020-10-08Armature: Add minimal DNA defaults for bArmature.Bastien Montagne
2020-10-08Cleanup: remove unnecessary includesAndreas Bergmeier
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-08Fluid: Fix particle helper grid exportSebastián Barschkis
2020-10-08Cleanup: use '_' prefix for internal bpy.ops variablesCampbell Barton
2020-10-08PyAPI: use real modules for bpy.opsCampbell Barton
2020-10-08PyDoc: fix most of the sphinx-build warningsAaron Carlisle
2020-10-08Cycles: fix UpdateTimeStats::clear() not resetting total times to zeroKévin Dietrich
2020-10-08PyDoc: support building without sphinx_rtd_themeCampbell Barton
2020-10-08UI: Fix alignment in object type visibility popoverHans Goudey
2020-10-08Fix recent update to sphinx_doc_gen.shCampbell Barton
2020-10-08Cleanup: use doxy sections for fmodifier.cCampbell Barton
2020-10-08Fix sculpt raycast function returning wrong valuePablo Dobarro
2020-10-08PyDoc: Use explicit class names to refence classAaron Carlisle
2020-10-08PyDoc: Render in text class name using class link syntaxAaron Carlisle
2020-10-07PyDoc: Fix typo in extern audaspace documentationAaron Carlisle
2020-10-07PyDoc: Fix sphinx warnign from missing newlineAaron Carlisle
2020-10-07Cleanup: Remove redundant if-conditionGermano Cavalcante
2020-10-07Fix T81480: Input 0 to scale in redo panel resets to 1Germano Cavalcante
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-07Volumes: new Volume Displace modifierJacques Lucke
2020-10-07UI: Fix Incorrect Workspace Tab SizingHarley Acheson
2020-10-07Fix T81171: Show Alerts at Center in StatusbarHarley Acheson
2020-10-07Fix T81254: Incorrect calculation of EEVEE Transmittance VolumetricsJeroen Bakker
2020-10-07UV/Image Editor: Overlay PopoverJeroen Bakker
2020-10-07Python API: add volume.grids.save(filepath) to save grids and metadata to diskBrecht Van Lommel
2020-10-07Fix T81490: GPencil merge layer duplicated all strokesAntonio Vazquez
2020-10-07PyDoc: Multithread sphinx-buildAaron Carlisle
2020-10-07PyDoc: Remove workaround for slow sphinx buildsAaron Carlisle
2020-10-07CleanUp: DrawManager Balanced alloc/free of surface_per_mat cacheJeroen Bakker
2020-10-07CleanUp: Introduce `eMeshBatchDirtyMode` enumJeroen Bakker
2020-10-07Fix / cleanup panel category tab drawingYevgeny Makarov
2020-10-07Fix T76595: Indicate the Active Keyframe in Graph EditorHans Goudey