- This topic has 18 replies, 6 voices, and was last updated 4 years ago by Alexander Kovelenov.
-
AuthorPosts
-
2018-06-30 at 6:36 pm #5364loomCustomer
Hi,
just wondering if its possible to add a slider(Playhead) to scrub animation and if its possible to loop a range (in/out) ?
Cheers,
Christian2018-07-02 at 7:45 am #5366Mikhail LuzyaninStaffjust wondering if its possible to add a slider(Playhead)
It will be possible with new functionality for the next release.
if its possible to loop a range (in/out) ?
Yes, You need te Set Play animation from and to keyframe, but before you neew to set Repeat of animation Loop mode in the object’s preferences in Blender.
Co-founder and lead graphics specialist at Soft8Soft.
2018-08-09 at 12:20 pm #6274loomCustomerHi,
i have about 14 induvitual animations on a rigged charakter plus some additional objects running at same time of those animations.the client want to able to scub those animations with a silder (playhead).
What will be the best route to achieve this – maybe with JQuery ? Or is it possible just with puzzles ?
2018-08-09 at 12:31 pm #6276Mikhail LuzyaninStaffthe client want to able to scub those animations with a silder (playhead).
You can use Drag Over puzzle with a Set animation key-frame puzzle to shift a key-frame by dragging a mouse.
Co-founder and lead graphics specialist at Soft8Soft.
2018-08-09 at 1:51 pm #6291loomCustomerHi Mikhail,
how can i get negativ values from a slide over? Scrub in one direction is working…https://cdn.soft8soft.com/AROAJSY2GOEHMOFUVPIOE:7ead0c1c56/applications/slider/slider.html
2018-08-09 at 2:00 pm #6298Mikhail LuzyaninStaffhow can i get negativ values from a slide over?
Why do you need negative values? You can’t insert negative values to animation beause there’s no -1 -2 -3 etc keys.
Co-founder and lead graphics specialist at Soft8Soft.
2018-08-09 at 2:09 pm #6304loomCustomerw wanna have something like this:
———–|———-
i wanna be able to scrub the animation backward and forward. So adding works for forward, but i should be able to substact to go backward.
2018-08-09 at 2:15 pm #6306Mikhail LuzyaninStaffi wanna be able to scrub the animation backward and forward. So adding works for forward, but i should be able to substact to go backward.
You need to create a trigger at first that you will move using drag< and get position of this trigger that you ill convert to animation frames. So the setup will be Drag On Cube (for example), then Get Cube position and insert it to Keyframe of the Set Keyframe puzzle.
Co-founder and lead graphics specialist at Soft8Soft.
2018-08-09 at 2:47 pm #6318Yuri KovelenovStaffSo adding works for forward, but i should be able to substact to go backward.
I guess you need to add some number to the slider position in order to avoid negative key frame values. See the sources of our industrial robot demo where we did that.
2018-08-09 at 3:47 pm #6322loomCustomerThanks for reply, i try out the Jquery route, i think maybe simpler to set the in/out’s for 16 animations and overlay placement. But thanks a lot for your verry good support.
2019-12-05 at 4:13 pm #21742loomCustomerHi,
do we have any new possibilities/puzzles for sliders ? I Think this is such a important thing for making playheads or configurators. I do a lot of medical explanation Apps to show how bodymechanics work. My Clients always want the option to scrub thru animations/actions.
I start my next project in january 2020 – any example or even better a puzzle would make me relax for the holidays ;)
Cheers,
Chris2020-01-02 at 3:50 pm #22515procyonCustomerThis would be an excellent feature. Are there any news on this? :)
https://t.me/pump_upp
2020-01-03 at 3:42 am #22531Yuri KovelenovStaff2020-01-03 at 11:59 pm #22542procyonCustomerThank you for your quick answer.
However, it is not the functionality I’m searching for. What is needed is basically just the “resumeAnimation” with the ability to reverse the resumed animation. I can’t find any other ways of doing this. The “playAnimation” has the “reverse” options, but it always starts the animation from the start.
I have a client asking for this, and any help is greatly appreciated. Thanks.
EDIT: I found this post describing a similar situation, and adding the code below works exactly as I need, however, now the “resumeAnimation” does this for all cases – I need both “resume” and “resumeReverse”.
case 'RESUME': action.paused = false; action.timeScale = -action.timeScale; break;
https://t.me/pump_upp
2020-01-04 at 2:03 am #22545GLiFTeKCustomerA hack for that would be a loop that increases Or decreases a “playing” variable every frame, and a user click to start/stop it.
Then have your animation be controlled by it via the “set animation frame” puzzle that follows the variable in the loop.
After using math to dial in the proper rates, you’d make the reverse control be times -1.And use what uri mentioned as a playhead scrubber.
You have the position of a handle object (Which uses the when dragged event) put in the “frame” field of the “set animation frame” to (as you would the “playing” variable in the hack
I use that method all the time.Visit the GLIFTEK Verge3D Plugins Store!
GLIFTEK.com for Plugin Documentation & LIVE DEMOS!
LIKE The GLIFTEK Facebook Page for updates!
Join the Verge 3D Discord Server!
plz share Discord link & on your signature! -
AuthorPosts
- You must be logged in to reply to this topic.