Extensions talk:2.6/Py/Scripts/Game Engine/BRIK ragdolls

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

Hi, In the latest Blender operatornames should not contain capitals This worked (so to say) eg

class BRIK_create_structure(bpy.types.Operator):

   bl_label = 'BRIK create structure operator'
   bl_idname = 'brik.brik_create_structure' # hier the change!