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
2022-11-13Cleanup: Disable mesh normal debug time printingHEADmasterHans Goudey
2022-11-13Cleanup: Move lineart_cpu.c to C++Hans Goudey
2022-11-13UV: fix compile on windowsChris Blackbourn
2022-11-13Fix T95335 Bevel operator Loop Slide overshoot.Howard Trickey
2022-11-13Merge branch 'blender-v3.4-release'Pratik Borhade
2022-11-13Fix T102187: Add knife tool in mesh panelblender-v3.4-releasePratik Borhade
2022-11-13DRW: Manager: Fix `ClearMulti` breaking compilation on MacClément Foucault
2022-11-13BLI: Fix `ListBaseWrapper::get` wrong return typeClément Foucault
2022-11-13DRW: Manager: Add `bind_texture` command for vertex bufferClément Foucault
2022-11-13DRW: Manager: Add `ClearMulti` commandClément Foucault
2022-11-13DRW: Manager: Finish / change implementation of `framebuffer_set` commandClément Foucault
2022-11-13DRW: Wrappers: Allow taking reference of the framebuffer objectClément Foucault
2022-11-13DRW: Wrappers: Allow trivial types inside `draw::SwapChain`Clément Foucault
2022-11-13DRW: Wrappers: Avoid default vector length of 0 if sizeof(T) is largeClément Foucault
2022-11-13Cleanup: fix compiler error/warningsJacques Lucke
2022-11-13UV: implement copy and paste for uvChris Blackbourn
2022-11-12Merge remote-tracking branch 'origin/blender-v3.4-release'Ray Molenkamp
2022-11-12Fix: OpenSubdiv reporting version 0.0.0 in system_info.txtRay Molenkamp
2022-11-12Cleanup: Move cloth.c to C++Hans Goudey
2022-11-12BLI: improve CPPType systemJacques Lucke
2022-11-12Merge branch 'blender-v3.4-release'Philipp Oeser
2022-11-12Fix: Curves sculptmode: deduplicate checks for being in modePhilipp Oeser
2022-11-12BLI: use templates for disjoint set data structureIliya Katueshenock
2022-11-12Merge branch 'blender-v3.4-release'Jacques Lucke
2022-11-12Fix: missing tooltip for color socketsIliya Katueshenock
2022-11-12Cleanup: remove unused variableIliya Katueshenock
2022-11-12Merge branch 'blender-v3.4-release'Jacques Lucke
2022-11-12Fix: geometry nodes viewer shows black with dangling reroute inputIliya Katueshenock
2022-11-12Cleanup: make GArray declarations more explicitIliya Katueshenock
2022-11-12Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-12Cleanup: add a system reference to the wayland windowCampbell Barton
2022-11-12Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-12Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-12Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-12Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-12Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-12Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-12Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-12Fix window title not redrawing with Wayland/libdecorCampbell Barton
2022-11-12GHOST/Wayland: skip resizing the EGL surface unnecessarilyCampbell Barton
2022-11-12Cleanup: Simplify handling of loop to poly map in normal calculationHans Goudey
2022-11-12Cleanup: Use simpler timers for mesh normals debug timingHans Goudey
2022-11-12Cleanup: move title into GWL_WindowCampbell Barton
2022-11-12Cleanup: move Wayland window state utilities into lower level functionsCampbell Barton
2022-11-12Fix non-interactive window borders after changes to event handlingCampbell Barton
2022-11-12Cleanup: Make loop normal calculation function staticHans Goudey
2022-11-12Cleanup: use snake-case for WAYLAND utility functionsCampbell Barton
2022-11-12GHOST/Wayland: replace roundtrip with dispatch_pendingCampbell Barton
2022-11-12Cleanup: Decrease variable scope in mesh loop normal calculationHans Goudey
2022-11-12Cleanup: Use spans for loop normal calculation input dataHans Goudey