Skip to content

WidgetMaterialEditor

WidgetMaterialEditor#

(Material Editor)

  • Category: Render
  • Default object name: material_editor
  • Inherits from: Widget

Go to User page.

Description#

Allow users to define texture trees in a nodal way.

Public Attributes#

Type Name Visual Hint Description
action layout_all VISUAL_HINT_DEFAULT Layout all displayed nodes.
action layout_selection VISUAL_HINT_DEFAULT Layout currently selected nodes.

CID#

class "WidgetMaterialEditor" "Widget" {
    #version 0.9
    icon "../icons/object_icons/widget_material_editor.iconrc"
    category "Render"
    doc "Allow users to define texture trees in a nodal way."
    aliases "MaterialEditor"
    action "layout_all" {
        doc "Layout all displayed nodes."
        value <empty>
    }
    action "layout_selection" {
        doc "Layout currently selected nodes."
        value <empty>
    }
}