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-04-03Remove support for blender2.79blender2.7mano-wii
The addon does not work on all OS. And now there is an improved version of it for blender2.8.
2019-03-27Fix T62984: Backtrace when importing FBX file from the Unity asset store.Bastien Montagne
Although we had no way to reproduce the issue, that fix indeed seems needed from code logic point of view. Investigation and patch by Pete Chown (@PeteX), thanks!
2019-03-13Fix T54412: backport fix already done in master (2.8) some time ago...Bastien Montagne
2019-03-07Fix T62256: Export to PLY of models with vertex colors broken in 2.79.Bastien Montagne
2019-02-01mesh_f2: quad from edge fails (with Adjust UV option)Philipp Oeser
This only happened when no UV for a loop could be found (no adjacent face) Fixes T61019, T60191 (cherry picked from commit 812d1c1ec3f3fa0b20e52759ea989f036345228b)
2019-02-01x3d import: make it work without internet connectionPhilipp Oeser
Fixes T61052
2018-12-19Fix invalid string comparisonsCampbell Barton
Identity checks should never be used with strings, it may fail based on Python's interning logic.
2018-12-13Fix spelling of Miter in freestyle SVG export.Brecht Van Lommel
Ref T59320.
2018-12-13Magic UV: Phase 1 for porting to Blender 2.8Nutti
Below features are available for now. * Copy/Paste UV * Transfer UV * Flip/Rotate UV * Mirror UV * Move UV * UVW Also, Magic UV remains to work at Blender 2.7x by the legacy code.
2018-12-13FBX 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 backport rBAe4f4053de64e (fix for T59202) from 2.8 branch Differential Revision: https://developer.blender.org/D4068
2018-11-21Fix T57964: Correct spelling mistakes in ANT Landscape presetsCampbell Barton
This fixes the spelling mistakes that were present in the presets panel of ANT landscape. Spelling mistakes include: Canion -> Canyon Canions -> Canyons Cristaline -> Crystalline Vulcano -> Volcano Please tell me if I have made any mistakes, I am relatively new to using this website. Thanks :) Reviewers: campbellbarton Tags: #addons Differential Revision: https://developer.blender.org/D3971
2018-11-17Magic UV: Release v5.2Nutti
* Bulit-in menu preferences * Add-on updater * Copy/Paste UV * Add option "[New]" for pasting to newly allocated UV map * Add option "[All]" for pasting all UV maps at once * Align UV * Add option "Mesh Influence" * World Scale UV * Add mode option "Manual" to allow the user specify the density manually * Improve UI * Cleanup documents * Fix bugs
2018-11-16Fix T57632: 3DS Importer Exception when assigning an object as a parentPhilipp Oeser
to its self
2018-11-10Correction of several errors. Add operators to special menu (w).Spivak Vladimir (cwolf3d)
2018-11-09Fix T57742: Sculpt/Paint Brush Menus fails to display constant detailPhilipp Oeser
resolution thx Tomas(MuscleLord) for spotting this!
2018-11-01Update for changes to Blender's APICampbell Barton
2018-10-29SVG: Fix wrong closed path with quadratic segmentsSergey Sharybin
Fixes T55601: SVG import wrong shape
2018-10-29SVG: Fix wrong quadratic path when point is duplicateSergey Sharybin
2018-10-29SVG: Cleanup, don't use semicolonSergey Sharybin
2018-10-29SVG: Cleanup, indendationSergey Sharybin
2018-10-29SVG: Cleanup, space around operatorSergey Sharybin
2018-10-29SVG: Fix for typosSergey Sharybin
Patch provided by @cyp
2018-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-10-18Copy Attributes: remove copy objects to buffer from menu in pose/edit mode.Brecht Van Lommel
This works on selected objects so only really makes sense in object mode.
2018-10-15Fix T57113: OBJ material import int conversionPhilipp Oeser
2018-10-07Cleanup: minor BVH style editsCampbell Barton
2018-10-06Cleanup: BVH import/exportCampbell Barton
- Use tuple unpacking. - Remove unused operator argument.
2018-10-04Fix T57055: Import wavefront OBJ does not correctly parse the '-bm' parameter.Bastien Montagne
Dummy typo, investigation done by @JimG, thanks!
2018-10-03Cleanup: use tuples for storing classesCampbell Barton
2018-09-27Fix T56938, T54222: network render broken pipe errors.Brecht Van Lommel
Always put content-length in the header when sending files now. Also deduplicates file sending code into one function. Patch by A K (campino). Differential Revision: https://developer.blender.org/D3741
2018-09-26Bsurfaces: Cleanup some statements that make no senseJacques Lucke
Differential: https://developer.blender.org/D3734
2018-09-24Fix T56847: Archimesh (normal of somefaces reversed)Antonioya
2018-09-13Prefer get_rna_type() since it doesn't leak memoryCampbell Barton
2018-09-10ImageAsPlane: Cleanup: compat with 2.8 & props names single/double quotes.Bastien Montagne
2018-09-10FBX: remove ASCII6.1 export support.Bastien Montagne
That old piece of code was deprecated-and-not-maintained-anymore-since-ages. Plus, increases consistency, since we never implemented import of ASCII FBX variants anyway... So now we only support binary 7.x versions.
2018-09-10Fix T56732: FBX camera import fails with assert(fbx_props[0] is not None).Bastien Montagne
Those asserts were already commented out in quiet a few places, now it's obvious that having that set of properties defined in actual data nodes is totally optional, so remove them alltogether. Also fixed a bug in property fetching, with newer (>= 7.4) FBX files we would never get templates... Stupid mistake. :/
2018-09-07Update for changes in Blender's APICampbell Barton
2018-09-07Cleanup: trailing spaceCampbell Barton
2018-09-07Cleanup: single quotes for iconsCampbell Barton
2018-09-03measureit: corrected version numberNBurn
2018-08-07Revert "updating the script to work the latest 2.8"Campbell Barton
This reverts commit c87ee4d46f16d60a2e1db7514c8d5ab42c5d93df. Use 'blender2.8' branch for this.
2018-08-07node-wrangler: Remove use of register_moduleCampbell Barton
2018-08-05Fix T55022: [fbx] when enable use tangent space ,it's throw bug.Bastien Montagne
calculating tangent for some reasons recompute mesh' UV layers, so we cannot use iterators on those...
2018-07-21updating the script to work the latest 2.8Kalle-Samuli Riihikoski
2018-07-14Cleanup: pep8Campbell Barton
2018-07-14math_vis: remove use of register_moduleCampbell Barton
2018-07-13Fix Bsurfaces error with international 'Translate New Data' optionPhilipp Oeser
second issue mentioned in T55960, this time the name lookup of the generated shrinkwrap modifier could go wrong thanx @icyp for investigating
2018-07-13Fix T55960: Bsurfaces error with international 'Translate New Data'Philipp Oeser
option thanx @icyp for investigating
2018-06-29Add missing add-on version metadataAaron Carlisle
Only default enabled addons Give each the version: 1.0.0
2018-06-27blendfile: use_nil option for items_recursive_iterCampbell Barton