Skip to content

Instantly share code, notes, and snippets.

@Pentan
Pentan / keyconf_html.py
Last active November 24, 2018 06:54
Dump Blender key config as HTML.
import bpy
from bpy_extras import keyconfig_utils
import sys
# Dump Blender keyconfig as HTML.
# How to use
# 1. Open this file in Blender's Text Editor.
# 2. Do "Run Script".
# 3. New Text "keyconfigs.html" will be added.
# save it somewhere and open in web browser (recommends Safari, Chrome or Firefox).
@nnabeyang
nnabeyang / README.md
Created April 30, 2012 08:15
wiki2html_windows

wiki2html -- A wiki to html converter

wiki2htmlについて

wiki2htmlはlivedoor wikiのような記法で書かれた テキストファイルをHTMLに変換するツールです。以下の方針に従って開発しています。

  • できるだけ多くのエラーを発見する
  • 設定ファイルによる記法の変更可能性
  • HTMLが生成されるまでの時間は遅くない