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-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
2020-09-08DrawManager: Move tests in namespaceJeroen Bakker
2020-09-08Cleanup: Refactor USD Exporter, make parameter constSybren A. Stüvel
2020-09-08Cleanup: USD export, refactor mesh instancingSybren A. Stüvel
2020-09-08Cleanup: Refactor `ED_object_parent_set`Sybren A. Stüvel
2020-09-08Fix T80238: Crash adding properties to material node-treesCampbell Barton
2020-09-08Docs: comment values for DispList.typeCampbell Barton
2020-09-08Cleanup: rename group to collection for internal instancing flagCampbell Barton
2020-09-08Cleanup: naming for library link enumCampbell Barton
2020-09-08Link/Append: support instancing object dataCampbell Barton
2020-09-08Refactor: move library linking arguments into a parameter structCampbell Barton
2020-09-08GPUContext: Move GPUContext to gpu::Context for more consistencyClément Foucault
2020-09-08GPU: Cleanup implementation castsClément Foucault
2020-09-08GPUTexture: Remove unused functions and avoid GPU_texture_opengl_bindcodeClément Foucault
2020-09-08Cleanup: DRW: Replace 0 by NULL in GPU_context_create callsClément Foucault
2020-09-08GPUImmediate: Make activation / deactivation implicitClément Foucault