- 94
- 22 804
Mathias Villalobos
Canada
Приєднався 5 січ 2008
Відео
Show Reel for 2020 - Mathias Villalobos
Переглядів 5984 роки тому
Show Reel for 2020 - Mathias Villalobos
Maya Tutorial - Scripting a Lock & Hide Tool in MEL (part 1)
Переглядів 8897 років тому
Maya Tutorial - Scripting a Lock & Hide Tool in MEL (part 1)
Maya Tutorial - Scripting a Color Slider in MEL (part 2)
Переглядів 7567 років тому
Maya Tutorial - Scripting a Color Slider in MEL (part 2)
Maya Tutorial - Scripting a Color Slider in MEL
Переглядів 1,7 тис.7 років тому
Maya Tutorial - Scripting a Color Slider in MEL
Maya Tutorial - Red Text Highlight and Next Tool Sneak Peek
Переглядів 1837 років тому
Maya Tutorial - Red Text Highlight and Next Tool Sneak Peek
Maya Tutorial - Naming & Grouping options w/ Auto-constrain in MEL
Переглядів 4827 років тому
Maya Tutorial - Naming & Grouping options w/ Auto-constrain in MEL
Maya Tutorial - Attaching Icons to UI Buttons in MEL
Переглядів 2,5 тис.7 років тому
Maya Tutorial - Attaching Icons to UI Buttons in MEL
Maya Tutorial - Making Custom Icons for Buttons in MEL
Переглядів 1,4 тис.7 років тому
Maya Tutorial - Making Custom Icons for Buttons in MEL
Maya Tutorial - Scripting Layout and Buttons for UI in MEL
Переглядів 8 тис.7 років тому
Maya Tutorial - Scripting Layout and Buttons for UI in MEL
Maya Tutorial - How to make a Simple UI in MEL
Переглядів 3,1 тис.7 років тому
Maya Tutorial - How to make a Simple UI in MEL
Adam Sandler voice monologue animation
Переглядів 2457 років тому
Adam Sandler voice monologue animation
Villalobos Mathias DESN3028 MonologueDO
Переглядів 597 років тому
Villalobos Mathias DESN3028 MonologueDO
Me, Myself & Irene - Monologue Animation by Mathias Villalobos
Переглядів 2927 років тому
Me, Myself & Irene - Monologue Animation by Mathias Villalobos
do you follow any guide or build?
nope, just looking to build more cold / elemental damage while maintaining resistances
@@MathiasJVAs a spellblade main I highly recommend you to look for dexterity as much as possible on items and passive points which scales insanely good with shatter strike and gives you dodge.
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
Thanks bro, I'll switch it up when I can. Starter equipment is rough lol
Excellent stuff
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!
Why do you use string $... ? Also, why did you use the -bs flag.for creating a tab?
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 //
Hey Atrocious J, i believe you're missing an open bracket after the if ( ) { } statement
@@MathiasJV thatnks for the help can i ask you about the suggestion of learning mel for rigging scripting?
@@atrociousj5113 sure thing, ask away haha
any information about your new company?
fllowed all your videos and find it is very useful, hope see your more coming stuff , wish you all the best !
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!
i want script for "select currently displayed node" can someone help me ?
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.
@@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 ?
@@RohanGulig Do you mean a script for selecting anything visible in the viewport?
@@dedeyeinc i mean selecting currently visible node in the attribute editor
@@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.
Hi can i have your source code plz
l do like those , hope l can keep it going till l totally get it.
I have been learning your vidoes step by step till this videos, this one is a little bit too long, hard to follow.
l like your serials it is good , the only problem is too blur.
Sorry about that, we will be redoing these in the near future! We currently have an internal project going on (making a video game!)
a little bit hard to follow.
@@andywang4527 When we remake them, they will be planned out better; with a script to follow, and better resolution/sound quality
@@MathiasJV your sound and naration are great , only if your could make it short and make the resolution clear thank you anyway
@@MathiasJV Sounds good , really helps. thank you very much
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
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!
Super sick skills dude! I'd love to learn more rigging stuff! I worked on The Boys also! Good reel!
I came here to learn how to lock all attributes of selected objects :(
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!
thanks
You're very welcome! Just started my new channel for my start up company!
Amazing work!!! 👏🏼👏🏼👏🏼
How would you apply this with polygon surfaces instead of nurbs?
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).
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)
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!
bro I upvoted. you may try this one without efforts for a lack of maya. gum.co/mayaicongenerator
Thank you! I've made a new channel for my startup company!
at 3:30 when you are typing window -exists how did you get the box with flags to appear?
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!
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 ?
Do you have a script I can look at? Or are you asking how to make it from scratch?
@@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 ?
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.
hey what about part 2 ????
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
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!
Thanks for this video but i think you should post your source code too.
AGREED. Ugh, really. What the hell the text is barely readable here. This tutorial is junk.
@@JohnTheGeek Sorry about that, these were personal tutorials from a laptop, but we will be remaking these in the near future!
An excellent idea, thank you! When we revamp these tutorials, we will be posting source code with them!
@@MathiasJV Wow, this was a year ago. Sorry for being so harsh.
@@JohnSlaughterND No worries! I used to get frustrated by coding all the time... still do, but I used to, too! :) Have a Merry Christmas!
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!
MindCozy You just made my morning. I'm happy to have helped someone :)
Really Interesting and so well for real beginner. You take time for all the basics. Any plans for more scripting video?
Just, please, try to improve the recording quality to a true nice 1080p ;)
@@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!
unfortunately I can not see your text which is red colour. I watched as HD but it doesn't clear
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 😁