Collada plugin for After Effects

More info here
Plugins and Scripts > Lightwave

Custom Box Shape for LW11

Lightwave 11.6 python script for creating a custom box shape with a non-modal interface. It will show in the Object Properties, Add Custom Object list as "Python Box Shape". The same settings can be manually copied to the make cube geometry tool to get permanent geometry.

works with LW2018

right click the link above to download

To install copy the box_shape.py file to the python script plugin folder, something like:

"C:\Program Files\NewTek\LightWave11.6\support\plugins\scripts\Python\"

box shape panel

Controls:

  • Size X,Y,Z
  • Center X,Y,Z
  • Segments X,Y,Z
  • +X face, -X face show faces on the positive and/or negative X faces of the box
  • +Y face, -Y face show faces on the positive and/or negative Y faces of the box
  • +Z face, -Z face show faces on the positive and/or negative Z faces of the box
  • wire color

Usage:

  1. Add a null to the scene
  2. properties > add custom object
  3. choose Python Box Shape
  4. double click to open the panel
you tube here

April 21 2014: v 1.1 dialog settings save with the scene

March 02, 2014