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
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-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-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-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: Make loop normal calculation function staticHans Goudey
2022-11-12Cleanup: Decrease variable scope in mesh loop normal calculationHans Goudey
2022-11-12Cleanup: Use spans for loop normal calculation input dataHans Goudey
2022-11-12Cleanup: Remove unnecessary struct keywordsHans Goudey
2022-11-12Cleanup: Rename curves sculpt selection variableHans Goudey
2022-11-11Merge branch 'blender-v3.4-release'Ray Molenkamp
2022-11-11tests: Disable lattice_deform_performance testRay Molenkamp
2022-11-11Add poll messages for marker operatorsColin Basnett
2022-11-11Cleanup: Fixing anti-patterns in fcurve.cColin Basnett
2022-11-11Merge branch 'blender-v3.4-release'Hans Goudey
2022-11-11Fix: Failing instance visibility test after recent commitHans Goudey
2022-11-11Merge branch 'blender-v3.4-release'Brecht Van Lommel
2022-11-11Fix T96481: make color picker RGB display consistentHallam Roberts
2022-11-11Merge branch 'blender-v3.4-release'Hans Goudey
2022-11-11Fix T102404: Behavior change in CustomData APIHans Goudey
2022-11-11Fix T100706: Object instances with different geometry type invisibleHans Goudey
2022-11-11Cleanup: Improve curves sculpt code section namesHans Goudey
2022-11-11Fix T101270: Object Info > Random not unique for nested instances and curvesBrecht Van Lommel
2022-11-11Merge branch 'blender-v3.4-release'Philipp Oeser
2022-11-11Fix: Curves sculptmode: paintcurve stroke points cannot be transformedPhilipp Oeser
2022-11-11Merge branch 'blender-v3.4-release'Jacques Lucke
2022-11-11Fix T102386: crash when trying to link sockets from different node treesJacques Lucke
2022-11-11Merge branch 'blender-v3.4-release'Jacques Lucke