Doc talk:2.4/Tutorials/Extensions/Python/BSoD/Objects And Their Properties

提供: wiki
< Doc talk:2.4/Tutorials
2018年6月29日 (金) 02:49時点におけるYamyam (トーク | 投稿記録)による版 (1版 をインポートしました)
(差分) ← 古い版 | 最新版 (差分) | 新しい版 → (差分)
移動先: 案内検索

"Blender objects are contained in a module named 'Blender'."

Actually wouldn't it be more accurate to say "Blender objects are accessible in our python program when we import a module named Blender"

(The actual Blender objects are in the .blend file .. aren't they ?)

Mike --Mstram 01:15, 24 August 2006 (CEST)

_____________________________________________________________ "print 'location', ob.loc"

Do you happen to know why a print dir(ob) doesn't print/list 'loc' (yet "ob.loc" obviously exists and works ?)

Mike --Mstram 02:09, 24 August 2006 (CEST)