Hi! Ive had trouble doing a -select -r command for a UI window I made that launches other windows that steal its focus so that i can kill the window without manually pressing the X in the menu bar. I also cant successfully run a command that should close the window if its currently open UNLESS the window is active. I want…
Hey guys, So i want this piece of code to work within my ui that i have created but i just cant get it to work. This works on its own.. import maya.cmds as cmdsfaceSel = cmds.ls(sl=True)cmds.polyProjection( faceSel, type='Planar', md='x' ) As you can see i have had a crack at it but of course it doesnt work. faceSel =…
Hey guys, I'm curious if anyone has experienced this problem I'm having right now. I'm really novice to scripting, I'm hoping there's something really obvious that I'm missing. I'll try to start by explaining the new problem I'm having, and then the original thought process for my solution. The new problem: The script I…
Well, Chat GPT now makes python scripts that builds you complex node based setups for both geometry nodes and shader nodes in Blender and I managed to make its AI image Generator build me exactly images ( alphas mostly) I asked after. After 3-4 correcting approaches . A thing I couldn't get from PHotoshop/firefly AI that…
I wanted to see how to shorten some of these expressions if possible as I'm still learning...It´s a script that'll toggle meshes between High Quality Display and Low Quality Display. Some of my bigger concerns are three: 1-To set something to HQ, I believe the only flag needed is -polygonObject, even though in the Script…
Hey magicians. I have something here which is causing me a fair but of trouble. I'm still relatively new to Maya scripting, so I would like to know if this is feasible. - Take one or more objects in the scene - Done- Get their input/history attributes - Done - Save those to a variable. This is used so for example only the…
I use Substance Painter and sometimes Designer . SPainter has a nice name matching system to avoid the pain of cage tweaking . So the baking rays doesn't return hi poly object normals or other properties beyond two matching pieces like when you bake normal map on a finger and getting other fingers projected too. It…
Hello all, i have some problem with my Maya 2013 =\ can someone help me with this? i get this eror everytime when i run Maya\plugins\or just trying load image into Maya =(( Could not find maya.utils._guiExceptHook.Invalid Python Environment: Python is unable to find Maya's Python modulesPython Environment: PYTHONHOME =…
Hi kunalht, I can give you my personal series of study references. Keep in mind it is my own study path, not what every TA should know. As a matter of fact "technical artist" is quite a blurry definition, they can be more art oriented: artists who can script a bit, or more code oriented: coders who write tools for the 3D…
@xrg Yes and no. Looking at it blender uses Python 3.5 so there is not a reason you couldn't make it work but it might be difficult. So I'd recommend against it. I'm not willing to destroy my local Python install to figure it out. Anyways here's all you really have to do: * Right click this link and download. Or go to…