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-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-09Subdiv: Avoid quadratic runtime for loose edgesHans Goudey
2022-09-09Cleanup: remove BLI_make_file_stringCampbell Barton
2022-09-09Correct error building on WIN32Campbell Barton
2022-09-09Fix Clang warning about braces around initializationSergey Sharybin
2022-09-09Cleanup: remove unnecessary use of BLI_make_file_stringCampbell Barton
2022-09-09Fix use-after-free error when exiting on WIN32Campbell Barton
2022-09-09Realtime Compositor: Implement bokeh blur nodeOmar Emara
2022-09-09Realtime Compositor: Allow inputs to skip realizationOmar Emara
2022-09-09Realtime Compositor: Implement scale nodeOmar Emara
2022-09-09Add scene parameterMonique
2022-09-09Outliner: Hide library overrdies context menu when no IDs are selectedJulian Eisel
2022-09-09Outliner: Don't show asset context menu when no IDs are selectedJulian Eisel
2022-09-09Realtime Compositor: Implement blur nodeOmar Emara
2022-09-09Nodes: fix memory leakJacques Lucke
2022-09-09Readfile: avoid confusion when debugging a memory leakJacques Lucke
2022-09-09Realtime Compositor: Implement pixelate nodeOmar Emara
2022-09-09Fix T100697: Curve nodes change colors at identity settingsOmar Emara
2022-09-09Cleanup: readfile: use correct typeJacques Lucke
2022-09-09Cleanup: Remove unused attribute in draw manager.Jeroen Bakker
2022-09-09Fix Auto-offset for nodes: Revert "Cleanup: Return early"Dalai Felinto
2022-09-09Cleanup: remove paranoid NULL checksCampbell Barton
2022-09-09Fix error extracting arguments from project_source_infoLoren Osborn
2022-09-09Cleanup: move return arguments last, use `r_` prefixCampbell Barton
2022-09-09Edit mode normalize fails to respect locked groupsCampbell Barton
2022-09-09Fix T96787: Edit mode normalize fails to respect locked groupsNate Rupsis
2022-09-09License headers: use SPDX identifiersCampbell Barton
2022-09-09Cleanup: format, trailing spaceCampbell Barton
2022-09-09Cleanup: spelling in commentsCampbell Barton
2022-09-09Python: change bpy.app.binary_path behavior WITH_PYTHON_MODULECampbell Barton
2022-09-09Cleanup: quiet conversion warningCampbell Barton
2022-09-09GNUmakefile: change message to reference "bpy" when building as a moduleCampbell Barton
2022-09-09Cleanup: cmake line length, wrappingCampbell Barton
2022-09-09CMake: exclude Python libs & batch scripts WITH_PYTHON_MODULE for WIN32Campbell Barton
2022-09-09Cleanup: check for Python module in BKE_appdir_program_path_initCampbell Barton
2022-09-09Cleanup: comments, spelling, line length for creator's CMake fileCampbell Barton
2022-09-09Python: install "bpy" as a package WITH_PYTHON_MODULECampbell Barton
2022-09-09Fix T100521: Nodes added with link drag search not added to frameDominik Fill
2022-09-08WIP: Adding const Scene* to many areas.Jeroen Bakker
2022-09-08Fix T100833: Cycles UDIM baking broken after recent changesBrecht Van Lommel
2022-09-08Silence warnings/assert about invalid embedded IDs for older blendfiles.Bastien Montagne
2022-09-08Fix: link drag search feature only works forgeometry nodes groupsHans Goudey
2022-09-08Fix: Integer type in linear probing strategyHans Goudey
2022-09-08Cleanup: Remove unused face customdata for merging meshesHans Goudey
2022-09-08Cleanup: Remove redundant vertex duplication in extrude nodeHans Goudey
2022-09-08Cleanup: Remove unused variable in RNA path functionJulian Eisel
2022-09-08Outliner: Hide "data operations" context menu entries unless supportedJulian Eisel
2022-09-08Cleanup: Simplify outliner context menu building queriesJulian Eisel
2022-09-08IDManagement: change `IDTypeInfo.owner_get` to instead return address of the ...Bastien Montagne