This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| bl_info = { | |
| "name": "Mercator Project", | |
| "author": "batFINGER", | |
| "version": (1, 0), | |
| "blender": (3, 00, 0), | |
| "location": "View3D > Mesh > UV UnWrap > Mercator Project", | |
| "description": "UV Mercator Projection", | |
| "warning": "", | |
| "wiki_url": "", | |
| "category": "UV", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <style type="text/css"> | |
| /** | |
| * $ pandoc README.md -H pandoc.css -o README.html --toc | |
| */ | |
| html { | |
| font-size: 100%; | |
| overflow-y: scroll; | |
| -webkit-text-size-adjust: 100%; |