Status
SteamPeaks
ChartsSalesUpcomingPatchesEventsCalculator
New on SteamEvery app, DLC and depot the minute Steam creates itAppsEvery app on Steam, newest change firstPackagesSubs and bundles, and what each containsDepotsDepots, manifests and install sizesTagsSteam's user tags and the games under themDevelopers & publishersCompanies and their cataloguesTechnologiesEngines, SDKs and anti-cheat found in the filesChange historyEvery PICS changelist as it lands
SignalsNineteen readings of the whole catalogueCompareAny games side by sideRecordsAll-time peaks and the days they were setReportsWeekly and monthly write-upsAlerts & newsroomWatch a game, get told when it movesSteam statusIs Steam up, right nowWeb API explorerTry the endpoints in the browser
EventsSteam's own events and the sales calendarCalculatorWhat a Steam account is worth, and its pile of shame
/
Sign in
/
SteamPeaks
The ultimate resource for Steam data.
ExploreChartsSalesSales and festsUpcomingPatchesEventsRecordsTrendingSignals
DatabaseAppsPackagesDepotsTagsDevelopersTechnologiesChange history
ToolsCalculatorCompareSearchAlertsSteam statusAPI
SiteMethodologyFAQDiscordSupportSign in via Steam
Not affiliated with Valve or Steam. Game names and artwork belong to their owners. All times UTC.
PrivacyCookiesFair useStatus
VIRTUAnimatorEventsUpdate 0.7.6a : COLLADA DAE export!
Game update

Update 0.7.6a : COLLADA DAE export!

VIRTUAnimator · published 19 May 2016, 05:30 UTC

All eventsPlayers around this dateRead on Steam

Despite not being anywhere near an immediate goal, and despite my expectations of it taking weeks, if not months, VIRTUAnimator can now export your scene as a COLLADA DAE format file!

This means you can quickly and easily pose your characters, create the keyframes, then export it for fine-tuning in another application like 3DS Max.

There are some limitations, which I'll talk about right now:
No mesh or texture data is exported. Only transform data is exported. For a character model, this means only it's hierarchy is exported (though complete and intact); for a prop, it's position/rotation is exported.

The main reason for this is because I don't want to put myself in legal trouble if, say, someone puts their content on the Workshop, only to have someone else download it, export it, and use it in a way they didn't allow.

The second reason is that it would take a LONG time to do (I had to write a custom exporter, which I've never done before, for a format I've never used before, using concepts I've never heard of before). If I can figure out a way around the legally-messy stuff, I'll look at extending the exporter to include more stuff.

For the mean time, though, this makes it real easy for someone to bring in a model, pose it, export it, then add the animation to the source model via retargetting (I don't know 3D software, so I don't know the workflow for that). If retargetting in something like 3DS Max or Blender is similar to that in Unity with Mecanim, then it should work nicely. As with the app, this exporter is also in the early phases, so things might not work perfectly.

Moving on to the next feature (though much smaller), screenshots taken with the new Screenshot Tool will now also be saved as a Steam Screenshot, so you can share images of your creations easily with others.

Finally, there have been a few bug fixes to hopefully make things more stable/efficient. The viewfinder should also now work properly, though because I never had the non-render issue, I couldn't exactly track it down. If it still happens, let me know, and I'll look into it some more.

And that about covers it for this update!
Until next time.

More from VIRTUAnimator

Other announcements

All events
VIRTUAnimatorCommunity24 Aug 2016Update 0.8: Stability and PerformanceVersion 0.8 is finally complete! The main focus of this update was upgrading the engine to Unity 5.4, which brings with it some major VR improvements. Performance should be better across the board, with many of the major bugs fixed. Much of the underlying code was refactored, which will make things easier for me to update later on (also part of the reason the update took way longer than planned…VIRTUAnimatorGame update11 Jul 2016Update 0.7.8a: Live RecordingIt's been a while (much longer than expected!), but here's a new update! This update brings about a pretty big feature - Live Recording ! You can now press the brand-new REC (record) button on the objects Info Box (the box that hovers above the object), and as long as you're grabbing a grab point, keyframes will be added (or edited) automatically! You can record over an existing animation, incl…VIRTUAnimatorGame update30 May 2016Update 0.7.7a: Blending and DeletingThis update brings about a nice little feature: Frame blending! What is frame blending? It's a little hard to explain, but it basically smooths motion between 2 poses - no more sharp motion changes! Here's a professional diagram showing off what it does: And here's a basic demo that actually shows it off: Before blending: After blending: So now you can make smoother transitions, from character…