Is USD the Future of 3D Animation / VFX?

  Рет қаралды 159,241

Sir Wade Neistadt

Sir Wade Neistadt

Күн бұрын

Пікірлер: 263
@SirWade
@SirWade Жыл бұрын
Which example was the most intriguing to you? Any ideas what you'd want to do with all this tech? :)
@TheHighFlys
@TheHighFlys Жыл бұрын
I'm killing for PhysX 5 capabilities inside either Unity or UE5, USD on the other hand is easily the future and animation curves are the next big update
@ThePowerchimp
@ThePowerchimp Жыл бұрын
Tools like Omniverse is the main reason Ive never been tempted by an AMD graphics card. nvidia has better integration with pro apps like maya for GPU rendering etc. so many tech review youtube channels are focussed on gaming and rarely do i see this pointed out.
@DarkerCry
@DarkerCry Жыл бұрын
tbh I'm still not completely sold on Omniverse, if you're working inside of Unreal wouldn't you want to skip Omniverse and to just have your USD scene directly inside of unreal instead? Maybe if you don't have a decent physic simulation app, like Houdini I could see it being useful but even Blender is getting pretty good at that stuff now.
@romeoinferno
@romeoinferno Жыл бұрын
Great summary of USD! You mentioned using alembic from Maya to UE because of deformations. But does USD support non linear deformations (Like lattices)? Since UE still can't handle non linear deformation, I wonder if this would be a nice work around. Thanks again for the great content!
@whynotcode
@whynotcode Жыл бұрын
I'm mostly interested in Apple Vision Pro's adoption of USD. Reality Composer Pro is a quick way to make little USD scenes. Their converter from glTF doesn't work that well. I don't know if USD will ever be able to make it to the web but glTF is so limited compared to USD.
@JohnLogostini
@JohnLogostini Жыл бұрын
Seeing USD replace crazy closed source formats like filmbox makes me happy as a open source guy
@zakaria20062
@zakaria20062 Жыл бұрын
I find that required lot space in harddrive You can share what you are using in windows ?
@JohnLogostini
@JohnLogostini Жыл бұрын
@@zakaria20062 I am not using the live link but i have a 2TB NVME that i use under Gentoo and Windows
@pardismack
@pardismack Жыл бұрын
USD is open-source but it requires specific hardware from nvidia (an RTX card). even closed source formats are not as predatory and exploitative as this strategy. look how much the video emphasizes on USD being open-source, and completely ignoring how using it requires specific hardware from 1 company along with software and plugins that come from it.
@JohnLogostini
@JohnLogostini Жыл бұрын
That's true if your useing Omniverse but not if your just using it like a intermediate file format
@CptJhonprice
@CptJhonprice Жыл бұрын
​​@@pardismackwhy you need nvidia card for usd? You can use where eva u want the render engine need to support open formats like mtlx and usd
@cloudshifter
@cloudshifter Жыл бұрын
USD needs to become a thing. The sheer fact that you need to re rig or change a bunch of parameters from program to program is work flow killing.
@scottwilson3378
@scottwilson3378 Жыл бұрын
USD out of the box won't give you a full rigging solution. At the moment, a USD rig may look more like an FBX or gLTF rig. However, you could use USD to describe all of your rigging elements, then write a solver, then have each of the DCC packages just use your rig solver instead of its own if you want to have a much more complicated rig system.
@pipeliner8969
@pipeliner8969 Жыл бұрын
@@scottwilson3378 true. The USD team is thinking about it but this will take like 10+ years and all DCCs have to adapt
@mpsterprod
@mpsterprod Жыл бұрын
@@scottwilson3378 there is no sense in USD, there is no need to standardize infinity
@scottwilson3378
@scottwilson3378 Жыл бұрын
@@mpsterprod I'm not sure if I understand what you're saying. USD is designed to represent a scene. You could probably go as far as making it the scene format for a DCC package, if you're interested. It isn't designed to be a representation for an image or volume, for example.
@kmolnardaniel
@kmolnardaniel Жыл бұрын
@@scottwilson3378oh yeah, not just support one dcc's rigging package, but support more, with 100% interchangeability. Amazing idea.
@maximevincent3834
@maximevincent3834 Жыл бұрын
As someone who worked on the early stages of Omniverse as an NVDIA intern in 2019, it's very exciting to me that more and more people are talking about the technology and how it can be beneficial to both big productions and small teams. Great video!
@daytimerat
@daytimerat Жыл бұрын
o7
@kamenblackguy
@kamenblackguy Жыл бұрын
It was great meeting you at Siggraph! I was the awkward Bahamian stunt guy doing live demo for Rokoko. I wish I got to watch the USD talks while I was there. Keep rocking these videos!
@BBWahoo
@BBWahoo 5 ай бұрын
Don't feel too bad! There are plenty of awkward people!
@OfficialAEPBR
@OfficialAEPBR Жыл бұрын
I have never tried USD but this video really has shown the capabilities 😮
@Ignash
@Ignash Жыл бұрын
Because it still doesn't work everywhere properly.
@iidoyila_live_
@iidoyila_live_ Жыл бұрын
and has a stupid name
@scofrona
@scofrona Жыл бұрын
I think I literally just read recently that the one area USD hasn't been able to effectively break into is rigging. If rigging tools and hierarchies could work outside of application specific formats that would be incredibly powerful, especially with something like Control Rig coming to Unreal where they want animation to be possible not just in external software. Or even for making it possible to convert rigs more effectively between say Maya and Blender.
@mati-codes
@mati-codes Жыл бұрын
There's some promising development for that in the works. Pixar shared some plans for their OpenExec proposal which could serve as the lower-level execution framework for a rigging system within USD. Keep an eye out! 🙂
@dalelinney8437
@dalelinney8437 11 ай бұрын
Would we still be breaking ToS by taking a USD Metahuman out of Unreal tho?
@kamazooliy
@kamazooliy 11 ай бұрын
@@dalelinney8437 nah. As long as it ends up back in unreal in some form.
@efex5720
@efex5720 Жыл бұрын
Nice Video, regarding why usd is so small and fast, one big reason is the way it handles attributes. For example Position and UV's, usually when you write out a cache all the attributes are written out for every frame, while in usd it is smart enough to understand that uv's do not change over time so they are only written out once and only the attributes which do change are written out every frame. Also it supports something called indexing where it can store all the values which exist and simply point to the value for a point instead of writing the same value multiple times. When you make proper use of this system you write out a usd file which on its own is useless because you can only write the changes in there, so even leaving out the information how to draw the geometry. But when you layer this on top of you asset in t pose for example you have the entire animation for a tiny fraction of the filesize you usually would have, that is how we do it at the studio for example. And of course there are more things going on under the hood which i also do not know yet, but it is super optimized.
@Im_Ninooo
@Im_Ninooo Жыл бұрын
the Blender implementation can still improve but it's enabling me to render my animations in UE5 (mostly 60FPS so no Cycles and Eevee is quite limited). super promising technology!
@ComixProductions
@ComixProductions Жыл бұрын
What makes me really excited is rendering my Blender projects in something like UE5 for faster results, ofc using USD! Glitch Productions already do it with their Maya projects (although im not entirely sure if they use USD) but this kind of workflow looks so amazing and i hope that info for it gets more and more accessible since trying to use it before was quite hard for me 😅
@thornnorton5953
@thornnorton5953 Жыл бұрын
Both USD and MaterialX are the future. Shouldn’t take an entire investment to switch programs and renderers.
@callumaustin9567
@callumaustin9567 Жыл бұрын
This all sounds great in theory but USD has some big problems. Firstly, the implementation of USD per studio can be totally different. In that sense it's not universal at all. The second problem is that it was made at Pixar and works well for their tools such as Presto. But when you're relying on 10 different companies to implement it, like autodesk, sidefx, maxon, etc... you start to notice how different and clunky the implementation can be. For example, using USD in Solaris stops users from using regular SOPs unless it gets converted back to regular geo. In maya, there's a USD outliner, which means there are two outliners, hella confusing. Thirdly, it's complicated. You need skilled TDs or engineers to properly set up a pipeline for this in order to get everything working together for modeling, texturing, rigging, animation, fx, lighting, compositing. Whereas with say, alembic, you can just export and import and do everything the vanilla way with minimal pipeline. And besides, something like rigging with never be universal. Finally, and this is perhaps the worst thing about USD..... it stifles competition. Developers of 3d software, and renderers are now locked in an confined to using a specific set of requirements. They can't adjust their workflow to work outside of USD because then it's not longer universal. This is perhaps the most overlooked problem.
@Magmoe
@Magmoe Жыл бұрын
Sorry, but this is nonsense
@MichaelHurdleStudio
@MichaelHurdleStudio Жыл бұрын
Great presentation. You are so correct. USD is the future. I've connected with many other 3D artists that use different 3D apps, and we all can work together without having to learn a new 3D program. I'm a fan of USD. I'm currently learning how to move USD files from Maya to UE5.2. It's a Game changer.
@CreativeSteve69
@CreativeSteve69 Жыл бұрын
As someone like me that has been getting into fun world-building type projects recently. Working a couple right now. Seeing this type of tech being real is really exciting. Especially learning how it can help me save time using different programs from blender, houdini and UE5.
@hardwire666too
@hardwire666too Жыл бұрын
I'm glad to hear athere was a lot of talk about USD at Siggraph. I've been waiting quite a while for wider more general adoption of it.
@normietwiceremoved
@normietwiceremoved Жыл бұрын
This is probably really useful for realtime virtual production too.
@hazonku
@hazonku Жыл бұрын
This is EXACTLY what we all need.
@owenjenkinsofficial
@owenjenkinsofficial Жыл бұрын
This was one of the better explanations I've seen on the reason USD and Omniverse work so great. I myself need to explore its capabilities a bit more, since last time that I downloaded Omniverse was right before a big project and so I ended up neglecting the whole "learn how to actually implement and use it". I do love how easy it looks like it has become to implement this into a team workflow whether local or abroad!
@Toebex
@Toebex Жыл бұрын
I think the most important part about USD is how much these artists deserve to have more in their bank accounts.
@XianJaxxon
@XianJaxxon Жыл бұрын
In theory, USD is great, but in practice it's a mess unless you have a TD lead team that can convince everyone to take this very open-ended format and add their work via a rock-solid and agreed-upon structure. Most of the studios I work with aspire to use it company-wide, but as of yet can't do so because differing teams have different needs that step on the toes of other teams. USD was designed to make things simpler, but in reality it adds an extra layer of complication to an already complicated process. I hope as we move forward USD will become more facile, but it's not there yet.
@theshizon
@theshizon Жыл бұрын
Walt Disney animation uses USD and it's amazing, yes it's an extra layer, but, the structure takes care of itself from department to department. Publishes are automatically inserted into the scene. It doesn't step on the toes of other teams at all.
@XianJaxxon
@XianJaxxon Жыл бұрын
@@theshizon I'm glad to hear that somebody's making it work.. of course it would be Disney - a company that has the resources to make it work. A lot of smaller companies thus far don't.
@catsnorkel
@catsnorkel Жыл бұрын
@@XianJaxxon pretty much every larger studio is USD based now, or at least transitioning to it, or a hybrid workflow
@XianJaxxon
@XianJaxxon Жыл бұрын
@@catsnorkel no argument there; the studios I work for are also transitioning to USD...they just haven't done it yet due to the reasons I listed. There's so much room for chaos in the USD if not handled correctly, especially in a parallel development pipeline. With a Dev Team that sets guidelines for use hopefully this could be avoided, but I haven't seen it work yet as a company-wide approach.
@XianJaxxon
@XianJaxxon Жыл бұрын
I should say they're 'starting' to transition... baby steps.
@PhilR0gers
@PhilR0gers Жыл бұрын
It's great to hear industry news from you. I had already seen the USD importer in Blender's Import menu, but didn't know anything about it. Now I know that USD is something that I need to pay attention to in future if its growth is as rapid as you say.
@SteveTalkowski
@SteveTalkowski Жыл бұрын
Great overview Wade! Nice meeting you in person at the Epic Games presentations.
@ZCoreStudio
@ZCoreStudio Жыл бұрын
recently started using 3D landscape with 2D animation... hopping between blender, substance painter, and unreal engine is a chore looking forward for U.S.D
@GaryParris
@GaryParris Жыл бұрын
Blender has USD import and Export, Pixar love Blender dev :O)
@asr59
@asr59 Жыл бұрын
I find there are many videos talking about USD as a file format, hardly any of them talk about the concepts and organisation within the file
@SodaDjinn
@SodaDjinn Жыл бұрын
Great video! I remember whenI had to export a scene from Blender to UE5 last year and FBX just wouldn't play nice. I was recommended to use USD and import as USD scene. Worked like charm and I've kept using USD since without really thinking too much about it. Still, it's good to have it explained a little more so thanks!
@jatinjulka6478
@jatinjulka6478 Жыл бұрын
But usd is not nicely developed yet right now as in use for animation . Its straight go into level seq nd if i build new level all the assets go missing location - last time i had so many objects i had to relink etc
@heisenberg64_
@heisenberg64_ 6 ай бұрын
Thank you for explaining. Really helped me understand.
@NVIDIAOmniverse
@NVIDIAOmniverse Жыл бұрын
#OpenUSD for the win 💚
@GabrielPaivaHarwat
@GabrielPaivaHarwat Жыл бұрын
Could you please officially clarify if omniverse is free for commercial use?
@LucasTbooker
@LucasTbooker Жыл бұрын
Thx so much for the video. I’ve first entered in contact with this USD format a couple of weeks ago. But was too busy to sit down and study it. So, by now, I still hadn’t understood. Thanks!
@DaimonAnimations
@DaimonAnimations Жыл бұрын
As an Animator this felt a little bit over cumbersome but it would be nice to have a tutorial how to set it up.
@3DJapan
@3DJapan Жыл бұрын
LightWave has been doing this with Unreal for years.
@adnanerochdi6982
@adnanerochdi6982 Жыл бұрын
been waiting for your omniverse episode ever since you promised it, thank you!
@ShaneCasserly
@ShaneCasserly Жыл бұрын
I had no idea od the capabilities of USD and its function. wow.
@StdDev99
@StdDev99 11 ай бұрын
The dream of having a real universal format sounds nice on paper. But even with USD, each tool exports custom stuff inside that no other tools understand. Or have to sacrifice some details to make it exportable. For example, try to export some omniverse assets and view them in usdview
@skurow3611
@skurow3611 Жыл бұрын
Thanks for the awesome video! Great to see you at Siggraph in the Epic breakout room. Wish we could have had some time to chat.
@LOVER_LINK
@LOVER_LINK Жыл бұрын
my show uses usd, it saves so much time
@dddono
@dddono Жыл бұрын
USD is probably the sorriest name this thing could have. Just replace every utterance of it with money 😂
@skatehansen
@skatehansen Жыл бұрын
From my understanding, the reason alembic is so slow. is that it caches out each frame as a separate mesh. instead of deforming the original mesh.
@ShivKachiwala
@ShivKachiwala Жыл бұрын
amazing update! This is mind blowing and saves a ton of time and directly puts creatives into their creative workflow! USD is amazing, will try this out soon!
@Pixel_Box
@Pixel_Box Жыл бұрын
I mean giving animators more time and money definitely will help
@mmbbff
@mmbbff Жыл бұрын
I work with USD every day and we have changed and adapted our entire pipeline for it. let me know if you want to have a chat or if you are planning to do an update/second USD video.
@jmalmsten
@jmalmsten Жыл бұрын
I really do hope Blackmagic Design does double down and really implements USD fully for Fusion, both standalone and inside resolve.
@4.0.4
@4.0.4 Жыл бұрын
That would be really cool, but isn't the renderer they have quite limited? I'm not sure, maybe you can comment on that.
@jmalmsten
@jmalmsten Жыл бұрын
@@4.0.4 With v18.5 there was "Initial support" for USD files in Fusion. With a renderer that at first couldn't do shadows. I think it has shadows now in a recent patch but I haven't seen too much buzz around it. The USD system in Fusion also has "support for Hydra based renderers, such as Storm". What that will mean for adding third party Renderers with more features and better optimized performance, I don't know. At the moment, it's baby steps. Fusion right now has two very separate 3D systems. I do hope they take things further to merge them seamlessly in a near future. Since USD seems to become the defacto industry standard, I think they have a lot to lose if they don't. But yeah, if I could build full scenes in Blender, import them to Resolve Fusion, do final camera animation there, and render with something like Omniverse or Unreal 5 in Fusion and have full playback on the Resolve Timeline (probably assisted with cache renders)... That would be such awesome, much wow. But at the moment, you need to talk with someone more skilled and up to date with Fusion USD 3D if you want more than just speculation. And, of course, we need to badger Blackmagic relentlessly so they know we don't want them to forget about the USD bits in Fusion. :)
@unknownclint1740
@unknownclint1740 Жыл бұрын
it would be useless imo, in fusion maybe but fusion is dying
@wileji
@wileji Жыл бұрын
Your wish has been fulfilled
@jmalmsten
@jmalmsten Жыл бұрын
@@wileji I'm not sure it has... yet... Yes I have seen the recent updates. It's going forwards. But I do hope they fully merge the two systems soon. I mean. For one thing. How would I make a 3D tracked camera that renders a USD object? The camera tracker can export a legacy 3D camera with all the animation. But I see no way to put a USD render in that pipeline. It's still very separate. If they merge the systems somehow or port most functions to the 3D renderer (presumably to keep the old system for compability). My hopes are still there, but I wouldn't say that my wishes are granted... at least not yet.
@LeSpicey
@LeSpicey Жыл бұрын
USDs are great, but only when implemented right. I’ve worked at companies that don’t use them right, and boy are they a pain to work with in those situations. For example, one company would not have the writing of the usds working properly, which would cause a lot of the overwriting that may happen to not happen properly, causing errors all throughout the scene. But when it works, it works wonders
@juhairakhter1495
@juhairakhter1495 Жыл бұрын
When u can export as USD but don't receive any USD 😭 3D is a funny industry
@azv343
@azv343 Жыл бұрын
Thank you for pronouncing nucleus correctly
@ramdogproductions
@ramdogproductions Жыл бұрын
So awesome Sir Wade!! Thnx for the break down with tons of examples. SIGGRAPH rocks!!
@adamzunder7370
@adamzunder7370 Жыл бұрын
Great stuff, thanks for the crash course!
@pascalcreativedesign8790
@pascalcreativedesign8790 Жыл бұрын
Thanks for everything. You are totally inspiring. You must have French or Italian blood. You talk with your hands...lol amazing.
@yumri4
@yumri4 Жыл бұрын
If and when i work with another this sounds like it will be useful
@DanialBarazandeh
@DanialBarazandeh Жыл бұрын
I tried it a little bit. I used to connect my Unreal Engine 5.3, Substance Painter, and Blender together. Sadly, when you work with multiple software and they regularly push an update, sometimes your connections on Omniverse will not support the new updates. You need to wait a little bit or use the older version. Sometimes, the setting up process could face some issues that take time to solve. Of course, if you want to see real-time changes on the file, you need to have all the software open by nature; this kind of software is demanding. Using it in a solo environment or a small indie team would not make sense. It would be way more usable on more significant projects. But at the moment, it needs a lot more work to be stable.
@RosemaryCemetery
@RosemaryCemetery Жыл бұрын
If USD has million haters, I'm one of them. If USD has one hater, that's me. If USD has no haters, I'm dead.
@TheHighFlys
@TheHighFlys Жыл бұрын
ytho
@AlFredo-sx2yy
@AlFredo-sx2yy Жыл бұрын
@@TheHighFlys because its an attempt to make a standardised format for something that is inherently non standard. Each graphical application, program, engine, etc, handles the implementation details in a different way according to their needs at the time. A common description method for data across all platforms makes no sense... in the end you're just making another format just like the already existing ones. Think about this: an engine implements their own graphics pipeline based on PBR graphics. Then we have an egine specifically made for graphical 2D applications. Now we have an engine designed for NPR graphics... you get the deal. Each of this has their own implementation of what a material is, what shaders are used, what information and attributes each material has, etc... because why would you add the performance overhead required for PBR in a program that was made exclussively for NPR or flat shaded graphics for visualization? In the end, USD is just like any other format... the fact that the changes happen in real time is not a feature of USD, you can implement the exact same thing with fbx or obj or any custom self made format that you want. Because there has to be a translation layer between the format and all the implementation specific details for every single program. In the end, if you want a certain attribute or feature to be supported, you need to add it to your format, and then you need to translate it for the programs that are going to use it, very much just like any importer ever made. Jblow made already a realtime asset reloader, which people went crazy over even tho its one of the simplest technologies one could even code in computer graphics... USD is not the solution to standardized formats because programs will still be implementation defined. This can only make sense if we reach a point of adoption similar to how graphics programmers adopted opengl as a standard for graphics programming. Which would mean that now all graphics applications would have to be constrained by a standardized imposed system, which you are not guaranteed that people will even follow when implementing their own graphics applications... so in the end, USD doesnt solve any problems, it just offers a new format and tooling that you could implement literally for any other format ever. In short, its not a feature of USD, its a characteristic of the programs, and you could use any other open format for the same purpose...
@mwmingram
@mwmingram 4 ай бұрын
Thank you.
@dancingshapes
@dancingshapes Жыл бұрын
I have an issue with usd at work as an animator. When modeling department is updating and pushing as asset but rigging deptartment still didn't update and pushed it. Then I get errors when I try to publish and push the animation, I have to wait until the rig file and model file are all in sync. I tried to understand from the pipeline department but they just say that it's how usd works. I don't know if there is actual a solution for this, but as an animator it was more straight forward when we worked with alembics. And on another note > would be amazing if Blender could add shapekeys to cached animations (usd or alembic), unfortunatly it is still not possible, but it could be an amazing shotsculpt tool in a usd pipeline.
@ilovepancake3518
@ilovepancake3518 Жыл бұрын
wade talks about working working on one project with diffrent softwares simultaneously, meanwhile my pc dies if i only try to open the UE5 💀
@benas763
@benas763 Жыл бұрын
I know the pain 😭
@ClatyonSilvey
@ClatyonSilvey Жыл бұрын
Cool shirt!
@GreenJay
@GreenJay Жыл бұрын
Me when I thought USD was a United States based currency (I was unaware of this tool)
@tronotrond
@tronotrond Жыл бұрын
Great video and summary of Siggraph! Looks like Omiverse have a whole lot more potential than I initially thought
@mati-codes
@mati-codes Жыл бұрын
Great explanation of USD!
@brunocandia9671
@brunocandia9671 Жыл бұрын
The big problem! with USD, especially for environments, is that it doesn't give you the free option to manipulate the materials, you don't have full control as an artist here. You can only use it with the set parameters of each software(USD), that's a big problem for me. (The other problem is the optimization of the shaders, they weigh a lot.)
@angel_bunny
@angel_bunny Жыл бұрын
Thanks for keeping me informed... need to keep up so I don't lose my 3D knowledge/skills Q_Q
@shamgartruth1449
@shamgartruth1449 Жыл бұрын
I have been looking for a way to transfer Daz models to Blender with all the morphs, rigging, constraints and textures included. This looks like a great way to get that done, thank you.
@Justinjaro
@Justinjaro Жыл бұрын
As someone who has worked with USD and coded USD pipelines for tv and film, it's not really viable for less organized artists and teams. Every file and asset needs to be referenced via a path and preferably a local path just to load a USD scene. I still run into people who just load textures from their downloads folder and wonder why they can't share projects.
@WXB3D
@WXB3D Жыл бұрын
Until now its been a lack of competition due to commercial 'pearl clutching' thats hindered progress on open file formats.
@Attilakiralyart
@Attilakiralyart Жыл бұрын
Can you please do a simple rendered animation with a visual effect, and a tutorial on how to use USD on a "BASE" level? 🥺🙏 Would highly appreciate
@Blueyzachary
@Blueyzachary Жыл бұрын
United States Dollars really do fund Disney
@petichie
@petichie Жыл бұрын
thank you for describing this, i get it now
@Mylesanimate
@Mylesanimate Жыл бұрын
This is open Source?! This is HUGE
@IrocZIV
@IrocZIV Жыл бұрын
This is pretty exciting.
@fraserec
@fraserec 2 ай бұрын
yes
@clearpill
@clearpill Жыл бұрын
Impressive. I wouldn't be surprised, however, if all of this data is being used for 3D asset neural network training. When free, remember, *you* are the product.
@putraingga1319
@putraingga1319 Жыл бұрын
Thank you for making this video
@kakaxifx4913
@kakaxifx4913 Жыл бұрын
USD is still not good enough, it has many compatible issues. For example, you cant export USD model with mutilple material from Blender.
@SirWade
@SirWade Жыл бұрын
I think the Blender support is still a bit fresh, but I expect that'll hopefully be added before long 🤞
@Beryesa.
@Beryesa. Жыл бұрын
Open standards FTW.
@Kitschyfornia
@Kitschyfornia Жыл бұрын
Frozen 2 did not have a USD pipeline
@ConnorThomas
@ConnorThomas Жыл бұрын
Great explanation!
@RayTech70
@RayTech70 Жыл бұрын
This kind of reminds me of the birth of Java, which performed horrendously slow on equipment of that day... like Java, USD is horrible for real time maniuplation. I have converted simple scenes from Unreal to USD and could not stand the peformance. Same with other platforms going to USD. Again, I think in 10 years hardware and bandwitdth will catch up.
@Arthur_Vilarinho
@Arthur_Vilarinho Жыл бұрын
Oh so it’s like the BIM of animation and vfx? (BIM = building information modeling, used for architecture and construction)
@ルイ-f4g
@ルイ-f4g Жыл бұрын
Feels weird saying this as an animator but I miss the days when all you needed to make a film was some lighting equipment and a camera. And, yes, a good story...
@RG_77
@RG_77 Жыл бұрын
Would be nice to hear how to link Omniverse with each of these applications and swap data non-destructively.
@Yipper64
@Yipper64 Жыл бұрын
6:12 I didnt know about audio deface. I mostly do this kind of 3D work for VR Chat. I know, not the most professional context but still. If im following this can make creating the lip sync visemes easier? That'd help a lot for making avatars.
@lospuntosstudios5149
@lospuntosstudios5149 Жыл бұрын
USDZ to Blender. Textures gone 4ever
@merdoVFX
@merdoVFX Жыл бұрын
Can make tut about ur workflow for usd and almbic?
@AnimatorHeadSpace
@AnimatorHeadSpace Жыл бұрын
Sweet! Video.
@sanjaykumarsingh6403
@sanjaykumarsingh6403 Жыл бұрын
i have a question🙋 how can i render my animation like dream work animation and other professionals please answer
@GrimDuskEntertainment
@GrimDuskEntertainment Жыл бұрын
What tutorials are there for fluid simulation
@GENIUSGT
@GENIUSGT Жыл бұрын
I thought USD was a 10 year ago product at this point. Also is MaterialX part of USD or is that its own thing?
@xetra1155
@xetra1155 Жыл бұрын
So the "realtime" syncing with USD requires NVidia Omniverse? I am a Unity Developer and would like to have a live sync with my 3D artist so i can see his changes made to the model asap in my Unity scene. Is this a working use-case?
@SirWade
@SirWade Жыл бұрын
I think so, as long as Unity has a connector (which it probably does) I haven’t tested personally
@atlanteum
@atlanteum Жыл бұрын
How will USD affect licensing for assets like MetaHumans, which can - according to the Terms of Service - ONLY be rendered in Unreal Engine? At least, for projects intended to be commercially released.
@IndianCitizen04
@IndianCitizen04 Жыл бұрын
Blender way behind the league. They are busy with Geometry Node alone. Their animation capability, Rigging system is primitive so their USD capability. Though there is a special branch dedicated for USD mainly by nVidia Omniverse and they are also still lagging in automatically convert the materials compatible with USD. Particularly the hair shader is the main problem. Blender is beautiful only within Blender Eevee and Cycle render, outside that the pipeline capability is zero be it Unreal or Omniverse or Maya or Reallusion ( the black horse in animation Industry).
@GaryParris
@GaryParris Жыл бұрын
Blender will be fine, there are issues because of the variations of implementation of USD versioning that is part of the reason you may be experiencing issues, but Blender has had USD for a year already, new updates to the import/export of USD is continually updated. Of Course GNodes is getting updates(because everything nodes is end goal), but each new release has seen incremental updates in all kinds areas, but if more people contributed to the fund and code then things would move quicker, but too many people use it, abuse the Devs and contribute nothing of real value to a huge project the likes of big budget competitors have!
@IndianCitizen04
@IndianCitizen04 Жыл бұрын
@@GaryParris Primary work of a DCC app is animation and its pipeline to other app. No application is perfect and that's why USD is emerging. Lumen (Unreal Engine) is the king of raster rendering, Maya is the king of animation. Even comparatively cheap DCC app like 3D Coat ( UV , automatic retopology and Texturing) and Marmoset Toolbag ( RT Raytracing) is coming up leaps and bound. The raytracing feature of Toolbag 4 is really impressive. But except old fbx format we could do nothing to export from Blender to Toolbag 4. USD is not coming perfectly. Being a diehard Blender user, I said those words in frustration not to abuse anyone.
@blenderblender792
@blenderblender792 Жыл бұрын
I'm gonna try Omniverse, see how it can remove the most difficult part of making animation, the making it all link up without the "let's try this... no that doesn't work... let's try this other setting and see if that works... no" I also want to try the audio2face, see if that works as promised.
@blenderblender792
@blenderblender792 Жыл бұрын
@@blendersarelikevegans I'm not expecting the Zapruder film either.
@flamingburritto
@flamingburritto Жыл бұрын
Is there a video or an article discussing it's uses in game design and development?
@pumpkinsupreme4682
@pumpkinsupreme4682 Жыл бұрын
neat stuff!
@ИларионХлыстов
@ИларионХлыстов 5 ай бұрын
Лайк поставлен, комментарии оставлен.
@adamcampbell9806
@adamcampbell9806 Жыл бұрын
To everyone in the real world USD means United States Dollar... really wish they could come up with a better acronym.
@loloman117
@loloman117 Жыл бұрын
hello, I am an amateur 3d animator, I need some help but I don't know any forums to talk about this, hope you or any in this comment section could help me, my question is: I used to work with maya but very briefly 3 years ago during college, I am starting again using blender as my main framework, but with this new USD type should I move to another software? Or is more like the combination of using every software together like in adobe, like, editing in photoshop, compose in illustrator and animate in after effects? or should I go with the omniverse and start from scratch, thanks for the help!
@lunabeige
@lunabeige 10 ай бұрын
does nvidia audio2face work in every language? like italian audio
@nathorji5097
@nathorji5097 Жыл бұрын
I noticed USD does not bring in your animation of key frames So what's the big deal with it, please let me know or am I doing something wrongly
@SirWade
@SirWade Жыл бұрын
It brings in the deformed mesh for all frames, not the keyed rig - this is typically the feature film pipeline approach
@nathorji5097
@nathorji5097 Жыл бұрын
@@SirWade thanks for the info. But it didn't work for me to export USD cinema 4d and import to blender Please can you show us how
@morbid1.
@morbid1. Жыл бұрын
also "USD" is very unfortunate acronym...
@totallytoffy
@totallytoffy Жыл бұрын
They need to name it something else for people outside of america USD just sounds like the freedom dollar /hj
@xincheng999
@xincheng999 Жыл бұрын
What is USD? U.S Dollar! Just kidding lol, great video.
@jacobcropper4785
@jacobcropper4785 Жыл бұрын
I'm curious how larger collaborative projects keep their main file up to date with USD if multiple people are working on a subfolder in the file. My understanding of projects and project work flow is with Blender. I know you can import object, materials, node trees, etc. from other .blend's. Does it work similarly with USD format?
@justanothercommercial
@justanothercommercial Жыл бұрын
Lol I wonder if it’ll be like working with git or github version control
@PaulEuvrard-hc9xd
@PaulEuvrard-hc9xd Жыл бұрын
So can I make something in blender and the just render it in UE 5 while both programs are running simultaniiusly ?
@SirWade
@SirWade Жыл бұрын
I don’t know if Blender has full scene sync yet - some apps do and some aren’t quite there yet, but once it’s for sure in there, yes! I think not yet though
@PaulEuvrard-hc9xd
@PaulEuvrard-hc9xd Жыл бұрын
@@SirWade Well then there is hope I suppose. I guess being able to seamlessly in port and export models and animations and textures will be a good start
10 Lighting Setups for Your Animated Shots
21:42
Sir Wade Neistadt
Рет қаралды 25 М.
Did Pixar Just Change the Future of 3D Forever?
14:28
Kaizen
Рет қаралды 149 М.
Do you choose Inside Out 2 or The Amazing World of Gumball? 🤔
00:19
Cute
00:16
Oyuncak Avı
Рет қаралды 12 МЛН
когда не обедаешь в школе // EVA mash
00:57
EVA mash
Рет қаралды 2,9 МЛН
We Gave NEW Dune OLD Dune VFX
24:51
Corridor Crew
Рет қаралды 3,1 МЛН
400% FASTER Animation with Studio Library
20:40
Sir Wade Neistadt
Рет қаралды 43 М.
OpenAI’s New ChatGPT: 7 Incredible Capabilities!
6:27
Two Minute Papers
Рет қаралды 178 М.
My Indie Blender to Unreal Engine 5 Workflow for Game Environments
10:23
Goo Engine and the Future of 3D Anime
22:49
Blender
Рет қаралды 66 М.
Why don't subtitles match dubbing?
8:26
Tom Scott
Рет қаралды 1,5 МЛН
James May finally drives the Tesla Cybertruck
14:15
James May’s Planet Gin
Рет қаралды 6 МЛН
Animating HEAVY Weight (Objects, Punches, Throwing)
10:16
Sir Wade Neistadt
Рет қаралды 24 М.
What is USD: A Primer | Rob Stauffer | SIGGRAPH 2019
38:24
Houdini
Рет қаралды 52 М.
Do you choose Inside Out 2 or The Amazing World of Gumball? 🤔
00:19