Categories
softimage tutorials

Balloons in ICE

Hey guys, I’ve recorded a new tutorial showing how to simulate some party balloons with ICE and a small dose of vector math. 🙂

Part 1:

Part 2 will come soon.

Categories
softimage tutorials

Vectors 101: Understanding “Push” math

Here’s a two-part series to understand the basic vector math behind a simple push, and elaborating on it:


If you enjoyed this, don’t forget to like TD Survival on Facebook to get the latest news of future videos and whatnot. (New content posted almost every week!)

Categories
softimage tutorials

Tip: Dynamic jaw pivot trick

Here’s a trick of meddling with the StaticKineState property to allow deforming and adjusting the position of a deformer at the same time:


I worked this out myself but I’m told Bradley Gabe thought of it first, so kudos to him. 😉

Categories
softimage tutorials

Tutorial: ElasticReality Morpher

Ever played with the ElasticReality morpher node in the FXTree? 🙂

Categories
softimage tutorials

Tutorial: Bike Chain Rig Setup

Here’s a sweet “bike chain” / “tank treads” rig explained:

I’m open to ideas for further short-form tutorials. If you have any, or found this particular tutorial educational, speak up! I welcome your feedback. 🙂

Categories
softimage tutorials

Tutorial: ICE Weightmap Gradient Controller

Here’s how you can use ICE to create a null that controls a weightmap gradient:

Categories
scripting softimage tutorials

How to read an XSIADDON file in Python

Ever wondered what’s the deal with *.xsiaddon files? What are they?

Well, they’re good ol’ XML with a bit of metadata and the files embedded in them are compressed with the zlib library and base64 encoded for safe plaintext storage.

How would we parse such a file? Check this out:

Categories
softimage tutorials

Softimage: ICE String to Particles trick

[I shared this on the Softimage Mailing List the other day and thought it was worth posting here.]

Here’s a fun trick for parsing an ICE string attribute, identifying the letters and typing out the text with particles:
ICE string to particles
Download the sample scene here and read more about it below. (Soft 2011+ required.)

Categories
softimage tutorials

Softimage: Symmetrical Shape Splitting with ICE

I propose a way of using ICE to split symmetrical shape halves. Here it is in action:
My
(Download here and read more about it below.)

Categories
tutorials

Benchmarking your Python experiments

Which is the fastest way to do this or that? Why not try them all and benchmark! 🙂

All you need to do is lock at the time.clock()