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-16Make File Select dialog update operator's file & path propertiesColin Basnett
2022-09-16Revert "UI: Use full word for face set operator name, tweak description"Hans Goudey
2022-09-16UI: Use full word for face set operator name, tweak descriptionHans Goudey
2022-09-16Sculpt: Respect hiding when creating face sets from loose partsHans Goudey
2022-09-16Cleanup: formatCampbell Barton
2022-09-15I18n: disambiguate and extract a few messagesDamien Picard
2022-09-15GPencil: Add frame number to Trace operatorAntonio Vazquez
2022-09-15NLA: draw track bg based on strip's extrapolation typeNate Rupsis
2022-09-15Cleanup: spelling in comments, comment blocksCampbell Barton
2022-09-15Fix Unreported: VSE and NLA handle position text is not drawnRichard Antalik
2022-09-15UV: rename "Pixel Snap Mode" to "Pixel Round Mode"Chris Blackbourn
2022-09-14Cleanup: Make formatHans Goudey
2022-09-14Sculpt: Separate hide status from face sets, use generic attributeHans Goudey
2022-09-14ViewLayer: Lazy sync of scene data.Monique Dewanchand
2022-09-14Adding `const Scene*` parameter in many areas.Monique Dewanchand
2022-09-14Curves: Improve sculpting performance by reducing allocationsHans Goudey
2022-09-14Fix T49814: Collada Import Ignores Vertex NormalsMyron Carey
2022-09-14Fix T100959: Memory leak when moving node with AltGermano Cavalcante
2022-09-13Fix T100980: Missing deg update when duplicating a geometry nodetree in node ...Bastien Montagne
2022-09-13Fix T101027: Sculpt tools don't respect visibility after recent commitHans Goudey
2022-09-13NLA: Remove Edited Action tab from NLA panelNate Rupsis
2022-09-13Fix: set ipo/easing in dope ignores hidden channelsWayde Moss
2022-09-13Fix T101031: Crash with Initialize Face Sets operatorHans Goudey
2022-09-13obj: implement support for PBR .mtl extensionsAras Pranckevicius
2022-09-13Geometry Nodes: new evaluation systemJacques Lucke
2022-09-13Cleanup: spelling in commentsCampbell Barton
2022-09-13Nodes: Avoid unnecessary sorting when selecting or moving nodesHans Goudey
2022-09-13NLA: actionclip_add now fails on invoke if no NLA track is selectedColin Basnett
2022-09-13Fix: Node edge pan and remove on cancel doesn't workHans Goudey
2022-09-13Fix: Multires crash after recent face set refactorHans Goudey
2022-09-12USD IO: fixed compiler warningsMichael Kowalski
2022-09-12Fix T100886: error saving side-by-side stereo EXR image of depth passBrecht Van Lommel
2022-09-12Sculpt: Fix T100608: SCULPT_UNDO_FACE_SETS broken for redoJoseph Eagar
2022-09-12When these features aren't used, there is no sense in storing theHans Goudey
2022-09-12Fix T100016: Memory leak in USD importer.Michael Kowalski
2022-09-12UI: Cleanup/Fixes of some UI messages.Bastien Montagne
2022-09-12Fix T100999: GPencil Copy paste stroke(s) does not respect autokeyingAntonio Vazquez
2022-09-12Fix T100851: Sync markers does not work for numinputPhilipp Oeser
2022-09-12Cleanup: replace BLI_snprintf with BLI_path_joinCampbell Barton
2022-09-12UV: support uv seams when computing uv islandsChris Blackbourn
2022-09-10GPencil: New Set Start point operatorAntonio Vazquez
2022-09-10Cleanup: replace strncpy with BLI_strncpyCampbell Barton
2022-09-10Fix possible NULL pointer dereference in bookmark operatorsCampbell Barton
2022-09-10Cleanup: remove redundant NULL checksCampbell Barton
2022-09-10Fix: Missed return in ASSET_OT_bundle_install item enumeratorJesse Yurkovich
2022-09-09Mesh: Move bevel weight out of MVert and MEdgeHans Goudey
2022-09-09Cleanup: Simplify BKE_mesh_nomain_to_meshHans Goudey
2022-09-09Cleanup: remove unnecessary use of BLI_make_file_stringCampbell Barton
2022-09-09Fix Auto-offset for nodes: Revert "Cleanup: Return early"Dalai Felinto
2022-09-09Cleanup: move return arguments last, use `r_` prefixCampbell Barton