Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender-addons.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-08-20BlenderKit: fix path to check own assets onlineVilém Duha
2019-08-20materials_library_vx: Interface: use icon and textmeta-androcto
2019-08-20archimesh/achm_room_maker: T68508 allow negative base valuemeta-androcto
2019-08-20space_view3d_math_vis/draw: Use ui_scale + dpi : D5455meta-androcto
2019-08-20object_scatter/operator: Use ui_scale + dpi : D5455meta-androcto
2019-08-20measureit_geometry: Use ui_scale + dpi : D5455meta-androcto
2019-08-20object_carver: Use ui_scale + dpi : D5455meta-androcto
2019-08-20fixed some depth of field 2.8 API changes thanks to Rune Morling feedback ↵Maurice Raybaud
(step 1 for fixing car demo scene)
2019-08-17materials_utils: add search and preferences T67990meta-androcto
2019-08-17Addon: Mesh Extra Objects: Gem, Diamond, Brilliant: Implemented parametric ↵Spivak Vladimir (cwolf3d)
object and add object in edit mode
2019-08-16BlenderKit: Right click menuVilém Duha
-Open authors webpage -Search assets by author -basic 'search similar' . -fix some tooltips -deleting of assets from online lib (disabled by now) - possibility to validate , not yet supported on server. scroll wheel now scrolls rows instead of single items if there are more rows enabled.
2019-08-16BlenderKit: only try to request profile for logged in users.Vilém Duha
2019-08-16texture slots WIPMaurice Raybaud
2019-08-16space_view3d_spacebar_menu: add Tools settingsmeta-androcto
2019-08-16space_view3d_spacebar_menu: move to folder structure: T68591meta-androcto
2019-08-16pie_editor_switch_menu: rewrite, match built in: T67995meta-androcto
2019-08-15Addon: Mesh Extra Objects: Gears, Wallfactory, Beam, Pipe: Implemented add ↵Spivak Vladimir (cwolf3d)
object in edit mode
2019-08-14Fix T68618: OBJ export: error cleaning up (temp) meshes without geometryPhilipp Oeser
Reviewers: mont29 Maniphest Tasks: T68618 Differential Revision: https://developer.blender.org/D5479
2019-08-12BlenderKit: get rid of other styles that aren't supported on the server.Vilém Duha
2019-08-12BlenderKit: change thumb background property descriptionVilém Duha
2019-08-12BlenderKit: fix material thumbnailer when background is on.Vilém Duha
2019-08-12BlenderKit: fix quadview + drag cancelation when leaving active area.Vilém Duha
2019-08-12BlenderKit: fix n1. for quad view - now only draws addon once.Vilém Duha
2019-08-12BlenderKit: fix division by zero in case results are there but have zero ↵Vilém Duha
length because of possible fitlering inside addon
2019-08-12BlenderKit: simplify upload display - drop ID'sVilém Duha
2019-08-12BlenderKit: increase addon versionVilém Duha
2019-08-12BlenderKit: model thumbnail resolution optionsVilém Duha
2019-08-12BlenderKit: upload reworked.Vilém Duha
Don't save .blend file , some users didn't like this. Re-upload enables only thumbnail updates. Mark for validation operator removed(was removed from UI several versions ago) ModelUploadOperator renamed to UploadOperator, since it's used for all asset types anyway. Skip .blend preparation in case of thumbnail reupload only
2019-08-12BlenderKit: get rid of obligatory tags and work hours filling.Vilém Duha
2019-08-12BlenderKit: improve searching for first ratable asset.Vilém Duha
Now parents will be searched to get first parent with relevant data, also in appended assets.
2019-08-12Fix T68427: Freestyle SVG Exporter addon not showing "Freestyle LineRobert Guetzkow
Style SVG Export" property panel Fixed wrong bl_context from render_layer to view_layer
2019-08-12Addon: BSurfaces: Fixed curve strokesSpivak Vladimir (cwolf3d)
2019-08-11Addon: BSurfaces: Fixed keep strokesSpivak Vladimir (cwolf3d)
2019-08-11materials_utils: return to release: T67990 T63750 01d80b8f602fmeta-androcto
2019-08-11space_view3d_pie_menus: multiple fixes/updates part 1: T67995meta-androcto
2019-08-11pie_menus_official: remove redundant addon/merge into viewport pies: T67995meta-androcto
2019-08-10Addon: BSurfaces: Fixed error strokes clearSpivak Vladimir (cwolf3d)
2019-08-09Commit OscurartToolsOverrides: now support all objects in collectinEugenio Pignataro
2019-08-09Commit Oscurart Tools Overrides: suppor multi slotsEugenio Pignataro
2019-08-09glTF exporter: check that NLA strip has an actionJulien Duroure
2019-08-09glTF importer: manage escaped uri for texture filesJulien Duroure
2019-08-09glTF importer: check when texture file is not foundJulien Duroure
2019-08-09BugFix overrides: Reopen scene bugEugenio Pignataro
2019-08-09Cleanup OverridesEugenio Pignataro
2019-08-09BugFix Overrides: Objects with the same nameEugenio Pignataro
2019-08-09BugFix Overrides for visibility render objects driversEugenio Pignataro
2019-08-09Addon: BSurfaces: Fixed https://developer.blender.org/T68451Spivak Vladimir (cwolf3d)
Bsurfaces can't create rectangular surface inside an L shaped surface
2019-08-09OscurartTools: Fix in hide objectsEugenio Pignataro
2019-08-09OscurartTools/overrides: Now support linked collectionsEugenio Pignataro
2019-08-09mesh_tools/mesh_edges_length: T67840 D5358meta-androcto