|
Removing unwanted seats from furniture designsThere are times when you want to derive from a furniture item, but there's a seat somewhere that you don't want, or its just "wrong". Currently I know of five possible approaches to solving this:
Approach the creator and ask them to submit an alternative version of the productApproaching the author brings the problem that not all creators are approachable or cooperative. Also not everyone wants to have many similar versions of a product and IMVU may consider it catalogue spamming. Not everyone wants to give away information about how a product is put together, and even with the file you still have to find a way to edit it. Embedding alternative skeletons is an attractive solution, unfortunately few if any creators do this and few will use alternates when offered. One of my early products is a ball that can be stood on and rolled. The alternative lacks the "roll" node and stands upright, allowing it to be used as a "force field". Attempt to replace the skeleton file altogetherReplacing the skeleton file is tricky. Some products are more suited to this than others and unless you are very patient generally you lose all seats and poses, not just one. The following is a simple two-bone skeleton that may "support" many furniture products that have the mesh weighted to bone zero or one: simple.xsf
Note that the above removes all seats and may break animations. Also it should not be used where the mesh is weighted to multiple bones. One mesh this technique can be used on is my duck: Rubber duckie derivable where it can be used to remove the "riding" pose. Move a node out of the way with an animation fileMoving a node requires that you know the number of the handle node you wish to remove. This is a simple one-frame instant acting animation that moves bone 3 a long distance in the Z direction (I've highlighted the bone, change it as needed): delnode3.xaf
Add the animation with a trigger of "stance.Idle" which is IMVU-speak for "Play it immediately". Set the "# ensembles played" parameter to 0 to make it loop forever, and use the "+ Add Xaf" button to add the file. I've highlighted the bone number. Generally some inspired guesswork is needed to determine the number, expect each seat to take 4 or 5 bones and there may be a few more before the seats start, so a couch with four seats could reasonably have 20 bones. If the mesh vanishes you've hit a weighting bone, keep searching. |