* Create Group Operator had a wrong name, so it didn't showed up in the menu.
This commit is contained in:
		@@ -592,7 +592,7 @@ class VIEW3D_MT_object_group(bpy.types.Menu):
 | 
			
		||||
    def draw(self, context):
 | 
			
		||||
        layout = self.layout
 | 
			
		||||
 | 
			
		||||
        layout.itemO("group.group_create")
 | 
			
		||||
        layout.itemO("group.create")
 | 
			
		||||
        layout.itemO("group.objects_remove")
 | 
			
		||||
 | 
			
		||||
        layout.itemS()
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user