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-09-23addons change categories: T70017meta-androcto
2019-09-22glTF exporter: sanity check that action has channels when sampling animationJulien Duroure
2019-09-22Addon: Bolt Factory: Corrected register and unregister.Spivak Vladimir (cwolf3d)
2019-09-22bolt factory: revert last commit. Breaks Buildsmeta-androcto
2019-09-22Print3D: Use Operator.report for Export toolMikhail Rachinskiy
2019-09-21io_coat3D: trying to solve scaling issueKalle-Samuli Riihikoski
2019-09-21io_coat3D: Big update: Better REFERENCE MESH and VOXEL MESH support.Kalle-Samuli Riihikoski
2019-09-21PLY Format: ngon support for import/exportCampbell Barton
D5865 by @cmbasnett with minor edits.
2019-09-21object_edit_linked: remove keymaps, disable open blender instance: T70110meta-androcto
2019-09-21Curve Tools: Some bugs fix.Spivak Vladimir (cwolf3d)
2019-09-20glTF exporter: sanity check action / multiple armature with different bone namesJulien Duroure
2019-09-20Print3D: Cleanup styleMikhail Rachinskiy
Format class names according to Blender code style guide.
2019-09-20Addon: BoltFactory: Added changing parameters after creation object.Spivak Vladimir (cwolf3d)
2019-09-20Addon: Mesh Extra Objects: Added restore materials if you go back to change ↵Spivak Vladimir (cwolf3d)
parameters in Gear, WormGear, WallFactory, Beam, Pipe, Gem, Brilliant
2019-09-20Addon: Mesh Extra Objects: Added soft limiters in Gear and WormGear. Added ↵Spivak Vladimir (cwolf3d)
restore materials if you go back to change parameters.
2019-09-20Print3D: Use Operator.report for cleanup toolsMikhail Rachinskiy
* Cleanup Isolated: use Operator.report istead of Print3D report.\n* Cleanup Distorted: report triangulated face count.
2019-09-20Print3D: Cleanup codeMikhail Rachinskiy
Remove redundant code and workarounds, better variable names, cleanup style.
2019-09-20Addon: Mesh Extra Objects: Removed limiters in Gear and WormGearSpivak Vladimir (cwolf3d)
2019-09-19Fix T69895: X3D Import and Export returns error on meshes with vertex colors.Bastien Montagne
2.8x materials don't have any indication they should use vcols anymore, that should be handled at node-based shader level now. For now just ignore, and always export/import active vcols.
2019-09-19animation_animall: remove workaround for T68666Damien Picard
2019-09-19Fix T70050: Unable to import SVGSergey Sharybin
The issue was caused by parser being confused about ex unit which was attempted to be parsed as an exponent.
2019-09-19SVG: Refactor, move utilities to moduleSergey Sharybin
Also cover with unit test.
2019-09-19SVG: Cleanup, add comments to functionsSergey Sharybin
2019-09-19SVG: Cleanup, less ambiguous names for pre-compiled regexSergey Sharybin
2019-09-19io_coat3d: Change category into Import-ExportKalle-Samuli Riihikoski
2019-09-19Fix svg_util_test not working anymore from direct manual execution.Bastien Montagne
Annoying hack, but cannot think of any better solution for now.
2019-09-19Cleanup: Spelling in commentSergey Sharybin
2019-09-19X3D Import: Fix some geometry-types importers functions.Bastien Montagne
Based on D5822 by Tomas Antecky (@ta), but no reason to keep that unused parameter since those mesh geometry importer functions are all always only called with two parameters...
2019-09-18Print3D: cleanup readmeMikhail Rachinskiy
Remove readme.rst as there was no useful information there. Cleanup todo.rst, remove completed TODOs.
2019-09-18Print3D: Fix (unreported) error in Make Manifold toolMikhail Rachinskiy
Remove redundant boundary fill step which gave the error when there was no boundary selected. Make sides property default to 0 so fill holes will cover for boundary fill absence.
2019-09-18Print3D: replace modulo formatting with f-stringsMikhail Rachinskiy
2019-09-18Print3D: PEP8 cleanupMikhail Rachinskiy
2019-09-18Edit Linked Library: Fix error checking for active collection.Pablo Vazquez
2019-09-18glTF exporter: Fix shapekeys export on skinned meshesJulien Duroure
2019-09-18glTF exporter: fix sample animation export when sampled is forced by ↵Julien Duroure
context, not by user
2019-09-17glTF importer: remove workaround now that T69857 is fixedJulien Duroure
2019-09-17glTF importer: better multi-object animation managementJulien Duroure
2019-09-17Bool Tool: variety of UI improvements and code cleanupMikhail Rachinskiy
Improve UI layout in preferences, make shortcuts distinguishable and give options better names and descriptions. Remove redundant code.
2019-09-17Added the Inset Straight Skeleton command to edit faces menu when installed.Howard Trickey
2019-09-17Bool Tool: Auto Slice handle multiple objects and improve UXMikhail Rachinskiy
Simplify UI layout and replace greyout UI with execute warnings, which tell user what exactly went wrong.
2019-09-17Bool Tool: use more descriptive iconsMikhail Rachinskiy
Also put additional panels under the main panel and mark unported code for TODO.
2019-09-17Addon: BSurfaces: Added initial modifiersSpivak Vladimir (cwolf3d)
2019-09-16Support for 2.81Kalle-Samuli Riihikoski
2019-09-16Curve Tools: Fixed bugs. Added spline sequence changeSpivak Vladimir (cwolf3d)
2019-09-15Rigify: convert the palm rig and support controls for both sides.Alexander Gavrilov
2019-09-15Rigify: replace deprecated use_inherit_scale and use_offset properties.Alexander Gavrilov
2019-09-14Curve Tools: many bugs fixedSpivak Vladimir (cwolf3d)
2019-09-14Moved operator Fillet, Divide, Scale reset in to addon Curve ToolsSpivak Vladimir (cwolf3d)
2019-09-14curve_simplify: fix load tests I thinkmeta-androcto
2019-09-14Rigify: allow add_parameters to be missing from legacy rig modules.Alexander Gavrilov