• Hello Guest!

    We have recently updated our Site Policies regarding the use of Non Commercial content within Paid Content posts. Please read the new policy here.

    An offical announcement about this new policy can be read on our Discord.

    ~The VaMHub Moderation Team
  • Hello Guest!

    We posted an announcment regarding upcoming changes to Paid Content submissions.

    Please see this thread for more information.

Director

Plugins Director v1.0.1

For those that are interested to remove the fadeout between transition simply change :

C#:
    private void CreateInTransition()
    {
        _transition?.Complete();
        // TODO: 1f is the transition time. Set to null if disabled, option for fade or black. Get transition overrides from step. Start and end transition.
        _transition = new Transition(_camExposureJSON, 0f, _camExposureBackup, _transitionTimeJSON.val, true);
    }

    private void CreateOutTransition()
    {
        _transition?.Complete();
        _transition = new Transition(_camExposureJSON, _camExposureBackup, 0f, _transitionTimeJSON.val, false);
    }
to

C#:
    private void CreateInTransition()
    {
        _transition?.Complete();
        _transition = null;
    }

    private void CreateOutTransition()
    {
        _transition?.Complete();
        _transition = null;
    }
 
Hej,

this plugin looks so awesome.

But why hasnt it been updated since 2020?

What do i have to do if i want to record a action scene from lets says 4 angles each 15 seconds long.
Just like in your video as a example.

Your guide is a bit short to be honest since it misses the entire angle switches process in timeline.


I do this ?

1. Add the Director.cs file to an Animation Pattern. I suggest renaming the atom to Director.

+
  • Set the mode to WindowCamera, this will allow you to place the camera exactly where you want it.
  • Set the mode to NavigationRig to make the VR camera follow instead.


But

Do i need several window cameras or just one and your plugin switches the angles then ?

How do i tell timeline that it now has to use camera2 with angle 2 for the next 15 or more seconds?

Thx
 
Last edited:
Yes, this was built a while ago, now I would just use Timeline instead. But it should still work! There should be a demo scene too, on Reddit, that shows how it works. You only need one WindowCamera and what Director does actually, is move the WindowCamera to the right view angle at the AnimationPatternStep points.

Director and Timeline cannot really coexist to move WindowCamera though.
 
Where can I get this scene xD ?, not allot of under desk blowjobs out there =P
 
Hello!My beloved Acid Bubbles! I really need your step by step tutorial or detailed scene about how to use director for having been puzzled with settings of animitionpattern.I am a fresh man of virt a mate,your director plugin really works,Thank you!!!!!
PS: I did not find the scene you said above on reddit,just find a plugin wtih nothing else,please help me!
 
Last edited:
@yeriku the scenes are there, in mega.nz in .vac files:
1655294391062.png


Here are the links:

- https://mega.nz/#F!f5I3GKzZ!ANJi5H5AK9Ee-0-6a8oiDQ (with female pov)
- https://mega.nz/#F!O9hVxIxb!NwTsop9LMMgsRr3bb37W-Q (no female pov)

As for the instructions, they are here https://github.com/acidbubbles/vam-director#how-to-use but if you don't understand a step, let me know which.

In Animation Patterns, you can add Animation Step and move them around. Each step will be a camera position and rotation.
 
@yeriku the scenes are there, in mega.nz in .vac files:
View attachment 130828

Here are the links:

- https://mega.nz/#F!f5I3GKzZ!ANJi5H5AK9Ee-0-6a8oiDQ (with female pov)
- https://mega.nz/#F!O9hVxIxb!NwTsop9LMMgsRr3bb37W-Q (no female pov)

As for the instructions, they are here https://github.com/acidbubbles/vam-director#how-to-use but if you don't understand a step, let me know which.

In Animation Patterns, you can add Animation Step and move them around. Each step will be a camera position and rotation.


There are many scenes on reddit that are just not there, ones I've wanted to see too... even the one from your last comment it says "This Comment Was Deleted" and shows it was deleted 3 years ago.. I was looking for others like this one : , and like 5 others but there's no more download links... I think only you can see them as the creator...
 
I would love that!, you have some nice little gems there xD, I just hope you can find time , I know you're busy leading the animation for all of VAM and all. seems like such a nuisance to ask you for old fun scenes.
 
It's not a nuisance, knowing that your weird stuff actually is of interest to others is always nice :)

You can tell me the ones you're looking for? There weren't that many and some of them are not really worth porting :) They were before I built the plugins that actually made those scenes difficult to create, so don't expect too much out of them :)
 
Back
Top Bottom