Skip to content

Instantly share code, notes, and snippets.

@Ayrlin-Renata
Ayrlin-Renata / uv_mercator_project.py
Last active December 17, 2023 17:21 — forked from batFINGER/uv_mercator_project.py
Mercator UV Projection
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",
@mumuxme
mumuxme / pandoc.css
Last active May 13, 2022 01:49 — forked from killercup/pandoc.css
Add this to your Pandoc HTML documents using `-H pandoc.css` to make them look more awesome. (Tested with Markdown and LaTeX.)
<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%;