My Dual-System Desk PC
7:04
2 жыл бұрын
RealFlow Showreel
0:14
7 жыл бұрын
Water Similation002
0:22
7 жыл бұрын
Water symilation preview
0:28
7 жыл бұрын
Ryzen Threadripper 1950X unboxing
1:16
Пікірлер
@samwinchester3201
@samwinchester3201 Ай бұрын
Look before I pay so much it’s cheaper and better to buy the mocap head rig 🤣🤣
@CharlesM236
@CharlesM236 Ай бұрын
Why did you split the memory modules, they are paired, and installed that way or bad bios experiences, and bad os faullts. Nice vid thks Greetings from amsterdam
@noahstudio3717
@noahstudio3717 Ай бұрын
This Build has been changed and upgraded but About splitting the memory modules, The motherboard RAM socket configured as one left one right, eg if you have only two sticks, you have to install them in left and right sockets.
@CharlesM236
@CharlesM236 Ай бұрын
@noahstudio3717 I going to read into the manual from this motherboard. But dual inline memory modules are paired memory from one package. If you split this and even if you boot the system in the long run and especially with the used 128gb it give blue-screens in the higher memory concept. These stick are not ecc right? Yes I know, long time ago and change of config. I watch the vid again to see what memory you use in this build. Thanks for responding, and share your thought. Charlesm
@martialarts9739
@martialarts9739 3 ай бұрын
Спасибо друг, я долго тупил, хэхэхэхэ
@cahyaprayoga0475
@cahyaprayoga0475 7 ай бұрын
can it run crysis?
@noahstudio3717
@noahstudio3717 7 ай бұрын
it can create the game itself
@elenashevchenko-l8t
@elenashevchenko-l8t 10 ай бұрын
THANKS !!!! HELPFULL
@LFA_GM
@LFA_GM Жыл бұрын
Thank you so much for this steps. I've just started with DNA calibration. I fixed the script for for Maya 2023 and DNA Calibration 1.2.0: """ This example demonstrates Maya UI Window for simple and non-programmatic creation the scene with the creating functional rig. - usage in command line: - call without arguments: - will not start with error message: "DNAViewer needs to be run with Maya2022" NOTE: Script cannot be called with Python or mayapy, it' must be called in Maya Script Editor. - usage in Maya: 1. copy whole content of this file to Maya Script Editor 2. change value of ROOT_DIR to absolute path of dna_calibration, e.g. `c:/dna_calibration` in Windows or `/home/user/dna_calibration`. Important: Use `/` (forward slash), because Maya uses forward slashes in path. Expected: Maya will show UI. NOTE: If running on Linux, please make sure to append the LD_LIBRARY_PATH with absolute path to the lib/linux directory before running the example: export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:<path-to-lib-linux-dir> """ from os import environ from os import path as ospath from sys import path as syspath from sys import platform # if you use Maya, use absolute path ROOT_DIR = "c:/dna_calibration" ROOT_LIB_DIR = f"{ROOT_DIR}/lib" if platform == "win32": LIB_DIR = f"{ROOT_LIB_DIR}/windows" elif platform == "linux": LIB_DIR = f"{ROOT_LIB_DIR}/linux" else: raise OSError( "OS not supported, please compile dependencies and add value to LIB_DIR" ) # Add bin directory to maya plugin path if "MAYA_PLUG_IN_PATH" in environ: separator = ":" if platform == "linux" else ";" environ["MAYA_PLUG_IN_PATH"] = separator.join([environ["MAYA_PLUG_IN_PATH"], LIB_DIR]) else: environ["MAYA_PLUG_IN_PATH"] = LIB_DIR # Adds directories to path syspath.insert(0, ROOT_DIR) syspath.insert(0, LIB_DIR) # This example is intended to be used in Maya from dna_viewer import show show()
@noahstudio3717
@noahstudio3717 Жыл бұрын
By the way there is a new plugin Called MetaPipe for MH.
@LFA_GM
@LFA_GM Жыл бұрын
@@noahstudio3717 True, first I am trying to get the gist of using Maya then I'll test the free version. Cheers.
@vincentzhang1192
@vincentzhang1192 9 ай бұрын
thank you,very helpful
@Maxparata
@Maxparata Жыл бұрын
I downloaded the latest version on git, and the file "dna_viewer_run_in_maya.py" is not the same file anymore. There are only a few command lines in it: "import dna_viewer dna_viewer.show()" There is no Root dir, or anything, so it's not possible to follow this tutorial anymore :/
@noahstudio3717
@noahstudio3717 Жыл бұрын
It has been log time....., I may need to have another tutorial.
@Maxparata
@Maxparata Жыл бұрын
@@noahstudio3717 That would be nice, because I think a lot of things have changed since then.
@noahstudio3717
@noahstudio3717 Жыл бұрын
kzbin.info/www/bejne/ap6wqpqDfNejgac
@gabeno_delfino
@gabeno_delfino Жыл бұрын
Still does not work, even when i deleted the files and re downloaded again. any ideas?
@rizochi4543
@rizochi4543 Жыл бұрын
Excellent tutor. How is to correctly export custom metahuman with all rigs and controls to unreal? I have some troubles with that
@wuboliang6565
@wuboliang6565 Жыл бұрын
thanks for your help!!
@vaibhav09c08
@vaibhav09c08 Жыл бұрын
thank you
@unrealdevop
@unrealdevop Жыл бұрын
AAAAAHAHAHAHAHAHAHA.......$1250......AAAAAAAAAAHAHAHAHAHAHA.....That's the funniest thing ever.....like I'm going to pay $1250 for something I could re-create at home in an hour or 2 with about $5-$10 worth of materials.........Like no joke.....literally everything needed to make this helmet can be bought at a local store. You wouldn't even need to order the materials.
@KRGraphicsCG
@KRGraphicsCG Жыл бұрын
Or with a 3D printer.
@poochyboi
@poochyboi Жыл бұрын
Do you know how to attach a metahuman head to a different body?
@mimihello7279
@mimihello7279 Жыл бұрын
Hey Noah great tutorial can we swap head mesh with custom one, could you please help a bit?
@noahstudio3717
@noahstudio3717 Жыл бұрын
You can creat new Blendshep for the custom head
@kseniyaradchanka7943
@kseniyaradchanka7943 Жыл бұрын
@hanson251985
@hanson251985 Жыл бұрын
Hi can you edit body rig and mesh with dna calibration? Scale of body rig. Cheers
@ManoCraftas3
@ManoCraftas3 Жыл бұрын
When I do blend shape, the head glitches out and looks horrible. Did you check ,,Check topology" in Blend shape option? Because if I do, it says ,,No deformable objects selected" even though they are selected. Maybe it has something to do with different vertex count, but I don't understand how you can keep the same vertices after R3DS Wrapping
@王欢-b3f
@王欢-b3f Жыл бұрын
Thank you so much for showing this whole process, but I have some problems and need some help. After replacing the original model with the MH model, the new generated UV texture will have the problem of dislocation at the eyeball, which is represented by the stretched and interpolated texture between the eyeball and the skin, so it will cause many fuzzy long triangles. Have you ever encountered such problems.
@ManoCraftas3
@ManoCraftas3 Жыл бұрын
Where do you get the generic Metahuman face? (5:35) Your tutorials gave me a few good ideas on the subject, but it's difficult to follow and key features are not addressed or even mentioned.
@herosreels7337
@herosreels7337 2 жыл бұрын
I met a problem: line 15: DLL load failed while importing _py3dna, how should i deal with it
@keima4619
@keima4619 2 жыл бұрын
Great Work!
@mimiqiao556
@mimiqiao556 2 жыл бұрын
amazing thanks!
@mahmedovdoskiev8239
@mahmedovdoskiev8239 2 жыл бұрын
What power supply did you use? Thank you.
@HieuSang
@HieuSang 2 жыл бұрын
How much des it cost
@AmrAli-gy2xs
@AmrAli-gy2xs 2 жыл бұрын
Hey, amazing tutorial mate! How did you attach/view the texture in the end at 11:42 ?
@noahstudio3717
@noahstudio3717 Жыл бұрын
Project the scan texture to MH using wrap3d(since i used wrap to constract the head mash)
@Instant_Nerf
@Instant_Nerf 2 жыл бұрын
Possible in 3DS max?
@noahstudio3717
@noahstudio3717 2 жыл бұрын
There is no MH plugin for 3DS max.
@Jsfilmz
@Jsfilmz 2 жыл бұрын
I once told an old friend this day would come but he never belived me. RIP Yusef @ayamexpert
@noahstudio3717
@noahstudio3717 2 жыл бұрын
We are geting closer and closer to know everything about MH so we all can manuplate it as we like(RIP big studios and ....lol)
@yihemyalfal9834
@yihemyalfal9834 2 жыл бұрын
That's amazing ashu👍👏👏👏
@SK-hj1xh
@SK-hj1xh 2 жыл бұрын
I don't understand... Can I change a face geometry using sculp and after that all joints replace their position in new place? Now i only see that face can change by moving joints. In this way impossible to make face form that needed.
@noahstudio3717
@noahstudio3717 2 жыл бұрын
Currently I am working on runing the script in maya once I coplite all scripts I will start looking in to the proper use of those scripts. I understan the scripts are very impotant for modifing the MH.
@yongz28
@yongz28 2 жыл бұрын
Thank you for your detailed tutorial, may I ask if this can only adjust the head? Can the body adjust? thanks
@noahstudio3717
@noahstudio3717 2 жыл бұрын
I am working on testing all scripts . I have tested only three of them, am still learing the proper use of this script.
@luisquesadamarcos
@luisquesadamarcos 2 жыл бұрын
Great!!!!
@cgartist1447
@cgartist1447 2 жыл бұрын
wow! i am waited this video from you! thank you very much! it is awesome! Thanks to you, I started to learn Maya and do not afraid anymore!) i am also practic to change body and head metahuman and yesterday it was holiday for me when i know about DNA and i started to search info about it and first place where i go it is your channel)) i am happy to see how fast you make instructions! one moment stay for me the secret - how to export DNA file from maya to use in unreal engine?!) or file changing automatically?
@noahstudio3717
@noahstudio3717 2 жыл бұрын
Thanks for the comment. In the future I am going to do more tutorials about MH.
@AlphaPlaysFPS
@AlphaPlaysFPS 2 жыл бұрын
Can I ask what ECC RAM you used for the left side?
@StyleMarshall
@StyleMarshall 2 жыл бұрын
haha , awesome! 👍 looks cool !
@叶枕头
@叶枕头 2 жыл бұрын
Hello, the video is very good and helpful to me. I would like to ask how to add custom fur (created by MAYA XGEN) to metahuman? Both beard and eyebrow can follow the animation. I hope you can help me with this. Thank you.
@racerx1777
@racerx1777 2 жыл бұрын
i cant understand a word you are saying man! smh please dont ever make another tutorial
@kingdeanvfx
@kingdeanvfx 2 жыл бұрын
what maya version u use? 2020? 2022 and 2023 not work right
@haizeaflores1268
@haizeaflores1268 2 жыл бұрын
The setups are ongoing softs
@znaigardz9876
@znaigardz9876 2 жыл бұрын
You are a living god among n, a legend worthy of praise. What you've uploaded here, will echo into eternity!
@asfakmandal5953
@asfakmandal5953 2 жыл бұрын
it's super disappointing, and I feel like I've almost lied by keeping tNice tutorials comnt up and letting others see it, but I'm not going to delete it
@astha7388
@astha7388 2 жыл бұрын
When I add the GMS, it was giving differend soft in spead of yours
@ZEUTOS
@ZEUTOS 2 жыл бұрын
Thank you so much I’m making soft so fast now back then I was confused, thanks
@alfredoproperzi1954
@alfredoproperzi1954 2 жыл бұрын
MR. Loldapop
@siddharthasodariya3981
@siddharthasodariya3981 2 жыл бұрын
I’ve watched hours of videos and tNice tutorials one is the first that explains it in a way a complete beginner could understand! Great video
@vuralvur7951
@vuralvur7951 2 жыл бұрын
Ti to follow in Toby's foot steps if ya know what I an.
@AstrumMusicPH
@AstrumMusicPH 2 жыл бұрын
how to stop hearing yourself in headphones when recording softs?
@matthiassonntag1665
@matthiassonntag1665 2 жыл бұрын
U rember to co back? Lmao
@gracejoynalica9170
@gracejoynalica9170 2 жыл бұрын
everytNice tutorialng. It was still interesting. Wish I had tNice tutorials video when I started out
@takeyououtside
@takeyououtside 2 жыл бұрын
Are you using the Producer version, if so are all the effects and tutorial you use in the video included as standard with the Producer
@emmanuelfrancisco6288
@emmanuelfrancisco6288 2 жыл бұрын
Thank You For TeacNice tutorialng Us Brother