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-08Cleanup: Remove unused face customdata for merging meshesHans Goudey
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: Add new `BKE_id_owner_get` accessor.Bastien Montagne
2022-09-08Cleanup: make meaning of base visibility flags more clearBrecht Van Lommel
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-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-07UI: Small Adjustments to Event IconsHarley Acheson
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-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-07Cleanup: remove unused Main argument to RNA_path functionsCampbell Barton
2022-09-06Fix weight paint smoothing with vertex selection.Alexander Gavrilov
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
2022-09-06Fix T100841: Creating a frame node with shortcut doesn't sort nodesHans Goudey
2022-09-06Cleanup: Remove unnecessary node sorting, rename variablesHans Goudey
2022-09-06Cleanup: IDManagement: Simplify `owner_get` calllback of IDTypeInfo.Bastien Montagne
2022-09-06Cleanup: Remove use of designated initializers in C++ codeChris Blackbourn
2022-09-06Cleanup: spelling in comments, formatting, move comments into headersCampbell Barton
2022-09-06Cleanup: Move uvedit_islands to c++Chris Blackbourn
2022-09-06GPU: remove 'GPU_SHADER_2D_LINE_DASHED_UNIFORM_COLOR'Germano Cavalcante
2022-09-06GPU: remove 'GPU_SHADER_3D_IMAGE_MODULATE_ALPHA'Germano Cavalcante
2022-09-05GPU: convert 'GPU_SHADER_2D_IMAGE_COLOR' to 3DGermano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_SMOOTH_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_FLAT_COLOR'Germano Cavalcante
2022-09-05GPU: remove 'GPU_SHADER_2D_UNIFORM_COLOR'Germano Cavalcante
2022-09-05UI: Corrected Scaling of AREAMINXHarley Acheson
2022-09-05Mesh: Remove redundant custom data pointersHans Goudey
2022-09-05Cleanup: Remove unused code for VSE waveform drawingRichard Antalik
2022-09-05Fix VSE: accidentally commented out codeRichard Antalik
2022-09-05Cleanup: make formatBrecht Van Lommel
2022-09-05IDMAnagement: Add owner ID pointer to embedded ones.Bastien Montagne
2022-09-05I18n: translate untitled file namesDamien Picard
2022-09-05I18n: fix translation of status barDamien Picard
2022-09-05GPencil: New BKE function to set stroke start pointAntonio Vazquez
2022-09-04Cleanup: Clarify multi-socket input sortingHans Goudey
2022-09-04Cleanup: Replace recursive quadratic node link mute operationHans Goudey
2022-09-03Cleanup: Deduplicate node link intersection testHans Goudey