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-09-07GPUTexture: Bump GPU_TEX_MAX_FBO_ATTACHEDClément Foucault
2020-09-07EEVEE: Try to allocate the lightcache and use fallback if failureClément Foucault
2020-09-07GPUExtensions: GL backend isolationClément Foucault
2020-09-07GPUPlatform: GL backend isolationClément Foucault
2020-09-07Audaspace: port changes from upstream.Joerg Mueller
2020-09-07Cleanup: Clang Tidy, readability-inconsistent-declaration-parameter-nameSybren A. Stüvel
2020-09-07Cleanup: Refactor object.parent_set operatorSybren A. Stüvel
2020-09-07Sculpt: Sculpt Trimming gestures toolsPablo Dobarro
2020-09-07Fix T79914: Grab active vertex using wrong coordinatesPablo Dobarro
2020-09-07Fix Boundary Brush not working with partially hidden meshesPablo Dobarro
2020-09-07Fix T78225: Vertex Colors not showing in edit modePablo Dobarro
2020-09-07Fix T77763: Wrong highlight of active grab vertexSergey Sharybin
2020-09-07Multires: Fix memory leak when multires is at level 0Sergey Sharybin
2020-09-07Fix T80561: Crash when multi-mesh editing UVs with proportional editingJulian Eisel
2020-09-07BLI: add comparison operators for StringRefJacques Lucke
2020-09-07Cleanup: include missing header files in CMakeCampbell Barton
2020-09-07Cleanup: change Python version checks to include newer versionsCampbell Barton
2020-09-07datatoc_icon: remove Python 2.x supportCampbell Barton
2020-09-07Cleanup: Fix clang-tidy warning in the new boolean codeSebastian Parborg
2020-09-07GPU: Fix clang tidy warningsClément Foucault
2020-09-07Cleanup: GPUVertBuf: Replace TRUST_NO_ONE by BLI_asserts and ifdef DEBUGClément Foucault
2020-09-07GPUVertBuf: GL Backend IsolationClément Foucault
2020-09-07GPUVertBuf: Rename GPUVertBuf to VertBuf and add some gettersClément Foucault
2020-09-07Docs: add note on updating startup defaults to dna_defaultsCampbell Barton
2020-09-07Fix T80531: Dope Sheet Shape Key Editor search/filter not workingPhilipp Oeser
2020-09-07Cleanup: update comment after Clang-Tidy bugprone-incorrect-roundings fixesSybren A. Stüvel
2020-09-07Fix mistake in Clang-Tidy bugprone-incorrect-roundings fixSybren A. Stüvel
2020-09-07EEVEE: Shaders testsJeroen Bakker
2020-09-07Cleanup: spellingCampbell Barton
2020-09-07Cleanup: OBJECT_OT_collection_instance_addCampbell Barton
2020-09-07Cleanup: use doxy comments in object.cCampbell Barton
2020-09-07Cleanup: remove redundant scene argument in BKE_object_addCampbell Barton
2020-09-07Fix OBJECT_OT_data_instance_add creating empty data-blocksCampbell Barton
2020-09-06Cleanup: GPUVertBuf: Replace GPU_vertbuf_create by GPU_vertbuf_callocClément Foucault
2020-09-06GLTexture: Fix crash with --debug-gpu on windows + nvidiaClément Foucault
2020-09-06GPUVertBuf: Make GPUVertBuf private to the GPU moduleClément Foucault
2020-09-06Cleanup: GLBackend: Fix missing override keywords producing warningsClément Foucault
2020-09-06GPUIndexBuf: GL backend IsolationClément Foucault
2020-09-06Cleanup: GPU: Rename GPU_element to GPU_index_bufferClément Foucault
2020-09-06Viewport: support dropping object-data to create instancesCampbell Barton
2020-09-05Fix T75827, boolean of non-manifold objects leaves stray edges.Howard Trickey
2020-09-05GLState: Use unsigned long long instead of unsigned long for shiftsClément Foucault
2020-09-05Cleanup: clang-formatCampbell Barton
2020-09-05Cleanup: spellingCampbell Barton
2020-09-05Fix T67265: Status bar is overlapped by workspace layoutJulian Eisel
2020-09-05Cleanup: Add const to BKE screen functionJulian Eisel
2020-09-05GLState: Fix compilation warning on MSVCClément Foucault
2020-09-05GLTexture: Fix undefined behavior when binding textures the first timeClément Foucault
2020-09-05GLDebug: Trim NVidia debug outputClément Foucault
2020-09-05GLTexture: Add Feedback loop checkClément Foucault