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
path: root/source
AgeCommit message (Expand)Author
2020-09-09Fix for failing constraints testPhilipp Oeser
2020-09-09Fluid: Fix for GSoC display controls projectSebastián Barschkis
2020-09-09UI: Fix Icon drawing on MacOSClément Foucault
2020-09-09Cleanup: Remove warning re: const qualifier discardedDalai Felinto
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-09Fix T80590: Popups clipped by status-bar and top-barJulian Eisel
2020-09-09Geometry: add Attributes panel for PointCloud and HairBrecht Van Lommel
2020-09-09Geometry: use generic attributes for Hair and Point CloudsBrecht Van Lommel
2020-09-09Geometry: add .attributes in the Python API for Mesh, Hair and Point CloudBrecht Van Lommel
2020-09-09Fix T76346: Moving objects in outliner doesn't update local collectionsDalai Felinto
2020-09-09Cleanup: reduce variable scopesJacques Lucke
2020-09-09Fix T79038: Blender freezes on vertex paint on linked mesh dataJeroen Bakker
2020-09-09Add nullptr checks in the depsgraph physics relation builderSebastian Parborg
2020-09-09Fix uvsculpt null pointer reference in paint.cSebastian Parborg
2020-09-09Fix material null pointer reference in buttons_context.cSebastian Parborg
2020-09-09Cleanup: reduce variable scopeJacques Lucke
2020-09-09Cleanup: Rename public "bUnit" functionsHans Goudey
2020-09-09Fix T80464: Crash deleting bone constraints when the armature layer isPhilipp Oeser
2020-09-09Refactor getting constraintsPhilipp Oeser
2020-09-09UI: improve search results by using fuzzy and prefix matchingJacques Lucke
2020-09-09BLI: new string search api that supports fuzzy and prefix matchingJacques Lucke
2020-09-09Fix T80626: Crash adding custom-data layers after reloading the fileCampbell Barton
2020-09-09Fix T80613: Assert in UI_but_number_precision_setJulian Eisel
2020-09-09Fix T80596: Convert to Curve from Mesh crashes BlenderSebastian Parborg
2020-09-09Cleanup: use bool instead of intJacques Lucke
2020-09-09Cleanup: use bool instead of intJacques Lucke
2020-09-09Cleanup: use bool instead of intJacques Lucke
2020-09-09Fix "Select" option being ignored when linking collection instancesCampbell Barton
2020-09-09Cleanup: spellingCampbell Barton
2020-09-09Fix T80604: BLI_polyfill_calc exceeds stack size allocating pointsCampbell Barton
2020-09-09UI: Rename "VCol" to "Vertex Colors"Aaron Carlisle
2020-09-09Cleanup: GPU: Replace multiple checks by GLContext::debug_layer_supportClément Foucault
2020-09-08Cleanup: Use bool instead of intHans Goudey
2020-09-08Revert "BKE: Fix compiling with clang-tidy and readability-non-const-parameter"Clément Foucault
2020-09-08GLSamplers: Add debug object labelClément Foucault
2020-09-08Fix T79538 Grease Pencil: Fill texture doesn't tile anymoreClément Foucault
2020-09-08BKE: Fix compiling with clang-tidy and readability-non-const-parameterClément Foucault
2020-09-08UI: Tooltip grammar fixAaron Carlisle
2020-09-08Hide tools with missing icons under experimentalPablo Dobarro
2020-09-08Cleanup: reduce variable scopes in node_draw.cJacques Lucke
2020-09-08Alembic Export: support instanced object dataSybren A. Stüvel
2020-09-08UI: Aesthetic tweaks to Select All by Type operatorPablo Vazquez
2020-09-08Cleanup: Alembic export, split `ABCHierarchyIterator::get_alembic_parent()`Sybren A. Stüvel
2020-09-08Cleanup: Alembic export, split function into twoSybren A. Stüvel
2020-09-08GLBackend: Fix gl error inside the mip rendering workaround detectionClément
2020-09-08GLContext: Fix clang warning about using overrideClément
2020-09-08GLFrameBuffer: Fix mass renaming issueClément
2020-09-08Cleanup: reduce variable scopes in drawnode.cJacques Lucke
2020-09-08GPU: Extract GPU Base Test caseJeroen Bakker
2020-09-08DrawManager: Fixed memory leak in test casesJeroen Bakker