Пікірлер
@ylll777
@ylll777 4 күн бұрын
my bro if you play spellblade you should focus on melee skills for example; shatter strike and mana strike for mana management. and the class plays with sword. peace
@MathiasJV
@MathiasJV 4 күн бұрын
Thanks bro, I'll switch it up when I can. Starter equipment is rough lol
@muazzamshahzad5083
@muazzamshahzad5083 Жыл бұрын
Excellent stuff
@KishoreGoud
@KishoreGoud Жыл бұрын
very good tutorial. I really liked the way you explained it. Is it possible for you to share the scripts which you have created? Many thanks!
@arturperzyna5453
@arturperzyna5453 Жыл бұрын
Why do you use string $... ? Also, why did you use the -bs flag.for creating a tab?
@atrociousj5113
@atrociousj5113 2 жыл бұрын
hey math, i am getting an error while exhecuting this code it is showing me an syntax error code - string $toolCreate = "createTool"; string $toolName = "UI Tool"; if ( 'window -exists $toolCreate' ) { deleteUI $toolCreate; } window -t $toolName -w 300 -h 500 $toolCreate; showWindow $toolCreate; error - showWindow $toolCreate; // Error: if ( 'window -exists $toolCreate' ) // // Error: Line 4.6: Syntax error // // Error: } // // Error: Line 7.1: Syntax error //
@MathiasJV
@MathiasJV 2 жыл бұрын
Hey Atrocious J, i believe you're missing an open bracket after the if ( ) { } statement
@atrociousj5113
@atrociousj5113 2 жыл бұрын
@@MathiasJV thatnks for the help can i ask you about the suggestion of learning mel for rigging scripting?
@MathiasJV
@MathiasJV 2 жыл бұрын
@@atrociousj5113 sure thing, ask away haha
@andywang4527
@andywang4527 3 жыл бұрын
any information about your new company?
@andywang4527
@andywang4527 3 жыл бұрын
fllowed all your videos and find it is very useful, hope see your more coming stuff , wish you all the best !
@MathiasJV
@MathiasJV 3 ай бұрын
Hey, thanks for following all the videos. I had been very busy with my company, I ended up dissolving it for a supervisor position in BC. Now I've been laid off and have a lot of free time. So, I'm thinking about finishing this tutorial up after updating my portfolio a bit!
@RohanGulig
@RohanGulig 3 жыл бұрын
i want script for "select currently displayed node" can someone help me ?
@dedeyeinc
@dedeyeinc 3 жыл бұрын
Hey Rohan, this is my new channel I created. To answer your question, you can make a direct selection for anything using it's current name. For MEL, it would be as follows: select -r name; for Python, it would be as follows: import maya.cmds as pm pm.select("name") I hope this helps, let me know if you meant something else.
@RohanGulig
@RohanGulig 3 жыл бұрын
@@dedeyeinc thaxx for replying.... But actually mu requirement is different... I dont want to use a specific name... I just want to select default opened node such as file node ... Which is opend already.... Can we do this ?... And can i share some screenshots with u ?
@dedeyeinc
@dedeyeinc 3 жыл бұрын
@@RohanGulig Do you mean a script for selecting anything visible in the viewport?
@RohanGulig
@RohanGulig 3 жыл бұрын
@@dedeyeinc i mean selecting currently visible node in the attribute editor
@RohanGulig
@RohanGulig 3 жыл бұрын
@@dedeyeinc .. if we click on file node... Then it will open in attribute editor.... And then ther is a button called *select" in the right bottom corner... I want a script for that "select" botton.
@alexkim9585
@alexkim9585 3 жыл бұрын
Hi can i have your source code plz
@andywang4527
@andywang4527 3 жыл бұрын
l do like those , hope l can keep it going till l totally get it.
@andywang4527
@andywang4527 3 жыл бұрын
I have been learning your vidoes step by step till this videos, this one is a little bit too long, hard to follow.
@andywang4527
@andywang4527 3 жыл бұрын
l like your serials it is good , the only problem is too blur.
@MathiasJV
@MathiasJV 3 жыл бұрын
Sorry about that, we will be redoing these in the near future! We currently have an internal project going on (making a video game!)
@andywang4527
@andywang4527 3 жыл бұрын
a little bit hard to follow.
@MathiasJV
@MathiasJV 3 жыл бұрын
@@andywang4527 When we remake them, they will be planned out better; with a script to follow, and better resolution/sound quality
@andywang4527
@andywang4527 3 жыл бұрын
@@MathiasJV your sound and naration are great , only if your could make it short and make the resolution clear thank you anyway
@andywang4527
@andywang4527 3 жыл бұрын
​@@MathiasJV Sounds good , really helps. thank you very much
@andreasgeorgiou1901
@andreasgeorgiou1901 3 жыл бұрын
Hey DED EYE, how would I space out these button? I'm using Maya 2019 and they are really close together I want them more spaced out and also I want them on top of each other because I have 12 buttons. Also the -bs "etchedIn" command in Maya 2019 says it's redundant so I didn't use that part
@MathiasJV
@MathiasJV 3 жыл бұрын
Hey Andreas, there's a couple way you can go about it. For example, you can make a checkbox, assign it a variable, and when using a "formLayout", you can use "-e" to edit, then use "-attachForm" for the respected variable you wish to edit by declaring where you want to attach that checkbox to (top, left, bottom, right). After that, you can specify an offset just by simply adding a number after declaring which side the checkbox is attached to. If you want the buttons stacked on top of one another, you use a "columnLayout" inside of whatever other layout you're using and declare that there is only 1 column, like so: EX: frameLayout -label " Lock & Hide" -cll 1 -cl 1 ; string $lh_c = `columnLayout -adjustableColumn 1 `; separator -h 10 -style "none"; button -c "get" -label "Get from selected"; button -c "lockhide" -label "Apply to selected"; separator -h 5 -style "none"; After declaring there is only 1 adjustable column, no matter how many buttons i add, there will only be 1 column of buttons and it will come with a drop-down arrow since it is adjustable... Hope this helped!
@bld84t
@bld84t 4 жыл бұрын
Super sick skills dude! I'd love to learn more rigging stuff! I worked on The Boys also! Good reel!
@disogno9856
@disogno9856 4 жыл бұрын
I came here to learn how to lock all attributes of selected objects :(
@dedeyeinc
@dedeyeinc 3 жыл бұрын
Stay tuned! Sorry it's taken so long, been a crazy couple of years! I just started my new channel for my start up company, but I'll be remaking these tutorials shortly with better quality!
@bappadityaroy6342
@bappadityaroy6342 4 жыл бұрын
thanks
@dedeyeinc
@dedeyeinc 3 жыл бұрын
You're very welcome! Just started my new channel for my start up company!
@mercedesm2012
@mercedesm2012 4 жыл бұрын
Amazing work!!! 👏🏼👏🏼👏🏼
@fernandaurteaga1033
@fernandaurteaga1033 4 жыл бұрын
How would you apply this with polygon surfaces instead of nurbs?
@MathiasJV
@MathiasJV 4 жыл бұрын
Hello! Instead of setting the object shape attributes for the display... you would want to filter your selection to find the material attached to any object ($obj01) in your list($sl) and change the color or albedo (depends on why kind of rendering engine you're using).
@MathiasJV
@MathiasJV 4 жыл бұрын
Although... It doesn't seem too useful unless it will create a new material, attach it to the object, and then change the color. Otherwise you're going to change the material that multiple objects may be using (such as lambert1)
@MathiasJV
@MathiasJV 4 жыл бұрын
something like "listConnections" is what you're looking for, then you'll have to find a flag that will help filter for your material node, perhaps "-type"... something along those lines!
@ZenOfKursat
@ZenOfKursat 5 жыл бұрын
bro I upvoted. you may try this one without efforts for a lack of maya. gum.co/mayaicongenerator
@dedeyeinc
@dedeyeinc 3 жыл бұрын
Thank you! I've made a new channel for my startup company!
@hover_trug
@hover_trug 5 жыл бұрын
at 3:30 when you are typing window -exists how did you get the box with flags to appear?
@dedeyeinc
@dedeyeinc 3 жыл бұрын
Hey Brendan, I made a new channel for my start up company, sorry for the super late reply! It's been a helluva couple years! To answer your questions, in the script editor you go to Command > Show Tooltip Help That will prompt the flags tool tip for anything you're writing :) Hope this helped if you haven't found the answer yet!
@friend5478
@friend5478 5 жыл бұрын
hi - how to make a body shape button ? like a picker gui ? and each part of body be an icon or image that have this ablety to be like a button for selecting each part of body ?
@MathiasJV
@MathiasJV 5 жыл бұрын
Do you have a script I can look at? Or are you asking how to make it from scratch?
@friend5478
@friend5478 5 жыл бұрын
@@MathiasJV no just asking how can i do it - now i know how to make buttons with icons and do some code for it but how can i put an human or any other kind of models body picture on the midlle of the window and then put for example 15 button (3 in each fingure) and place them on right places on each fingures . just like other pickers ?
@MathiasJV
@MathiasJV 5 жыл бұрын
There is a couple ways. You can make a blank UI and then position the buttons or you can make a camera and activate a viewport with the camera far, far away and have curves in front of a black polygon plane that (in front of that camera) correspond to the control curves on a rig.
@contiloepictures4875
@contiloepictures4875 6 жыл бұрын
hey what about part 2 ????
@MathiasJV
@MathiasJV 6 жыл бұрын
Hehehe, OBS stopped being compatible with my Maya and I never bothered to fix it. Also, I was hired to work on 2 tv shows :P
@dedeyeinc
@dedeyeinc 3 жыл бұрын
Hey, sorry it's taken so long! I just started my new channel for my start up company - it's been a crazy couple of years! I'll be remaking these with better quality!
@sachindubey4347
@sachindubey4347 6 жыл бұрын
Thanks for this video but i think you should post your source code too.
@JohnTheGeek
@JohnTheGeek 5 жыл бұрын
AGREED. Ugh, really. What the hell the text is barely readable here. This tutorial is junk.
@MathiasJV
@MathiasJV 3 жыл бұрын
@@JohnTheGeek Sorry about that, these were personal tutorials from a laptop, but we will be remaking these in the near future!
@MathiasJV
@MathiasJV 3 жыл бұрын
An excellent idea, thank you! When we revamp these tutorials, we will be posting source code with them!
@JohnSlaughterND
@JohnSlaughterND 3 жыл бұрын
@@MathiasJV Wow, this was a year ago. Sorry for being so harsh.
@MathiasJV
@MathiasJV 3 жыл бұрын
@@JohnSlaughterND No worries! I used to get frustrated by coding all the time... still do, but I used to, too! :) Have a Merry Christmas!
@mindcozy4125
@mindcozy4125 7 жыл бұрын
Hey, thanks for the video! I'm learning animation and I just wanted to figure out how to tear off channelboxes for multiple items, to see them at once...But you've just inspired me to make a single window utility that has the most commonly used channelBox attributes in one place for editing, and maybe even have it do some math math for me at the same time... Without even touching a node! Thanks again!
@MathiasJV
@MathiasJV 7 жыл бұрын
MindCozy You just made my morning. I'm happy to have helped someone :)
@wzxcg
@wzxcg 7 жыл бұрын
Really Interesting and so well for real beginner. You take time for all the basics. Any plans for more scripting video?
@wzxcg
@wzxcg 7 жыл бұрын
Just, please, try to improve the recording quality to a true nice 1080p ;)
@dedeyeinc
@dedeyeinc 3 жыл бұрын
@@wzxcg That's the plan, just started a new a channel for my start up company! I'll be remaking all these tutorials with better quality!
@MrReactric
@MrReactric 7 жыл бұрын
unfortunately I can not see your text which is red colour. I watched as HD but it doesn't clear
@MathiasJV
@MathiasJV 7 жыл бұрын
Zekeriya Ayan Hey! it's okay, as long as you can see where we break apart our script, it keeps it organized. The actual words aren't all that important since they don't actually affect our script. Thank you for letting me know! I'll highlight the red text in the next video 😁