らんだむな記憶

blogというものを体験してみようか!的なー

2015-07-11から1日間の記事一覧

Inkscape

Ubuntu14.04LTS用のInkscapeを入れた。が、なんか0.48とかいう古いやつなんだけど...。 しゃーないので How to Upgrade to Inkscape 0.91 in Ubuntu 14.04/12.04/14.10 | UbuntuHandbookを参考に、 $ sudo add-apt-repository ppa:inkscape.dev/stable して…

Blender with python(2)

>>> print(cube) <bpy_struct, Object("Cube")> >>> print(dir(cube)) ['__doc__', '__module__', '__slots__', 'active_material', 'active_material_index', 'active_shape_key', 'active_shape_key_index', 'animation_data', 'animation_data_clear', 'animation_data_create', 'anim</bpy_struct,>…

Blender with python

Minecraftでキノコ型のオブジェクトを作りたいとかいう話が出てきた。最近のノリからは、Illustratorか何かでBézierでオブジェクトのシェイプを書いて、グリッドとの交差からブロックで近似する、ということを3D的に行えばいいじゃないかとかそんなことを考…

ruby

rubyはすべてUbuntu上で使っていたが、Windows上で使えないことにそろそろ限界を感じる。 pythonでもいいけど、なんか面倒臭い。そこはかとなく面倒くさい。rubyはbetter perlとして使えるけど、pythonはpythonとしてしか使えない気がする。それはpython歴の…