Ehh, I wouldn't call everything posted so far pixel art, but given that this site isn't about pixels, I will try contain my OCD urges. Because most stuff does tend to follow the aesthetic feeling. This isn't true. You can also upscale by 3x or 5x (300% or 400%). It just needs to be in increments of 100%, or in integer…
Here is a small update for the challenge! As for me, I love storytelling and planning my Animations from a short backstory, to get to know the character more. I have taken freedom to create a new League of Legends character that I would love to play as. I have been trying my best to put her inside the story as a friend to…
for rendering... looking at cinebench benchmarks will probably be most revelant. Every machine I have owned put together in a renderfarm does not equal the power of my personal machine. ( 12 heavily overclocked water cooled i7-980x threads ) which still renders 20% better at stock speeds than a 2600k and is only 10% slower…
I feel like I can anticipate one of the new tools in IC.Shape 2.0. Anything to see a girl smile. From MAXScript menu, create a New Script. Copy and paste following code, then from editor menu Tools choose Evaluate All. You'll find the command in Customize User Interface... under category IllusionCatalyst Tools, named…
UVPadder GIMP Filter Automatically generate padding for UV islands! Win32 Binary Download: http://www.mediafire.com/?i7d128nobj898k5 You may need to put this DLL alongside it: http://www.mediafire.com/?3yjj8ocv97wm35h Latest Linux source code:#include <stdlib.h>#include <string.h>#include static void query( void );static…
keep in mind with unreals auto generate lightmap uvs, its not actually doing an unwrap, its taking the UVs from channel 1 and repacking them at a consistent texel density. so if you have stitched/overlapping stuff going on in channel 1 it will carry over to your lightmap and you will get that overlap error. you can do a…
Here is a bit of code in C# for a quasi Active Reload in Unity3D. Put this on an object in the scene and run. Can be used for anything that requires timing, use your imagination ;) . More code for stuff on the way. using UnityEngine;using System.Collections;//There are many ways to skin a cat, this is my way. Hopefully it…
Necro bump. Just went back and updated this script so it'd work correctly with newer versions of maya: //RepeatLast Hotkeyer v2if (`window -exists rlHotkey`) deleteUI rlHotkey;window -wh 250 50 -mxb 0 -title "RepeatLast Hotkeyer" rlHotkey;frameLayout -bs "etchedOut" -w 200 -cll 0 -l "Enter Hotkey";formLayout selForm;…
Still working away, I haven't updated this because I just feel like I don't have anything to show right now but I think I should try and get into the habit of updating this once a week, even if I don't have anything finished. This will be a long post since I'm going to try and cover what I've been up to since last time...…