Ahh nevermind I was getting expressions and functions mixed up. I've found the function, now to learn what this does. Is this function required in order to fix the problem or were you just using it in the example?
I have made screenshots of some material functions and materials that I have made for the contest. especially for the sand material. Indeed, The sand needed a particular attention due to the fact that it is ubiquitous, it has to have an organic feeling, and also it is connected to all of the other elements in the scene. It…
Maya is pretty much my favorite 3D program so far. However, it lacks some functionality or hides it so damn well from me that I have to wonder if the function really isn't there. 1) Pelt Wrap, or "organic" unfold I really forgot what the correct name is, but basically you can see (in the image file) that I detached the…
I was pretty happy when I got the object to move from one side to another. The purpose is to create an action that mimics the offset filter in Photoshop to help in the creation of seamless textures with 3d objects. I'm trying to automate some things I do manually. Anyways when I try to add the code to a menu it doesn't…
First pass at the arms. I'm still not really satisfied with the pelvis, so I'm holding off on the legs. Only had a few hours for it today, but I think I made a bit of progress. I'd be doing a lot more rapid progress if I had 8 hours a day of functional brain. Anyway, the arms are wrong. Mainly the upper arm and elbow.…
Hey all. A year ago I did a model of the fictional South African Assault rifle, which is based on the following concept. The first time I did this model was somewhat rushed, and I don't feel like I did it enough justice (especially to be placed on a portfolio), so I'm giving it another crack. Once I'm finished I'll post a…
hi I'm working with maxscript again a little bit I'm now wondering if I can undo a whole function at once - undoing all changes the function did in one undo-step instead of disabling undo or undoing every single change the function did
So I'm running into these situations with composition in blender and could use some help as I feel it a simple answer but it hard to find it. So first in composition I'm trying to render the result as shown in A but when i render it, i don't get the background as shown in B. So is there something off because i was able to…
Ok just to be clear "ShowMyGuiBox" is just a name for a function I made up. You'll need to write a function that draws your box to the gui with some of the built in functions as detailed in the unity documentation I listed.
I see. You can have a function that updates the counter in every second. Then you can use set timer by function name, and pause timer by function name to start and stop it. To have it nicely displaying, you can make a widget and display it through that.