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-09-16Cleanup: spelling in commentsCampbell Barton
2022-09-16Cleanup: formatCampbell Barton
2022-09-15I18n: disambiguate and extract a few messagesDamien Picard
2022-09-15Cleanup: use doxy sections, remove outdated commentCampbell Barton
2022-09-15UV: rename "Pixel Snap Mode" to "Pixel Round Mode"Chris Blackbourn
2022-09-14Attributes: add color_srgb property to FloatColorAttributeValue and ByteColor...Aras Pranckevicius
2022-09-14Cleanup: Make formatHans Goudey
2022-09-14Sculpt: Separate hide status from face sets, use generic attributeHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-14Mesh: Fix quadratic cost for accessing normals with RNAHans Goudey
2022-09-14Curves/PointCloud: Avoid quadratic cost for retrieving positionsHans Goudey
2022-09-14Fix T100684: Correct descriptions in Python APIJoseph Micheli
2022-09-13EEVEE-Next: Cryptomatte render passes.Jeroen Bakker
2022-09-12When these features aren't used, there is no sense in storing theHans Goudey
2022-09-12UI: Cleanup/Fixes of some UI messages.Bastien Montagne
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-09Realtime Compositor: Implement scale nodeOmar Emara
2022-09-08Cleanup: Remove unused variable in RNA path functionJulian Eisel
2022-09-08IDManagement: Add new `BKE_id_owner_get` accessor.Bastien Montagne
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-07Cleanup: Remove some references to proxies in comments/log messages.Bastien Montagne
2022-09-07Cleanup: Tweak naming for recently added mesh accessorsHans Goudey
2022-09-07Cleanup: spelling in comments, correct doxy slashes, replace '/w'Campbell Barton
2022-09-07Fix building with MSVCCampbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-05GPU: remove 'GPU_SHADER_2D_IMAGE'Germano Cavalcante
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-05Fix T100820: Crash renaming modifier with visibility driverSergey Sharybin
2022-09-02DRWManager: New implementation.Clément Foucault
2022-09-02Fix: Wrong enum used in Mix Node for factor modeCharlie Jolly
2022-09-02Realtime Compositor: Implement dilate erode nodeOmar Emara
2022-09-01Node Editor: Visual tweaks to node linksLeon Schittek
2022-09-01Cleanup: Remove/replace View Layer macros.Monique Dewanchand
2022-08-31GPencil: Apply Brush Size to Outline thickness while drawingAntonio Vazquez
2022-08-31Mesh: Move material indices to a generic attributeHans Goudey
2022-08-31Cleanup: formatCampbell Barton
2022-08-31Node: Mix nodeCharlie Jolly
2022-08-30Attributes: Improve custom data initialization optionsHans Goudey
2022-08-29I18n: disambiguate and make a few more strings translatableDamien Picard
2022-08-29Add missing RNA text for the MeshUVLoop structDamien Picard
2022-08-29GPencil: New conversion to outline in draw modeAntonio Vazquez
2022-08-28Cleanup: replace NULL with nullptr for C++ filesCampbell Barton
2022-08-26Cleanup: use booleansCampbell Barton
2022-08-26makesrna: type check bool/int/float/enum get/set callbacksCampbell Barton
2022-08-26Cleanup: use matching function signatures for RNA callbacksCampbell Barton
2022-08-26Merge branch 'blender-v3.3-release'Campbell Barton