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
2021-08-01Print function for new depsgraph nodes for debug.nodes-update-readonly-tagLukas Tönne
2021-08-01Add a read-only flag to indicate depsgraph update.Lukas Tönne
2021-08-01Cleanup: Sort node types alphabeticallyHans Goudey
2021-07-31Cleanup: Remove unecessary helper functionHans Goudey
2021-07-31Cleanup: Use const mesh argumentsHans Goudey
2021-07-31Cleanup: Remove unused includesHans Goudey
2021-07-31Cleanup: Voxel remesh function namingHans Goudey
2021-07-31LineArt: Fix(unreported): Child object respect collection visibility.YimingWu
2021-07-31Cleanup: Reorder functionsHans Goudey
2021-07-31LineArt: Material flag versioning correction.YimingWu
2021-07-31UI: Show a notification when saving preferencesPablo Vazquez
2021-07-30Cleanup: Simplify logic, follow style guide for integer typesHans Goudey
2021-07-30Fix build error in debug builds and uninitialized structsHans Goudey
2021-07-30Compositor: Buffer iterators testsManuel Castilla
2021-07-30Cleanup: unneeded default constructor definitionsManuel Castilla
2021-07-30Compositor: Fix wrong number of threads during constant foldingManuel Castilla
2021-07-30Assets: Rename "Mark Asset" operator to "Mark as Asset"Julian Eisel
2021-07-30UI: Move Mark/Clear asset out of ID Data in Outliner context menuJulian Eisel
2021-07-30Cleanup: Move remesh files to C++Hans Goudey
2021-07-30Assets: Disable File Browser only operators for asset browsingJulian Eisel
2021-07-30Fix incorrect poll function used for file path droppingJulian Eisel
2021-07-30Fix EGL version being printed on every startupBrecht Van Lommel
2021-07-30Cleanup: compiler warningsBrecht Van Lommel
2021-07-30Cleanup: clarify license and origin of voronoi and dithering codeBrecht Van Lommel
2021-07-30Cleanup: Refactor logic of file deletion poll callbackJulian Eisel
2021-07-30UI: Don't show Windows file association operator in search on other OSesJulian Eisel
2021-07-30Preferences: Move "Register File Association" to preferences levelJulian Eisel
2021-07-30Cleanup: remove disabled code from property lookupCampbell Barton
2021-07-30Cleanup: remove redundant ifdef checkCampbell Barton
2021-07-30Fix T90318: Dragging asset while Asset Browser is still loading crashesJulian Eisel
2021-07-30Cleanup: Remove unused file description storageJulian Eisel
2021-07-30Cleanup: headers, use 'pragma once', remove argument to '\file'Campbell Barton
2021-07-30Cleanup: missing leading '*' from comment blocksCampbell Barton
2021-07-30Cleanup: workaround for unstable formatting in clang-formatCampbell Barton
2021-07-30Fix: script.reload() operator reloads current app templateFlix
2021-07-30Update REAME.md fileJames Monteath
2021-07-30Kernel: include header file in BKE_appdir.h defining size_tSybren A. Stüvel
2021-07-30Cleanup: limit scope of temporary variablesCampbell Barton
2021-07-30Cleanup: clang-format (re-run after v12 version bump)Campbell Barton
2021-07-30Cleanup: spelling in commentsCampbell Barton
2021-07-30PyAPI: defer freeing existing properties on registrationCampbell Barton
2021-07-30PyAPI: include the property name & type in registration errorsCampbell Barton
2021-07-30Cleanup: use pyrna_enum_value_parse_string parser for enum argsCampbell Barton
2021-07-30Cleanup: bpy.props variable namesCampbell Barton
2021-07-30PyAPI: support accessing the original value for RNA enum parsingCampbell Barton
2021-07-30Cleanup: replace macros with converter callbacks for bpy.propsCampbell Barton
2021-07-29GPencil: Fix unreported problems painting after import SVGAntonio Vazquez
2021-07-29Fix T89213: Some modifier properties have wrong subtypeGermano Cavalcante
2021-07-29GHOST/X11: enable EGLChristian Rauch
2021-07-29Fix T89976: Mirror Keys By Value performs wrong scale conversionSybren A. Stüvel