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-01-23addons: add missing text= keyword after labelNBurn
2019-01-23glTF importer: set alpha mode in viewportJulien Duroure
2019-01-23glTF exporter: vertex group check enhancement + glTF file fixed orderJulien Duroure
2019-01-23Fix node wrangler spelling error.Peter Baintner
Differential Revision: https://developer.blender.org/D3968
2019-01-23Add color ramps for roughness and metalnessKalle-Samuli Riihikoski
2019-01-23glTF importer: fix bug when joint/bone is a root node of the sceneJulien Duroure
2019-01-22glTF importer: fix bug when glTF has no sceneJulien Duroure
In that case, create all nodes in current scene
2019-01-21AnimAll: blender version number fixNBurn
2019-01-21Fix calls to object.transform_ apply due to API changesJacques Lucke
The parameter defaults were changed in rB0c829e8240eebd7ce4ed9d61f8682c0d6bf534f4
2019-01-21Bool Tools: Fix error accessing transform orientationsPhilipp Oeser
also fix matrix multiplication ('@') Fixes T60706
2019-01-21addons: blender version number fixNBurn
2019-01-21Network Render: undoing prior commitNBurn
2019-01-20Magic UV: Fix error and cleanup codesNutti
2019-01-18Fix broken Pie menus addon after recent changesSergey Sharybin
__annotations__ is not a class property, definition its members as annotations is kine of recursive meta.. This reverts part of aeabdc02 and fixes Pie menus addon which animators are using a lot here in the studio.
2019-01-18Update Add-ons class properties to annotationsNBurn
This should take care of most of the class property conversions to use the new annotation format (colon instead of equals) for assignment. There may still be a few edge cases that were missed.
2019-01-17Fix T60591: Register/Unregister issue in Object Scatter/Oscurart ToolsJacques Lucke
2019-01-16Bool Tool: port to 2.80Mikhail Rachinskiy
Ported by Simon Appelt D4191
2019-01-15Magic UV: Fix error raised at UserPreferences and remove legacy codes.nutti
2019-01-14remove printsKalle-Samuli Riihikoski
2019-01-12glTF importer: Fix bug with vertex color on instantiated meshesJulien Duroure
2019-01-12Fix T57308: (hopefully) FBX export UV islands broken.Bastien Montagne
Looks like we need to not merge UVs from different islands into same set of coordinates in the 'compressed' mapped storage of FBX data, seems to be the way for that piece of crap of a wanabe format to convey islands concept... Gets the code even more cryptic, yay!
2019-01-11Fix T60387: Blender 2.8 OBJ file format not work in import mode.Bastien Montagne
Bloody stupid mistake in 'speed-up parsing' work, yet annoyingly difficult to spot on... :(
2019-01-11Fix second part of T60381: OBJ import of textures would fail when map ↵Bastien Montagne
scale/offset was specified.
2019-01-10Fix first part of T60381: OBJ import broken in case of multiple OBJ objects ↵Bastien Montagne
named the same. Ensure we use a different key for each OBJ object (usung similar naming increment as Blender one).
2019-01-10Fix Batch Maker for folders with spacesEugenio Pignataro
2019-01-09glTF export: enhancement & fixes:Julien Duroure
* implement KHR_materials_unlit export * Fix primitive restart values * Fix jpg uri/mime type * Fix bug when image has no color channels * Check animation has actions * Ignore meshes without primitives * Fix materials when not selected in export settings * Improve error message for invalid animation target type * Animation with errors are ignored, but export continues * Export of BaseColorFactor
2019-01-08Fix error when using transform orientation pie menu.Brecht Van Lommel
2019-01-08Fix uses of outdated workbench render engine name.Brecht Van Lommel
2019-01-08Fix T60282: use keyword argument in obj exporterJacques Lucke
2019-01-08Fix (unreported) calling Online Manual from context menuPhilipp Oeser
2019-01-07Fix: Scatter Object was hiding objects that should be visibleJacques Lucke
2019-01-06Fix T60238: Error in OBJ exporter if material has a normal map.Bastien Montagne
Typo, thanks to Aleksi Juvani (@aleksijuvani) for finding it.
2019-01-06glTF importer: fix normalization issueJulien Duroure
2019-01-06glTF exporter: better performance for texture exportJulien Duroure
2019-01-06supports UVTiling texture workflowKalle-Samuli Riihikoski
2019-01-06Magic UV: Phase 2 for porting to Blender 2.8nutti
All features are available on Blender 2.8
2019-01-04OBJ Import: better handling for metallicPhilipp Oeser
retrival of metallic (ab)uses OBJ material ambient term. this can be non-zero, but in case of no reflections (OBJ 'illum' < 3) metallic should be zero. Fixes T60150
2019-01-04OBJ Import: Fix finalize material code not being performed on last material.Bastien Montagne
Issue noticed by Philipp Oeser (@lichtwerk), thanks!
2019-01-04Update for image menu rename.Brecht Van Lommel
2019-01-04Node Wrangler: fix error adding image sequences without a nodetreePhilipp Oeser
adding NWBase as a mixin will give a proper poll() part of T60130
2019-01-03camera_dolly_crane_rigs - hide widgetsCampbell Barton
D4157 by @amir.shehata
2019-01-03glTF importer: fix default emissive factor defaultJulien Duroure
* Emissive factor default is 0.0 / 0.0 / 0.0 * Enhancement: change 3 maths node by a MixRGBNode (multiply mode)
2019-01-03glTF exporter: various fixes/enhancements:Julien Duroure
* enhancement for vertex weights export * export animation only if checkbox is ticked * use unsigned short or unsigned int for indices * Fix T60012 metallic and roughness image export (channels not in same image)
2019-01-02mesh_snap_utilities_line: fix face creationmano-wii
2019-01-02mesh_snap_utilities_line: fix ram and vram leakagemano-wii
2019-01-02mesh_snap_utilities_line: Fix F8 constraintmano-wii
2019-01-02mesh_snap_utilities_line: reset length_entered_valuemano-wii
2019-01-01select doubles rewriteEugenio Pignataro
2019-01-01Bugfix in cancel renderEugenio Pignataro
2019-01-01Add batch makerEugenio Pignataro