TextDATに以下のコードを書いて実行します。
reso.py
thisPrj = parent().children
for op in thisPrj:
if(op.family == 'TOP'):
op.par.resolutionw = 1920;
op.par.resolutionh = 1080;
Go to list of users who liked
More than 3 years have passed since last update.
TextDATに以下のコードを書いて実行します。
thisPrj = parent().children
for op in thisPrj:
if(op.family == 'TOP'):
op.par.resolutionw = 1920;
op.par.resolutionh = 1080;
Register as a new user and use Qiita more conveniently
Go to list of users who liked