Here follows a list of UK Developers, mostly console and mobile games but theres a few interactive tv and slot machine companies as well. I've left out audio companies and places that produce tools etc as Im trying to list places for Polycounters to get work. So I'd like your help in filling in the gaps. If you know of any…
If you save out a clip that is from frame 100-200 and load that into the motion mixer it will start at 0 and go to 100. You will need to manually move the clip down the line to start at 100. Also make sure you have keys at the beginning and the end of the clip. If have keys at frame 10 and 210 and save out 100-200 then the…
Hi guys and gals! I put together a short summary of video game industry layoffs so far in the year 2013, which countries and cities were most affected, etc. Here's the link: http://www.jonjones.com/2013/08/15/game-layoffs-2013-so-far-by-the-numbers/ And here's the data from the link: I created and maintain an extremely…
[This post has been moderated. Larger than 1000 pixels. More than one embed. Please read the first post, top of each page] Had some great fun with this :) https://www.artstation.com/dfern https://cdna.artstation.com/p/assets/images/images/008/266/260/large/daniel-fern-shot5.jpg?1511716786">…
Hi . I am having some problem to get quxiel setup starts. Long story short. I have always since its release of 2.0 having some diffculties to install new updates. When the launcher presents a new update , i download it and the program is having problem to autostart the process. and if i would update the version again i get…
Utter maxscript nub in coming. I've been following some tutorials on it such as, https://www.youtube.com/watch?v=ZKcBHwLvAu0 But i'm in dire need to convert that script from a random transformation value between 2 values to randomly between pre determined values. For example i have a bunch of generic high poly bricks i'm…
It seems that i still have the problem that Quixel Suite does not export the Glossmap inside the Specs Alphachannel when using Unity Calibrationprofile.(and doesn't export a seperate glossmap) In old Quixel Suite i edited the calibrationprofile such that it exported the gloss map normaly and i hand merged them. But now the…
I agree with this. I have models that consist of 200-250 separate lowpoly objects. There has to be a better way than to create 200+ groups manually. As models get more and more complex they will consist of more objects. This is especially true for Virtual Reality, where geometric shape is very important, and less can be…
Hey, I've been struggling with this for the last two days. I am trying to create a game with mel script, not by choice but for a project. The last piece that I need to make this possible is to attach transformation controls to a sphere that has a gravity dynamic (g.d.) on it. However, I think because the sphere has the…
// create a window with a menu bar window -title "3DGhost" -menuBar true -w 220 -h 200; // two frame layouts will be laid out in a columna columnLayout; // create a collapsible frame layout frameLayout -collapsable true -label "Shapes"; { // create a tearOff menu menu -label "File" -tearOff true; // add the menu items…