Set default document res to 6K. Implement blending on canvas, mixer and export equirect.
This commit is contained in:
@@ -132,6 +132,7 @@ void NodePanelLayer::init()
|
||||
add_layer();
|
||||
if (on_layer_add)
|
||||
on_layer_add(this);
|
||||
update_attributes();
|
||||
};
|
||||
btn_remove->on_click = [this](Node*) {
|
||||
if (m_layers.size() == 1)
|
||||
|
||||
Reference in New Issue
Block a user