using undrift by aim in batch postprocessing #505
-
Hi all, Are there ways to apply AIM in batch postprocessing or without using the render gui? I have tried to use the AIM in batch postprocessing from cmd. Based on the undrift options (mode & segmentation) I assume that AIM is not callable from cmd at the moment (v0.7.3). Cheers, |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
Hi Abarto, that's a very good point, I will add this option in the next release. For now, if you're okay with running picasso from another python script (not directly from the command window), please use the function picasso.aim.aim: Line 607 in 14ce66c Bests, |
Beta Was this translation helpful? Give feedback.
Hi Abarto, that's a very good point, I will add this option in the next release.
For now, if you're okay with running picasso from another python script (not directly from the command window), please use the function picasso.aim.aim:
picasso/picasso/aim.py
Line 607 in 14ce66c
Bests,
Rafal