Author Archives: Sandry

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

LindaKellie.com

You may remember her as Ayla Holt from IW and/or other places, Linda Kellie has very generously put all her stuff up on her web site for free download under a Creative Commons License.  You’ll find textures, buildings, clothes, furniture, … Continue reading

Posted in Building, Textures | Tagged , , | Leave a comment

Making a sculpted tablecloth in Blender

Fast paced, but easy to follow tutorial on making a sculpted tablecloth in Blender. http://opensim-creations.com/2011/04/01/tgib-speedbuild-tutorial-7-how-make-a-sculpted-table-cloth-with-blenders-collision/ (Thanks Solcar for finding this)

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

Vim autoindent driving you mad?

Try this towards the end of your .vimrc filetype indent off and if you want to turn autoindent off just for the current document, try this :setlocal noautoindent Or even: :setl noai Reference The Vim Tips Wiki: http://vim.wikia.com/wiki/How_to_stop_auto_indenting (accessed 2011.07.23) … Continue reading

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

Mirror your sculptmaps in Blender

Cunning trick to make a mirrored copy of your sculpty right there in Blender… Shift + D to Duplicate your mesh Space bar -> Transform -> Mirror -> <choose axis> If you need to do this a lot there are … Continue reading

Posted in Blender Tutorials | Tagged , | Leave a comment

Blender 2.5 Fundamentals

Not necessarily sculpty related but this will probably be very useful as Primstar/Jass Develops into Blender 2.5. This is a set of tutorials focussed on the interface of 2.5: http://www.3dbuzz.com/vbforum/showthread.php?188849-Blender-Fundamentals-First-drop-of-videos-now-available-to-the-public

Posted in Blender Tutorials | Tagged , | Leave a comment

Two Free Stock Images Sites

Copyright Free Images: http://www.copyright-free-images.com/ Pulic Domain Images: http://www.public-domain-image.com/ (I think the above two sites are the same place) Stock.XCHNG: http://www.sxc.hu/

Posted in Textures | Leave a comment

Animated Commercial Painter Set

Animations by Amat. Sculpties and Coding by Logan.

Posted in Just Posting | Leave a comment