月: 2020年9月
心くばりペンギン / おにぎりver. / DECOR ( DECOR_Deco )のロングスリーブTシャツ通販 ∞ SUZURI(スズリ)
Grease Pencil Update: Trace Images – BlenderNation
Grease Pencil Update: Trace Images - BlenderNation: グリースペンシルの更新:画像のトレース
デモを見る限り便利そう
このエキサイティングな新機能は、Potraceライブラリ(Inkscapeで使用されるものと同じ)を使用して、トレースされた画像からグリースペンシルストロークを生成します。このオペレーターは、インポートされた画像のビューポートで直接機能し、ラスタライズされた画像の世界をGPの汎用性に即座に橋渡しします。
デモを見る限り便利そう
カンマとピリオド | 貿易よもやま話
Daniel Laan
Video
【アニメーションの12の原則】ディズニーから学ぶ映像作品の表現方法 | LiCLOG
SIGGRAPH 2020: A Peek Behind LAIKA’s Stop Motion Magic – Digital Engineering
Behance
Maya | 複数のobjファイルをインポートする – Qiita
Maya | 複数のobjファイルをインポートする - Qiita:
import maya.cmds as cmds
files = cmds.fileDialog2(dialogStyle=1, fileMode=4, fileFilter=’*.obj’, caption=‘OBJファイル選択’)
if files:
for f in files:
cmds.file(
f,
i=True,
type=“OBJ”,
ignoreVersion=True,
renameAll=True,
mergeNamespacesOnClash=False,
namespace=“c1”,
options=“mo=1;lo=0”,
preserveReferences=True,
importFrameRate=True,
importTimeRange=“override”)