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
2018-12-18glTF exporter: various fixes & enhancementJulien Duroure
* Fix some Yup conversions * reading material from glTF node group material if exists * Fix normal export * Round transforms near 0 and 1 * Fix exporting from Edit mode * Various image format management
2018-12-18Port 'Sapling Tree Gen' addon to Blender 2.8CansecoGPC
Differential Revision: https://developer.blender.org/D4085
2018-12-18Fix T59504: UV export did not export active object when not selectedJacques Lucke
2018-12-16glTF importer: Fix issue for UVMap when multiple materials on same objectJulien Duroure
2018-12-16fix double click bugKalle-Samuli Riihikoski
2018-12-15glTF importer: node tree simplificationJulien Duroure
Using color multiplication instead of separate / multiply*3 / combine
2018-12-15glTF importer: Fix bad socket used in node tree for vertex colorJulien Duroure
2018-12-15glTF importer: fix material import / vertex colorJulien Duroure
Fixed a bug when a same material sometimes uses vertex color, sometimes doesn't
2018-12-15glTF: export settings can now be saved/loaded as presetsJulien Duroure
2018-12-15Removing experimental Object Collections addonDalai Felinto
This is now part of the core functionality of Blender, since groups and collections got merged. This also fixes T59029.
2018-12-14Port 'Edit Linked Library' addon to Blender 2.8Rainer Trummer
Differential Revision: https://developer.blender.org/D4070
2018-12-13small text changeKalle-Samuli Riihikoski
2018-12-13BoltFactory (0,4,0)Aaron Keith
Now works with Blender 2.8
2018-12-12FBX export: skip special properties when exporting custom propertiesPhilipp Oeser
'_RNA_UI' (and rna runtime properties) should not be included, these would have been included as string properties causing errors on reimport Fixes T59202 Differential Revision: https://developer.blender.org/D4068
2018-12-11glTF Exporter: optimizations & fixesJulien Duroure
* image optimizations * options refactoring * Fix T59047
2018-12-11Fix FBX export with deforming armature.Bastien Montagne
Indirectly reported in T59162. We do not have access to render depsgraph currently, so we need to work on `show_viewport` option of modifiers we want to hide when generating temp export mesh, instead of `show_render` one...
2018-12-10bring back dynamic menuKalle-Samuli Riihikoski
2018-12-10added more texture type supportsKalle-Samuli Riihikoski
2018-12-10color texture name was wrongKalle-Samuli Riihikoski
2018-12-10Node Wrangler: change shortcut for menu to ctrl-shift-spacebarflorianfelix
- was overwriting default keymap
2018-12-10camera_dolly_crane_rigs: update for 2.8Campbell Barton
T59096 by @amir.shehata with own edits
2018-12-10disable when in edit mode.Kalle-Samuli Riihikoski
2018-12-10Move applink panel into left tab + other small changesKalle-Samuli Riihikoski
2018-12-08Fix T58952: view3d_pie_menus: using snapping pie causes errorPhilipp Oeser
note that logic is not taking into account that snapping to different elements (mixing) is now possible, so it is still setting a single choice as in 2.79. Supporting this is of course possible but would need some more work on the UI to show which elements are currently selected.
2018-12-08added support for collection instancesKalle-Samuli Riihikoski
2018-12-07glTF importer: fix bug importing empty sceneJulien Duroure
2018-12-07glTF exporter: Manage texture transformsJulien Duroure
2018-12-07Fix T58830 glTF exporter settingsJulien Duroure
2018-12-07Merge branch 'blender2.8' of git.blender.org:blender-addons into blender2.8Kalle-Samuli Riihikoski
2018-12-07Fixing 3dc -> Blender workflowKalle-Samuli Riihikoski
2018-12-07mesh_f2: port to 2.8Philipp Oeser
note: this now goes over all uv_layers if 'Adjust UV' is on (instead of picking a certain uv_layer tied to current material and texture) thanx @cgvirus for initial initiative and @brecht for checking
2018-12-07Not link applink group node if not sure where to link itKalle-Samuli Riihikoski
2018-12-07Fix T58896: Addons with ob.vertex_groups.new without name keyworkDalai Felinto
Original report: OBJ file import fails for objects with vertex groups defined when polygroups option is selected
2018-12-07Fix T58881: FBX error exporting tangent spaceCampbell Barton
2018-12-07fixing crash in node_groupKalle-Samuli Riihikoski
2018-12-07remove printsKalle-Samuli Riihikoski
2018-12-07fixes crash when pressing update buttonKalle-Samuli Riihikoski
2018-12-06io_scene_gltf2: quiet warningCampbell Barton
remove trailing '.'
2018-12-06MeasureIt: Fix render result.Antonioya
Thanks to Jacques Lucke for help me to fix this area.
2018-12-063D Print Toolbox: update to 2.8 APIPhilipp Oeser
would fail to calculate Volume or Area for object with modifier Fixes T58798
2018-12-06glTF importer: set option descriptionsJulien Duroure
2018-12-06glTF importer: Fix custom normals importJulien Duroure
2018-12-05glTF importer: remove check on versionJulien Duroure
This was a problem on our tool that convert 2.79/2.80 mixed code to 2.80 code
2018-12-05glTF exporter: Options tweaks, image merging fixesJulien Duroure
2018-12-05MeasureIt: More conversion of APIs (WIP)Antonioya
Still the render is not working. The idea is replace the old system generating a image with alpha background and only the measures.
2018-12-05MeasureIt: First steps to migrate to 2.8 (WIP)Antonioya
Migrate add-on to 2.8 with new API. Still problems in render
2018-12-05texture import name fixKalle-Samuli Riihikoski
2018-12-04glTF importer: fix bug when vertex color + texture + SpecGlo extensionJulien Duroure
2018-12-04glTF: Fix & tweak glTF / Embedded / glbJulien Duroure
2018-12-04mesh_looptools cleanup: avoid passing scene aroundPhilipp Oeser
followup to rBA3148c4219f001511b69c3fb31dfedca98b9f4360