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-26Magic UV: Release v6.0Nutti
Support Blender 2.8.
2019-01-20Magic UV: Fix error and cleanup codesNutti
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-15Magic UV: Fix error raised at UserPreferences and remove legacy codes.nutti
2019-01-06Magic UV: Phase 2 for porting to Blender 2.8nutti
All features are available on Blender 2.8
2018-12-21Rename user_preferences -> preferencesCampbell Barton
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-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-10-19Spelling fixes in comments and descriptions, patch by luzpaz.Brecht Van Lommel
Differential Revision: https://developer.blender.org/D3746
2018-02-24Magic UV: Release v5.1Nutti
Fixed bugs
2018-02-16Magic UV: Release v5.0Nutti
* Add features - Align UV Cursor - UV Cursor Location - Align UV - Smooth UV - UV Inspection - Select UV - Texture Wrap - UV Sculpt * Improve features - Copy/Paste UV: Add menu to UV/Image Editor - World Scale UV: Add information about Texel Density - UV Bounding Box: Add option "Bound" - Texture Projection: Add option "Assign UVMap" - UVW: Add option "Assign UVMap" * Improve UI * Fixed bugs * Optimization/Refactoring
2017-11-19Magic UV: release v4.5Nutti
2017-08-31Cleanup: quiet warningsCampbell Barton
2017-08-30Magic UV: fix bug (failed to copy/paste UV seam among objects)Nutti
2017-08-02Magic UV: Fix bugs, add copy/paste seams option to Copy/Paste UV, TransferNutti
UV
2017-06-06Magic UV: Replace deprecated imp call, mode fixlijenstina
Bump version to 4.3.1 Replace the deprecated imp calls with importlib Imports as tuples Some minor cleanup Fix crash with MUV_TexProjProject by checking for edit mode, add a poll for active object of type Mesh Fix crash with MUV_PreserveUVAspect not having an image in the faces loop tex data in certain cases
2017-05-16magic uv: spacebar addon compatmeta-androcto
2017-05-13magic uv: update iconsmeta-androcto
2017-04-04Magic UV: Fix typoNutti
2017-04-03magic uv, fix tracker_url and improve word in add-on preferenceNutti
2017-04-03magic uv, add wiki linkmeta-androcto
2017-04-02uv_magic_uv commit to addons release: T51064Nutti
Initial commit to addons release. Task: T51064