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-09Fix broken compilation after adding particles DNA defaults.Bastien Montagne
2020-10-08UI: Fix opacity of the popover arrow outlineYevgeny Makarov
2020-10-08Fix T80974 GPU: Wide Line emulation shader does not always worksClément Foucault
2020-10-08T81340: UBSan: load of value .. not valid for GPU enum typeAnkit Meel
2020-10-08Fix T81529: Can't move with constraint to a zero-size local axisGermano Cavalcante
2020-10-08Cleanup: Move transform_orientations functions to separate headerGermano Cavalcante
2020-10-08Cleanup: Simplify transform_orientation_matrix_getGermano Cavalcante
2020-10-08Cleanup: Simplify use of 'Snapping Gears'Germano Cavalcante
2020-10-08Refactor CustomData interpolation code.Bastien Montagne
2020-10-08Cleanup/refactor: move init of ParticleSettings to proper place.Bastien Montagne
2020-10-08Add DNA defaults for ParticleSettings.Bastien Montagne
2020-10-08DNA: cleanup endian switching when loading fileJacques Lucke
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