Hi,
I am trying to create a custom SelectionFilter using the ISelectionFilter interface, but due to the limitations of CPython3 it seems I’m not able to.
As stated on the Dynamo GitHub this is a known issue with CPython3: Work in progress to improve Python 3 support · DynamoDS/Dynamo Wiki · GitHub
Is there any way around this other than using IronPython2?
Thanks