Undocumented environment variables #2


set XSI_EDITORS_WHITE_BG=1

XSI_EDITORS_WHITE_BG

This undocumented env var was mentioned on the XSI mailing list back in 2008 (ice tree background), but I found out about it another, more brute force, way.

* undocumented env var #1 was XSI_DISABLE_NEW_PICK (see also here, where XSI_DISABLE_NEW_PICK is a workaround for failed component selection in a virtual environment like Parallels)

Friday Flashback #173


The State of the Art
SOFTIMAGE|3D is the art, skill and rhythm of 3d animation –
system for animators who have consistently produced ground
breaking animation, signature effects and photo-realistic
imagery. It is the result of a decade of evolution – from
interface design that put control back into the hands of
artists, to the breakthrough character animation of
Godzilla. SOFTIMAGE|3D The State of the Art, Defined.

3D_tightbc

Emitting particles from instances


Suppose you want to emit particles from the instances in a point cloud. For example, suppose you have a point cloud of instances of a BigFish model, and you want to emit little fish from each BigFish instance.

emit_from_instance1

One simple approach is to set up a point cloud on your master BigFish instance, and do the emitting there.

emit_from_instance2

Then when you emit the point cloud of BigFish instances, use InstanceShape instead of Set Instance Geometry.

emit_from_instance3