Logan’s Lab

Ummm, is that the right name for this place? Miller thought it was. Anyway. It’s a collection links to textures and blender tutorials (with a SecondLife/Open Simulator bias) and other useful things that I need to remember how to do and where to find them. Occasionally I might even write a tutorial or two of my own.

Posted in Just Posting | Leave a comment

Rubber Band Panning

Neat trick to help stop shaky cam. You could probably use this with a space navigator too. http://youtu.be/Fj6fMcJ18aA

Posted in Machinima, Reminders | Tagged | Leave a comment

Bash One-Liners

http://www.bashoneliners.com/ – Exactly what it says on the tin.

Among our favourites were:

Well Handy (-:


Posted in Linux Stuff, Reminders | Tagged , | Leave a comment

SL Viewer 3 Keyboard Shortcuts

There are still some I miss from the old viewer, but there are also a few useful new ones here. http://wiki.secondlife.com/wiki/All_keyboard_shortcut_keys Also shows 2.8 and 1.23 shortcuts.

Posted in Reminders | Tagged , | Leave a comment

MP3 to OGG Vorbis

We all know that it’s not a good idea to convert from MP3 to Ogg, but sometimes, when you have to, this might help:
mpg321 input.mp3 -w - | oggenc -o output.ogg -
Posted in Linux Stuff | Tagged | Leave a comment

Removing repeating characters (PHP)

In this case it was offending commas, but you could adapt this to most things.

$my_string = ereg_replace('\,{2,}', ',', $my_string);

For a proper explanation, see http://randomdrake.com/2008/04/09/php-and-regex-how-to-replace-or-remove-a-repeating-character/   Thank you :c)

Posted in Reminders | Tagged , , , | Leave a comment

Mega Prims

I expect most of you have your own sources for mega prims, but I thought this was rather neat.  http://megaprim.sl/

Posted in Building | Leave a comment

Cutting on Action

Quick Tip which I found in the 48HFP Newsletter – cutting on action

Posted in Machinima | Tagged | Leave a comment