I'm having difficulty modifying settings for the AT in the python SDK, more precisely on how to only set positioning with control points to the adjustment constraints. Do you have an example for that?
I'm always getting 2 methods instead of only having the control points one.
Thank you
I have double checked and tried other presets. It seems that when I load presets from the python scripts, I am not able to change the positioning settings.
I'm really not able to reproduce the issue: the last option set (through the preset file or directly in the python script) is the last one that is actually used and I get the same information in ContextCapture and on the script output in all the cases.
Could you double-check on your side?
Thanks
You can simply add them, like numbers:
settings.adjustmentConstraints=ccmasterkernel.AdjustmentAndPositioning.Positioning_ControlPointssettings.adjustmentConstraints+=ccmasterkernel.AdjustmentAndPositioning.Positioning_PositionMetadata
Can you also check on how to combine the multiple values? Thank you
Ok, thanks for the feedback, I'm gonna investigate and I'll let you know.