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-05-31Add C++ mockupcleanup-id-override-constHans Goudey
2022-05-31Merge branch 'master' into cleanup-id-override-constHans Goudey
2022-05-31Attributes: Hide internal UI attributes and disallow procedural accessHans Goudey
2022-05-31Merge branch 'blender-v3.2-release'Julian Eisel
2022-05-31Fix wrong asset dropped when dragging from loc. of just cleared assetJulian Eisel
2022-05-31Fix T95394: Crash when dragging from location of just cleared assetJulian Eisel
2022-05-31Merge remote-tracking branch 'origin/blender-v3.2-release'Kévin Dietrich
2022-05-31Fix T97086: corrupted UVs with GPU subdivisionKévin Dietrich
2022-05-31Cleanup: tabs to spaces for CMake files & sort file-listsCampbell Barton
2022-05-31Do not provide python libraries for linking if building python moduleCampbell Barton
2022-05-31Merge branch 'blender-v3.2-release'Hans Goudey
2022-05-31Fix T98403: Crash applying modifiers on non-mesh objectsHans Goudey
2022-05-31OBJ: Enable undo for experimental OBJ importerIyad Ahmed
2022-05-31Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-31Merge branch 'blender-v3.2-release'Jeroen Bakker
2022-05-31UI: Correct sculpt tooltipsJulien Kaspar
2022-05-31Cleanup: remove UV handling from OBJECT_OT_modifier_convertCampbell Barton
2022-05-31Cleanup: rename ED_object_modifier_convert to make it's use clearerCampbell Barton
2022-05-31RNA: add macros for EnumPropertyItem layout elementsCampbell Barton
2022-05-31PyDoc: replace in-lined enum references with links where possibleCampbell Barton
2022-05-31PyDoc: de-duplicate enums for rna_rna.c & bpy_props.cCampbell Barton
2022-05-31PyDoc: document static enums from RNA_enum_items.hCampbell Barton
2022-05-31PyAPI: add _bpy.rna_enum_items_static() for accessing internal enum dataCampbell Barton
2022-05-31RNA: avoid non-standard enum item (enum section using single space)Campbell Barton
2022-05-30Cleanup: Remove outdated commentHans Goudey
2022-05-30Fix T96157: Make size of Frame Node label independent from Line WidthDominik Fill
2022-05-30Fix T96157: Make size of Frame Node label independent from Line WidthDominik Fill
2022-05-30Cleanup: Move attribute.c to C++Hans Goudey
2022-05-30Cleanup: Clang tidyHans Goudey
2022-05-30LibOverride: Add full support for camera's background images.Bastien Montagne
2022-05-30Cleanup: Move attribute domain count out of enumHans Goudey
2022-05-30Fix (unreported) missing rna_path function for BackgroundImage struct.Bastien Montagne
2022-05-30Cleanup: report errors instead of asserting in case of missing local data on ...Bastien Montagne
2022-05-30Fix polling function for background image removal not checking linked ID.Bastien Montagne
2022-05-30Fix (unreported) wrong ID usercount handling in background images removal.Bastien Montagne
2022-05-30Merge remote-tracking branch 'origin/blender-v3.2-release'Dalai Felinto
2022-05-30Fix T98253: Gpencil Lineart crashes when undoing creation of linked copyAntonio Vazquez
2022-05-30Cleanup: use class instead of structJacques Lucke
2022-05-30Fix T98444: Image.save_render not using scene output file typeBrecht Van Lommel
2022-05-30Cleanup: make formatDalai Felinto
2022-05-30Cleanup: make formatDalai Felinto
2022-05-30Fix T98446: Spreadsheets filter not working on Name columnDalai Felinto
2022-05-30Fix building: stub for OpenSubdivDalai Felinto
2022-05-30Merge branch 'blender-v3.2-release'Antonio Vazquez
2022-05-30Fix T98488: GPencil weightpaint not visible if first point is no weightAntonio Vazquez
2022-05-30Nodes: add separately allocated runtime data for nodes and socketsJacques Lucke
2022-05-30Fix T98461: Crash running screenshot from the command-lineJulian Eisel
2022-05-30Fix T98445: Knife Tool always cuts throughPratik Borhade
2022-05-30Fix building without opensubdivCampbell Barton
2022-05-30Merge branch 'blender-v3.2-release'Brecht Van Lommel