Search found 7 matches

by aditiavfx
Mon Sep 26, 2022 11:10 am
Forum: Blender
Topic: Having Two Blender versions for Jobs
Replies: 3
Views: 2762

Re: Having Two Blender versions for Jobs

Thank you for the answer and guide Timur,

Currently I try the route of modifying existing blender software setup and create another for blender 3.3.

Image

Is this route safe?

Again thank you Timur for yout guidance.
by aditiavfx
Sun Sep 25, 2022 6:00 am
Forum: Blender
Topic: Having Two Blender versions for Jobs
Replies: 3
Views: 2762

Having Two Blender versions for Jobs

Hello,

Is there a way to have 2 different blender versions for running different jobs? For example Jobs A render using 2.93 while Jobs B using 3.3.

Thank you.
by aditiavfx
Fri Aug 05, 2022 12:12 pm
Forum: Feature Requests
Topic: Skip task after defined task done
Replies: 7
Views: 5349

Re: Skip task after defined task done

thank you so much Timurhai, finally I figure it out how it's works. thank you
by aditiavfx
Fri Aug 05, 2022 9:46 am
Forum: Feature Requests
Topic: Skip task after defined task done
Replies: 7
Views: 5349

Re: Skip task after defined task done

ah ok2 got it. currently I set sequentials with this formula:

Code: Select all

sequentials = total_frame/(total_frame/5)
to get 5 frames not sequentials and set to PPA, but somehow it often get more than 5 frames or less. Is there a way to define how many frames for PPA?
by aditiavfx
Fri Aug 05, 2022 7:08 am
Forum: Feature Requests
Topic: Skip task after defined task done
Replies: 7
Views: 5349

Re: Skip task after defined task done

I just checking it, so it required we need to set sequentials to 0, right? But it seems still not working
by aditiavfx
Fri Aug 05, 2022 2:14 am
Forum: Feature Requests
Topic: Skip task after defined task done
Replies: 7
Views: 5349

Re: Skip task after defined task done

Ah this is more than enough. Thank you very much Timurhai
by aditiavfx
Thu Aug 04, 2022 7:53 am
Forum: Feature Requests
Topic: Skip task after defined task done
Replies: 7
Views: 5349

Skip task after defined task done

Hello, I really like the use of sequentials = 0, so it will solving the task first, last and middle. Anyway is it possible to skip or pause tasks after defined tasks done? So for example there is this option to skip after n-th task, if set to -1 will run all task, 0 will skip all task, if set to 5, ...