wip
This commit is contained in:
@@ -8,14 +8,17 @@ from .panels import (
|
||||
|
||||
# Menu functions for Blender integration
|
||||
def menu_func_node_editor(self, context):
|
||||
pass
|
||||
"""Add menu item to Node Editor's Add menu"""
|
||||
self.layout.operator("text_texture.generate", text="Text Texture", icon='IMAGE_DATA')
|
||||
|
||||
def menu_func_view3d(self, context):
|
||||
pass
|
||||
"""Add menu item to 3D View's Add menu"""
|
||||
self.layout.operator("text_texture.generate", text="Text Texture", icon='IMAGE_DATA')
|
||||
|
||||
def menu_func_image(self, context):
|
||||
pass
|
||||
"""Add menu item to Image Editor menu"""
|
||||
self.layout.operator("text_texture.generate", text="Text Texture", icon='IMAGE_DATA')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user