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
path: root/source
AgeCommit message (Expand)Author
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
2022-09-08Nodes: fix handling cyclic node treesJacques Lucke
2022-09-08Fix Blender as a Python module for WIN32Campbell Barton
2022-09-08Console: Support page up/down and home keys for scrollingJulian Eisel
2022-09-08Fix T100887: Some C++ importers/exporters (e.g. OBJ) reset file dialog Sort B...Aras Pranckevicius
2022-09-08Fix T96297: obj: improve layout of UI fields and axis validationAras Pranckevicius
2022-09-08Fix T100822: Merging objects does not assign materials correctlyPhilipp Oeser
2022-09-08Cleanup: correct PyModuleDef.m_slots referenceCampbell Barton
2022-09-08Python: ensure the runtime version is compatible WITH_PYTHON_MODULECampbell Barton
2022-09-08Fix: Spreadsheet row filters unimplemented for boolean typeHans Goudey
2022-09-08Cleanup: Use C++ methods to retrieve attribute accessorsHans Goudey
2022-09-08Cleanup: remove ED_types.h & ACTIVE, DESELECT definitionsCampbell Barton
2022-09-08Cleanup: prefer terms verts/polys over vertices/polygonsCampbell Barton
2022-09-08Cleanup: Removed handling of unused flag in TimeMarkersColin Basnett
2022-09-07Fix T100863, T100875: Vertex group reading broken for recent filesHans Goudey
2022-09-07UI: Small Adjustments to Event IconsHarley Acheson
2022-09-07Fix T100669: OBJ exporter does not properly export image sequence texture namesAras Pranckevicius
2022-09-07DRW: update test 'draw_pass_all_commands'Germano Cavalcante
2022-09-07DRW: fix 'bind_texture' being called in place of 'bind_image'Germano Cavalcante
2022-09-07BLI: new C++ BitVector data structureJacques Lucke
2022-09-07Cleanup: factor out "set default filepath" into a ED_fileselect_ensure_defaul...Aras Pranckevicius
2022-09-07Fix T100797: C++ exporters do not remember the path on subsequent exportsAras Pranckevicius
2022-09-07IDManagement: Add some assert to ensure lib consistency in embedded IDs.Bastien Montagne
2022-09-07Geometry Nodes: improve printing geometry set for debuggingJacques Lucke
2022-09-07Cleanup: Remove some references to proxies in comments/log messages.Bastien Montagne
2022-09-07Nodes: add owner_tree method to nodesJacques Lucke
2022-09-07Fix T100862: only leading deform modifiers used in weight/vertex paint.Alexander Gavrilov
2022-09-07Cleanup: comment unused INPUTCHANGE eventCampbell Barton
2022-09-07WM: don't clear modifiers when the window is de-activatedCampbell Barton
2022-09-07Fix T40059: Switching windows ignores held modifier keysCampbell Barton
2022-09-07CMake: add missing headersCampbell Barton
2022-09-07Cleanup: sort cmake file listsCampbell Barton
2022-09-07Cleanup: formatCampbell Barton
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-07Cleanup: unused argument warningCampbell Barton
2022-09-07Fix building with MSVCCampbell Barton
2022-09-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-07Cleanup: use 'continue' in customdata for loop, reduce right shiftCampbell Barton
2022-09-07Mikktspace: Optimized port to C++Lukas Stockner
2022-09-07Cleanup: Move (edit)mesh_tangent.c to C++Lukas Stockner
2022-09-06Fix weight paint smoothing with vertex selection.Alexander Gavrilov
2022-09-06Fix T100760: No color attribute initialization when created by brushHans Goudey
2022-09-06Fix T100854, T100856: Invalid shape keys when exiting edit modeHans Goudey
2022-09-06Fix: Restore fix for empty attributes after recent commitHans Goudey
2022-09-06Fix T99141: Crash with edit mode and copy location constraintSonny Campbell
2022-09-06Cleanup: Return earlyHans Goudey
2022-09-06Cleanup: Avoid using runtime node flag, use topology cacheHans Goudey
2022-09-06Cleanup: Move select all nodes code to operatorHans Goudey
2022-09-06Cleanup: Use more specific function for deselecting all nodesHans Goudey