Set default document res to 6K. Implement blending on canvas, mixer and export equirect.

This commit is contained in:
2019-01-07 15:32:12 +01:00
parent 006c838449
commit 7773026358
9 changed files with 144 additions and 65 deletions

View File

@@ -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)