I'm working on a script and observed a weird behavior and wanted to share it with you guys. I deleted everything which isn't necessary - that's why the structure of the script might seems confuse. Situation I use a DotNet DataGridView and fill it via MultiThreading (CSharpUtilities.SynchronizingBackgroundWorker) with data.…
Hey people, with some help from the ZBrushCentral community (in particular Mark "TVeyes" that helped me with the most difficult code parts) I managed to perfect the code. In the previous version the WrapMode was not changed for the hardcoded Smooth and Masking brushes: in with this new version the Smooth and Masking…
I am working on a Low poly racing game, and I am looking for an artist to help me out. I am basically looking for a set ( maybe 5-12 simple city blocks ) in a fun style I am imagining in my head a simple clean fun style, somewhere between PIXAR Cars vibrancy http://www.slashfilm.com/wp/wp-content/images/cars_jpg.jpg but…
[ QUOTE ] DLP doesnt have burn in, offers an awesome picture, is small in size, is affordable, and in my opinion is the most sensible display option. Make sure you get one that has newer technology though that will avoid the rainbow effect. [/ QUOTE ] problem with dlp's is even if you have a 4x or 5x color wheel speed some…
Ah thank you Vailias. That makes more sense to me, it's nice to see a graphical representation of whats going along side your explanation. I have a couple more questions. Why is a Normal Map in -1 to 1 space? Are 3 channel images always that way? I assume alpha or single channels in an RGB image are 0-1? If you were to…
Scientific terminology: 1 TeraByte = 1.000.000.000.000 byte = 1000^4 = 10^12 byte Computer terminology: 1 GigaByte = 1.073.741.824 byte = 1024^3 = 2^30 byte So they sell 1TB HDD where Tera is defined by scientific meaning (1*10^12), but in computer terminology, which is based on binary math a Giga (1*2^30) and you get a…
Gotta be careful with that though. There is voltage range on transistors as to what voltage is considered a 0 or a 1, which is why your computer still works at a lower voltage level. For example, basic 5V CMOS will see a 0 anywhere from 0V to 1.5V and a 1 from 3.5 to 5V. The problem is the inbetween voltages. As a…
Working on my Head bust on sub div level 3 of 6. I went to save my file and somehow I had managed to delete sub div level 1 . My current sub Div level 1 is in fact sub Div level 2. Now I have an early save (about 4 hours earlier) which has the right sub div level 1. The shape has not changed that much as I have been…
Good progress @baraa_odeh! Here are a few things I'm struggling with here: 1. Aerial perspective, mist, water and sky I think you are missing the fact that they are all the same. The sky is "blue" because there are water droplets in the air refracting the incoming light. And both mist and general aerial perspective are an…
I was using this Mel script to switching between different camera angles for years but when I updated to Maya 2024 it stopped working. Can you please help me to fix it? Thank you. global proc switchCam(int $snap){ int $check = 0; string $switchCam; string $switchCamP = "switchCam_Persp1"; string $switchCamO =…