An error occurred while fetching this tab.
DaVinci:
- May 15, 2017
-
-
Vanya Belyaev authored
- allow to add selections directly to th elist of UserAlgorithms
c6db1422
-
my_selection = ...
dv = DaVinci()
dv.UserAlgorithms += [ my_selection ]
The corresponding SelectionSequence is created on-flight
As a result the final code is more compact and Selection behaves as Configurable...
- allow to add selections directly to th elist of UserAlgorithms