Blog

Home/Blog/

LightWave plugin, Circlify, released

The first commercial plugin from MentalFish is released and is now available in the store. Edit: you can now download the plugin for free here: http://mentalfish.com/uploads/lscripts/MFCirclify.zip See how the Chees... I mean Circlify plugin works in this preview video: http://vimeo.com/moogaloop.swf?clip_id=11341761&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=&fullscreen=1

By |2020-09-23T11:14:39+01:00May 26th, 2010|Computer Graphics|0 Comments

Property panel to front

Here is a new LScript that toggles / brings the property panel inside of Layout to the front when you go from one item type to the next. http://vimeo.com/moogaloop.swf?clip_id=11392238&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=&fullscreen=1 Download LScript

By |2020-09-23T11:14:39+01:00May 2nd, 2010|Computer Graphics|4 Comments

Utilize middle mouse button in LightWave

When I had a rant in the LightWave Skype chat on the use of middle mouse button for selections, i got directed to http://www.autohotkey.com/ but since I am on a Mac I had to google for an alternative and landed on a forum thread on the matter and I got pointed further to http://www.orderedbytes.com/ . [...]

By |2020-09-23T11:14:39+01:00April 24th, 2010|Computer Graphics|3 Comments

Bullshit detected!

In the recent turmoil around Apple changing the legalities around development for iPhone, John Gruber posted his thoughts on it. While I agree with many of his comments, there is a rather strange statement, or claim if you will, at the end of his post: Cross-platform software toolkits have never — ever — produced top-notch [...]

By |2020-09-23T11:14:40+01:00April 11th, 2010|Games|1 Comment

Quick Selection

New LScript for you all. One thing to keep in mind is that the script can make Modeler stop recognizing scripts and plugins if it is clicked alot, some bug in LScript I guess. http://vimeo.com/moogaloop.swf?clip_id=9493996&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=&fullscreen=1 Download LScript

By |2020-09-23T11:14:40+01:00February 16th, 2010|Computer Graphics|7 Comments

Set 100% to weight map

This is a really simple script, the only thing it does is to set the weight of the currently selected points to 100%. main { selmode(DIRECT); editbegin(); vmap = VMap(VMWEIGHT,0) || error("Please select a weight map first."); foreach(sp, points) { vmap.setValue(sp, 1.0); } editend(); } http://vimeo.com/moogaloop.swf?clip_id=8276292&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ff9933&fullscreen=1 Download LScript

By |2020-09-23T11:14:40+01:00December 19th, 2009|Computer Graphics|0 Comments

UV 2 Morph

Here is a tutorial by Mikael Burman on how to create some nice water effects on a window, by using my UV 2 Morph LScript. The plugin is just a small part of it all, so watch the whole thing and you'll see the overall coolness. This technique can also be applied to realtime 3D [...]

By |2020-09-23T11:14:40+01:00December 18th, 2009|Computer Graphics|3 Comments