[Sage] is a newly formed biotech company formed in Seattle that aims to [open source] cancer research.
Author: tim
Gimp Merging Opaque Layers
[Gimp] has an issue when merging layers that looses your RGB values for pixels that have a zero alpha. Here is a [HowTo video]. that I recorded to help remember how to keep the RGB values on zero alpha pixels.
Texture Filtering in RenderMonkey
Normally textures have filtering modes like: none, bilinear, trilinear. I want to know how to change these via the [RenderMonkey UI].
Ahhhhhh! Apparently you double-click the texture item inside your pass and a texture state editor opens.
I also want to log [print statements] in my RenderMonkey shader when I need to debug.
Share Desktop
[Yuuguu] is a free desktop sharing client for Windows and Mac.
Training Videos
Oasim sent a couple cool training video links on [conceptual drawing] and [character rigging] that I want to check out when I have time.
Sharing folders on the mac with Windows Vista
Initially I wasn’t seeing the folders I was sharing on the Mac from my Vista PC. There’s a little checkbox under options to enable SMB and walla I can access Mac folders from Vista. Reference: [File sharing in Leopard]
Minimizing Serialized Size
I’m trying to figure out how to [reduce the amount of disk space used by serialization].
I ended up using BinaryReader and BinaryWriter to compact the data and remove the serialization meta data. I used bitwise operations to compress information further. [Example]
M-Audio Audiophile 192 Vista 64 Drivers
The [64-bit Vista Drivers] for my [M-AUDIO Audiophile 192] finally released!
Bubble Collaboration
I tried the [Bubble] collaboration tool again. [Video] The tool is almost useful if updates were in realtime. Maybe if they fixed some of the load/save/refresh bugs. {OmniGraffie] appears to be a better diagram tool, but it’s not multiuser.
PC Resurrection
My Asus P5N-E motherboard went down New Year’s Eve. My computer lives again. I’m now running with an [Asus P5N-D] motherboard (spec), which is better and more stable than its counterpart. Now I just need to download and install 100 megs of Windows Updates.
Wavefront OBJ and Color
I was looking at the Wavefront OBJ spec and it doesn’t save vertex color information in the OBJ file. The color information is saved in the MTL file.
I was hoping Modo would save in the proper format, so I could copy the syntax. But [that] isn’t correct either.
[VertexMonkey] has some IO scripts and I could chunk out a script, but it would eat my weekend.
I wrote the [import script] anyway. I ended up using the Modo OBJ loader and then suplementing the color and uv set maps. It runs slow as heck and should be done using the Modo SDK.
Forum: [post]
Hacking the Kindle 1
[Reverse Everything] has some highly sophisticated examples of how to hack your Kindle 1.
UFO in Monroe
Devin, our cat Tick-Toc, and Tim were walking along the forest service road and saw this UFO. Best guess algae or snail sack. What’s a snail sack? Slide show, here’s a 25′ X 25′ one. This whatever is growing in the hole left by an upturned evergreen tree. [SlideShow]
Pixar Animations with Modo
In [Modo 401] there’s a new ability to transfer vertex maps to a new mesh. So this means you can model expressions on a human and transfer them to a dog (alien or monster).
I didn’t really understand how the [Twitter] site worked until I saw this video, [Twitter in Plain English]. Tune into some of the other videos, “Wikis in Plain English” and “Zombies in Plain English”.
Blender Yo Frankie!
[Blender] has done some open source projects like “Elephant’s Dream” and “Big Buck Bunny” (2M downloads). They are also working on an open source game called [Yo Frankie].
Global Game Jam
The [Global Game Jam] started January 30th at 5pm. They have video cameras setup at the various locations as game makers create based on that location’s theme. It seems to be a secret what that theme might be however. Tune in [irc.freenode.net/#globalgamejam]. Follow [GlobalGameJam] on Twitter.
Blender 2.4.8 Broken
I was having trouble exporting 3DS files with a default install of [Blender]. According to this [post], I had to edit line 10 of “C:/Program Files/Blender Foundation/Blender/.blender/scripts/3ds_export.py” which fixed the problem. The special ‘a’ characters in the author name had to be replaced with ASCII ‘a’. I also had to install [Python 2.5.4].
I’m trying to work in Blender with two uv sets, but unfortunately most of the exporters and importers are stripping off the second uv set. [forum post]
Blender Tutorials
If you are like most people, you don’t understand the [Blender] interface. SageDread has put together a large collection of [tutorial videos] that explain the interface in detail.
The [Blender Underground] has in-depth hi-quality video tutorials that explain the [Blender] interface in detail.
HP Recisitated
Linae’s [HP a6177c-b] computer had a bad graphics card. HP shipped a replacement card and everything is working normally. HP had sent the wrong part, so it’s the first time I had to replace the graphics card face plate to get the card into the AGP slot.
Two Computers DOA
We’ve had two weeks of snow and frequent power outages. Even though I have each computer on a UPC, two of them died recently. I suspect the power supplies. The [P5N-E] won’t even power on (3 year warranty). And the [HP a6177c-b] keeps rebooting (2 year warranty). HP is sending a new graphics card but I suspect both will need to go back for repairs.
Windows Emulation on Linux
I found [Ubuntu Linux] easy to work with for the past couple months. Shortly after running Linux, it’s common to want to play games and run office on Linux. To run games on Linux there are three options: 1) Wine 2) Cross over games and 3) Cedega. [Wine] is a Windows emulator that is free and game setup is done by manual setup of config files. 2) [Cross over games] is a commercial product built on Wine that facilitates the manual process. [Cedega] is also a commercial product built on Wine; check the [game database] for supported game information. Cross-over initially created a product to emulate Windows so that MS Office could be installed on Linux and it looks like they want a piece of the gaming market as well. So far Cedega appears to work better for games. Cedega also comes bundled with “Spore Creature Creator” so obviously they are the better choice. Cedega doesn’t support MS Office as far as I know. I installed MS Office 2007 with CrossOver Office, but found MS Word 2007 crashes on startup and the product is still working on support for Office 2007 SP1.
Hercules Fortissimo – II
I have an old beefy sound card, the [Hercules Fortissimo II] and it had been a while since I last checked. Unfortunately, no they still have not released 64-bit Vista drivers.
I have an almost awesome M-Audio Delta Audiophile 192 sound card. The 64-bit Vista drivers are in [public beta].
Both sound card makers better hurry before Windows-7 releases.
Revisiting Shaders
I’ve been out of shader land for more than a year now. And it’s time to jump back into the realm of shaders. Last time I was here, there were two camps: [HLSL] and [Cg] shaders. HLSL are windows specific and Cg are platform independent. The syntax for each is similar. Nvidia provides [FX Composer] that facilitates rapid shader prototyping and does shader profiling. AMD provides [GPU Shader Analyzer] another shader profiling tool. Shader engineers can be found in either the [AMD] or [NVIDIA] or [Mental Mill] or [ShaderFX] developer forums. RenderMonkey can also show [disassembly], but it’s hidden.
Brother Printer Drivers (Ubuntu)
Brother has released [Printer Drivers] for Linux in RPM and DEB formats for my MFC-5440CN. The [Ubuntu forum post] has the install directions. I had to create this folder to get the Brother drivers to install.
sudo mkdir /usr/share/cups/model