Hi Mop! I don't know if this is what you want, but I just did this one (need some fun ) Then for the Hotkeys, Maya stocks that in 2 or 3 files, I think that suck, then I have a "sama_PersonnalHotkey.mel" in my script directory. And I edit the userSetup.mel in same directory for source my file and it launch it every maya…
speed critical is a very stretchable statement, if you want to code a crysis like engine, then yes you would pick whatever is fastest. But taking farcry or other games for instance, often game related code (ai, mission...) is coded in high level interpreted scripting languages which are even slower than compiled stuff such…
Posting this in case anyone wondering how to fix this Edit Pipe error. It happens because an error in the code... This code snippet: the last two lines was intended to get a connection from subCurve node, which is the "ADN_Base_CPath02_Shape", for the $QPipePath variable (that's why you could edit it manually like @Chase &…
Abstraction is something most dont recognize when they in it. Unreal has very little to no amount of abstraction in it, actually in how it works. But that is not to say it is void of abstraction. There is no magic nodes or super slick c++ to save a project for the code you build in it and that code will have abstractions.
I have made a Material node thats 1024 in size. My final image is 4k, I need that material node to repeat 4x across the image as the input. So it will in short tile (repeat the process) its node processing every 1024 tile on that 4k image total. I thought this was done with pixel size, but thats not it. I cannot split the…
Hi everyone, I have made some custom material nodes that are 2048 and when I bring them into another node that is 1024 they do not scale down. I have set them to parent and tried to transform them. Is there a clean way of scaling down a node? thanks. :)
Posting this here because this tool is for 3D artists, doesn't make sense to share this in the coding forum because tech artists and coders aren't interested in what I'm working on, but artists usually are. Coming soon! Increase Shelf Height Toolbox for Maya. Shelf height is maintained after Maya restart too.
Amazing work!! I'm very interested in procedurally generating buildings in Houdini and was quite curious about your work flow. Was this node based or was there lots of coding involved? Did you come up with this yourself or did you follow a tutorial, I'd love to know! :) Keep up the great stuff!
Qcs are relatively simple, especially when you're replacing existing weapons because you can just decompile those and it will give you an already built Qc file. Granted it's not perfect so you have to modify some things here and there but for the most part, pretty simple. Here's the Qc I used for compiling the…