Dmitry Pinaev

Results 85 comments of Dmitry Pinaev

Cleaned up and merged in https://github.com/paceholder/nodeeditor/pull/415

Guys, thanks for your contributions. I don't want to waste the work of anyone. But I like this small fix more because it is less invasive and is easier to...

Fixed in master (v2), will merge the version 3 in the nearest days with all the fixes

This part of the code wasn't originally written by me. That's why I can't give a detailed explanation. I think after some fixes and modernization one version was updated and...

I merged my corrected branch. Thanks for your idea and let me know if something pops up again.

Hello, I think there is some inconsistency in the header file `include/QtNodes/internal/Export.hpp`. The library is built shared in 99% of cases, I do not remember any complaints about it. Maybe...

You'd need to omit your "NODE_EDITOR_STATIC" definition in the target_compile_definitions command and maybe build with *> cmake .. -DBUILD_SHARED_LIBS=off* or just keep the switch active set(BUILD_SHARED_LIBS OFF) On Wed, Feb...

It looks like I need to re-enable this code for the "Data Flow" classes. And leave it up to users for general graph-visualization codes (via inheriting `AbstractGraphModel::connectionPossible(ConnectionId)`). I'll restore the...

Theoretically it must be possible by adding a mini-view-widget to the corner and connecting it to the same scene/graph-model. I'll see what I can do

I was thinking along these lines, let met pull your code and look through it carefully. Thanks for ther PR!