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-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-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-11Merge branch 'blender-v3.4-release'Ray Molenkamp
2022-11-11tests: Disable lattice_deform_performance testRay Molenkamp
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'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-11Fix T101270: Object Info > Random not unique for nested instances and curvesBrecht Van Lommel
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-11Cleanup: Use string argument for attribute API functionHans Goudey
2022-11-10Sculpt: Fix T102209: Multiresolution levels greater than 6 crashesJoseph Eagar
2022-11-10Sculpt: Fix T102209: Multiresolution levels greater than 6 crashesJoseph Eagar
2022-11-10Sculpt: Fix T102379: Crash in dyntopoJoseph Eagar
2022-11-10Fix const-correctness for a number of F-Curve functionsColin Basnett
2022-11-10Cleanup: Move sculpt.c to C++Hans Goudey
2022-11-10Merge branch 'blender-v3.4-release'Campbell Barton
2022-11-10Cleanup: spelling in commentsCampbell Barton
2022-11-10Fix uninitialized variable use in asset metadata testJulian Eisel
2022-11-10Fix failure in recently added asset library testsJulian Eisel
2022-11-10Fix incorrect forward declarations, causing warnings on WindowsJulian Eisel
2022-11-09Merge branch 'blender-v3.4-release'Brecht Van Lommel
2022-11-09Fix T100883: crash with particle instancing and clumpingBrecht Van Lommel
2022-11-09Merge branch 'blender-v3.4-release'Brecht Van Lommel
2022-11-09Cleanup: Link to documentation page for asset representation typeJulian Eisel
2022-11-09Cleanup: Remove unused class variable, added in previous commitJulian Eisel
2022-11-09Asset System: New core type to represent assets (`AssetRepresenation`)Julian Eisel
2022-11-09Cleanup: Miscellaneous cleanups to trim curves nodeHans Goudey
2022-11-09Fix T102214: inconsistenty between bake and render with invalid material indexBrecht Van Lommel
2022-11-09Merge branch 'blender-v3.4-release'Hans Goudey
2022-11-09Geometry Nodes: Trim curve node selection input and correctionsMattias Fredriksson
2022-11-09Cancel Equalize Handles & Snap Keys when no control points are selectedColin Basnett
2022-11-09Cleanup: fix types from f04f9cc3d021Chris Blackbourn
2022-11-09Cleanup: add unique_index_table to UvElementMapChris Blackbourn
2022-11-08Merge branch 'blender-v3.4-release'Hans Goudey
2022-11-08Geometry Nodes: Add preferred domain to many field inputsHans Goudey
2022-11-08Merge branch 'blender-v3.4-release'Jacques Lucke
2022-11-08Fix: improve CD_ASSIGN handling when adding custom data layerJacques Lucke
2022-11-08BLI: new basic CacheMutexJacques Lucke