Skip to content

Instantly share code, notes, and snippets.

@kjunichi
Created April 7, 2017 09:03
Show Gist options
  • Save kjunichi/f04900a0de61e45399f032ce46ed05c2 to your computer and use it in GitHub Desktop.
Save kjunichi/f04900a0de61e45399f032ce46ed05c2 to your computer and use it in GitHub Desktop.
2017/4/7

riot.js

riot.observable

Blenderプラグイン作成

概要

入力

出力

文字表示

Python scriptをコマンドラインで実行させるには

blender -b -P hoge.py

JPEG形式でレンダリングさせるには

を見る限り拡張子を.jpgにすれば良い模様

->だめ

SOにもあった

import bpy

bpy.data.scenes["Scene"].render.filepath = '/tmp/kjunichi.jpg'
bpy.data.scenes["Scene"].render.image_settings.file_format='JPEG'
bpy.ops.render.render( write_still=True )

httpに画像をPOSTする

dylib

hoge.dylibにリンクしてるのにhoge.N.N.dylibにリンクされてる件

objdump -p でみたり、sonameの話を総合すると、どうやら、リンクすべきdylibはdylib側に埋め込まれている模様

"/Volumes/Macintosh HD/Users/junichi/local/appengine-java-sdk-1.9.27/bin/appcfg.sh" update .

http://abrakatabura.hatenablog.com/entry/2012/12/05/065439 記事中のリンクの修正とjsdo.it側のキーの更新

関連

アクセス解析タグ

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment