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-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
2020-09-08fix flushClément Foucault
2020-09-08GPUState: Encapsulate glPixelStorei inside the GLStateManagerClément Foucault
2020-09-08GPUState: Encapsulate glFlush and glFinish inside the GLContextClément Foucault
2020-09-08Cleanup: doxygen syntax for idtype.cCampbell Barton
2020-09-08Cleanup: remove unused source fileCampbell Barton
2020-09-08Cleanup: tabs to spacesCampbell Barton
2020-09-08Cleanup: consistent syntax for doxygen parametersCampbell Barton
2020-09-08GPUQuery: GL Backend isolationClément Foucault
2020-09-08GPU: Select Pick: Remove last GL callClément Foucault
2020-09-08GPUFramebuffer: Make GPU_framebuffer_read_depth more flexibleClément Foucault
2020-09-07Decimate Modifier: Restore vertex group factor property in UIHans Goudey
2020-09-07UI: Add temperature unitsHans Goudey
2020-09-07UI: Changes to timeline playback popoverHans Goudey
2020-09-07Generate Xcode scheme files during configuration.Ankit
2020-09-07Tests: set build directory using build typeAnkit
2020-09-07Support ASan library on macOS for all generators.Ankit
2020-09-07Add a Self option to the Exact boolean modifier. Fixes T52425.Howard Trickey
2020-09-07Cleanup: GLBackend: Move buf_free and tex_free to GLContextClément Foucault
2020-09-07GPUCapabilities: Isolate GL memory statisticsClément Foucault
2020-09-07GPUCapabilities: Isolate GL_STEREO to GLContextClément Foucault
2020-09-07BLI: improve exception safety of VectorSetJacques Lucke
2020-09-07GPU: Rename gpu_extensions to gpu_capabilitiesClément Foucault
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-07GPencil: Fix view_selectedFalk David
2020-09-07Merge branch 'greasepencil-edit-curve' into soc-2020-greasepencil-curveFalk David
2020-09-07GPencil: Support view_selected in curve edit modeFalk David
2020-09-07GPencil: Fix compiler errors and warningsAntonio Vazquez
2020-09-07Merge branch 'master' into greasepencil-edit-curveAntonio Vazquez
2020-09-07Cleanup: tabs in CMake filesCampbell Barton