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…
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…
curious how many segments on Icosa? EDIT: nvm figured it out, its on 2 Icosa with Turbosmooth and then splitting it apart. Way better than slicing technique but surely will come in handy for tools that dont have slice tools for example :D
I wouldn’t make the interior glass opaque, that would prevent refractions of the room /wood behind the bottle. Instead, flip the normals of the interior, so it’s more like a bottle within a bottle, and color that. The lighting you have now is very front-lit, with too-dark edges. It would be more dramatic and visually…
Hello! Some time ago I finished a project and thought I’d make a breakdown of the whole process from start to finish. This is not a detailed tutorial for every step but rather an overview over the process that I hope will help people (especially beginner 3D artists) get a better understanding of how the pipeline works.…
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…