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-24glTF exporter: addon version change, forgot in previous commitJulien Duroure
2019-08-24glTF expoter: Fix T69089 remove hard coded blender & python versionJulien Duroure
2019-08-24viewport pies: remove snap, orientation, clean up: T67995meta-androcto
2019-08-24viewport pies: remove cursor, proportional: T67995meta-androcto
2019-08-24post 2.8 fix light samplesMaurice Raybaud
2019-08-23animation_animall: return to release: T68332 T63750 e6a1dfbe53beDamien Picard
2019-08-23glTF exporter: fix shapekeys animation exportJulien Duroure
Animation channels must be sorted in exactly same order than shapekeys
2019-08-23glTF exporter: fix normal export when normals are modified by modifier(s)Julien Duroure
2019-08-22Addon: BSurfaces: Fixed https://developer.blender.org/T68959 Fixed confusion ↵Spivak Vladimir (cwolf3d)
about initial 'setup' window
2019-08-21Fix T68967: Export to .fbx error.Bastien Montagne
Handle more gracefully the case where we cannot compute tangent space for a mesh.
2019-08-21Fix T63497: wrl import fails.Bastien Montagne
Main issue was the sphere generation code, that was 100% broken, presumably since ages (= since adding bmesh to Blender)? Plus some non-updated API call after changes in 2.80.
2019-08-21Some instantiation 2.8 API update fixingMaurice Raybaud
2019-08-20BlenderKit: fix T66833Vilém Duha
don't attempt to render thumbnail if file wasn't saved (it would fail on the end.)
2019-08-20BlenderKit:Vilém Duha
thumbnailer had accidentally set resolution to 50% Try to avoid a rare bug where categories file isn't present (not sure yet as why that happens, but this enables the use of the addon until categories are loaded) Internal Transfer BlendrKit data operator Switch some operators to internal and remove undo from those where it doesn't make sense.
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