facebook twitter hatena line email

「Blender/helloworld」の版間の差分

提供: 初心者エンジニアの簡易メモ
移動: 案内検索
(pythonでhelloworld)
 
行9: 行9:
 
print("helloworld")
 
print("helloworld")
 
</pre>
 
</pre>
 +
 +
参考:https://note.com/f_kenji/n/ne4112859615f

2022年7月5日 (火) 21:24時点における最新版

pythonでhelloworld

  1. メインメニューから一番右にあるScriptingを選択
  2. newボタンを選択
  3. 以下コードを入力
  4. テキストボタンを選択し、helloworld.pyで保存
  5. Runボタンを実行
print("helloworld")

参考:https://note.com/f_kenji/n/ne4112859615f