[ QUOTE ] Not knowing where the monster comes from or any more information REALLY sucks. [/ QUOTE ] No, it is awesome. Clever withholding of information is what makes good scifi and speculative fiction great. The best scifi out there just hints at the existence of vast universes, but you only get a glimpse. The few things…
I recently had to make the same decision, I went for Professional over Home Premium for a few reasons. I'm not a Windows expert (was a Mac user for 5 years prior to switching earlier this year), so there may be workarounds to some of these points? Firstly, no compatibility mode. While there hasn't been a lot of times I've…
IMO a group behaves as an object in 3d max while collection is just an attribute, a tag of a sort . One object may be in many collections at the same time . To have collections behave same way as a group in 3dmax you can use join geometry node in Blender . Or just output collection in geometry nodes , it would became a…
Hi, I'm working on a scene for my studies and after restarting the PC I'm getting this lines, all the materials are gone and some of the models. Is there a way to fix it or is it gone? Here is the file, in case it can help somehow. MA MB file -f -new; // untitled // performFileDropAction ("D:/3D…
Almost done with the night lighting , open to sugestions and advice. For the night scene i added volumetric fog to be very subtle and barely visible. night skylight with a slight blue tint and some indoor lighting, while darkening the exterior hdri light The key difference between the day scene and night scene is the…
You need these components 1) Getting a list of the things you want - such as transforms. See above answer. 2) Create a window 3) Create a layout (columnLayout should be perfectly ok here) 4) Create a UI control for displaying the data. A textScrollList sounds like what you want to use here 5) Loop over the list of things…
A question that is related to the previous one. Now that I have 2 object arrays the second array starts connecting the values but from 0.0 to 1.0 and I would need the opposite starting with a value of 1.0 and ending with a value of 0.0 I'm using this way to do it and it's not the right way. ("Z_Rotation * (" + ((1.0 /…
I fixed a bug in the script you should download it again. The workflow is a little funny because I ripped this code out of a larger script where most of this was automagic. But it's a lot of work to modify the code and I don't have time to make it simpler to use right now. 1. Create an atlas in texture packer with…
Here is some code that might set you in a direction for loading data based on distance.... this is Unity Java.. I can make a C# version... give me a few minutes. Please note, this code is from when I started getting deeper into programming... will update the C# version. #pragma strictvar levelBackground : GameObject[];var…
Davision3D, Good new, bad news for Max 2009. Bad news: I'm going to chalk it up to a bug in the default max position controller. It seems to be an internal hard coded optimization is preventing the controller from being updated rapidly. Good news: There are a couple of workarounds. 1) If you change all your objects to TCB…