fix action history with frames

This commit is contained in:
2019-10-19 16:06:43 +02:00
parent aa41703df5
commit e25de3c454
8 changed files with 121 additions and 80 deletions

View File

@@ -139,7 +139,7 @@ void NodePanelGrid::init_controls()
{
Canvas::I->draw_objects([this](const glm::mat4& camera, const glm::mat4& proj, int i) {
draw_heightmap(proj, camera, true);
});
}, Canvas::I->layer().m_frame_index, true);
m_groud_opacity->set_value(0);
};
m_hm_texres->on_select = [this](Node*, int index) {