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

提供: wiki
移動先: 案内検索

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!