「Extensions talk:2.6/Py/Scripts/Game Engine/BRIK ragdolls」の版間の差分

提供: wiki
移動先: 案内検索
 
(1版 をインポートしました)
 
(相違点なし)

2018年6月29日 (金) 04:42時点における最新版

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!