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-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
2019-01-01cleanEugenio Pignataro
2019-01-01Add RenderPath tokens, ...Eugenio Pignataro
2018-12-31Port 'A.N.T. Landscape' addon to Blender 2.8Amir Shehata
Differential Revision: https://developer.blender.org/D4122
2018-12-31mesh_snap_utilities_line: lock the snap when entering values.mano-wii
2018-12-28Fix T59778: old (broken) object selection code in camera dolly crane rig add-on.Bastien Montagne
Report and patch by Amir Shehata @amir.shehata, thanks!
2018-12-28Now you can manually set your applink folderKalle-Samuli Riihikoski
2018-12-27Fixes importing problem when 3dc->blenderKalle-Samuli Riihikoski
2018-12-27autopo option works nowKalle-Samuli Riihikoski
2018-12-25mesh_snap_utilities: don't initialize gpu and numpy at module levelmano-wii
2018-12-24Fix/cleanup typos and such in UI messages.Bastien Montagne
2018-12-24Fix/cleanup some UI messages (typos, final points...).Bastien Montagne
2018-12-22DXF-importer initial port to 2.80migius
2018-12-22DXF-exporter: initial port to 2.80migius
2018-12-22migius commit test2migius
2018-12-22migius commit test 2migius
2018-12-22UI Translate: add operator & button to cleanup branches.Bastien Montagne
2018-12-21Node Wrangler: another update for 2.8Philipp Oeser
- fix error checking Render Layers outputs and unified this check - updated Render Layers outputs [BI removed, Eevee added -- although this distinction is unused atm...] Fixes T59679
2018-12-21mesh_snap_utilities_line: select the snapped element at the end of the operationmano-wii
In the pre-blender2.8 versions, the elements were selected during the operation to be identified. Now this is no longer necessary. However, the ability to leave the last element selected proved useful.
2018-12-21mesh_snap_utilities_line: finish operation when pressing Entermano-wii
Make the behavior look similar to the knife Tool.
2018-12-21Add Oscurart Tools for 2.8Eugenio Pignataro
2018-12-21Remove Old Oscurart ToolsEugenio Pignataro
2018-12-21archipack 2.8 fix transform_orientationStephen Leger
2018-12-21update to 2.80zeffii
2018-12-21Rename user_preferences -> preferencesCampbell Barton
2018-12-20glTF importer: Fix factor usageJulien Duroure