I decided to try and make a game by myself a few years ago. As an Environment Artist I had to learn a bunch of new things: Rigging, Animation, Music Production, Game Design, Unreal Engine 4 blueprinting system etc. Here's the result: A solo dev project called Ghost Knight: A Dark Tale a 2.5D Action Platformer (Still in…
Hi small error came I restarted maya and run this new script it does something (Didn't assign the material to the selected object as I expected ) But again when I run this command it worked perfectly why? string $mySel[] = `ls -sl`; string $myBlinn = `shadingNode -asShader blinn`; string $myFile = `createRenderNodeCB…
Those aren't yearly releases, those funny numbers tell you what service pack you're on. Maya/Max v201.0 Maya/Max v201.1 Maya/Max v201.2 Maya/Max v201.3 Maya/Max v201.4 I'm using Max v201 service pack 2, better known as Max 2012. What service pack are you using? They leave out the decimal point so you think they are yearly…
Great topic, for me I like to use Pinterest, Then PureRef the best images from your Pinterest and complement them with ArtStation and Maybe a quick look on Google/DeviantArt, some of your own photos. Then use that as an inspirational starting point for your Concept Art. Also Atomhawk have kindly put together six videos on…
Happy 2022! A big THANK YOU to those of you who supported my efforts in 2021...this wouldn't be possible without you. You rock! That said, here's some brand new free music to start off the new year: On my Fantasy 12 page, we have: "ANCIENT GAME MENU" https://soundimage.org/fantasy-12/ And on my Puzzle Music 7 page: "MIND…
Hey everyone, I'm not a 100% sure this is the right location for this, if its not I'll move it asap! I'm working on a simple fanart of Turing from Read Only Memories https://s3.amazonaws.com/ksr/assets/002/610/362/fc729988691b57a6a85221ec1190a2c7_large.png?1411155619 He's a lil robot that has a particular effect on his…
Listen Humans! Here i want to show you my work for fun... I start do it because i like this crazy guy and he robat :P Gir. I think i will start Gir's model some later, if i have time. But for now i want doing Zim. That was: [ QUOTE ] Now he is 822 tris I do diffuse, normal, spec. [/ QUOTE ] That became: [ QUOTE ] pre-final…
Hopefully someone here knows what the issue is, cause the official channels have been no help at all. Whenever I try to select a sub-object in Max, seemingly at random it will select something behind it, even with "ignore backfacing" turned on. I've attached a gif of the issue. Doesn't matter if it's verts, edges or faces.…
Things like doDelete should be avoided (there are exceptions but I will not go into details here). It is not a MEL-command but a function call to some MEL script, meaning it's better that you learn what said script does (hint: many scripts do a lot of things you can live withouit). You can find out what script by using the…