Andras Lasso

Results 869 comments of Andras Lasso

Could you please send a pull request that fixes the problem?

Adding a constructor that does not require any input arguments sounds like a simple solution.

Do not create new classes if you just want to a make additional constructors accessible from Python! Just add the appropriate decorator methods. There are several examples for this in...

> I did not update VTK as the current external project aims to support both Qt4 and Qt5 and in Slice we removed Qt4 support a while back. Users can...

@jcfr would it be possible to set up a github action to generate and publish the doxygen doc on github pages?

How did you build CTK with Qt6? I'm getting errors that Qt cannot be found when I'm trying to build with Qt6. What did you set your `CTK_QT_VERSION` CMake variableto:...

Please commit all your changes that were necessary to build with Qt6. We would then review those changes and either merge them or fix them up/generalize. Thank you very much!

You may need to enable thumbnail generation in the indexer.

Do you have the problem after you type an incorrect command (e.g., typing a command that has a syntax error)?

@salmanimtiaz It looks like you are trying to use VTK-9. VTK-9 has a completely new build system and I don't think CTK is compatible with it yet. If you are...