Forum: Poser Technical


Subject: ReadScript Tutorial by Rob Whisenant

keihan opened this issue on Jan 15, 2003 ยท 8 posts


keihan posted Wed, 12 February 2003 at 4:01 PM

Mahna, If you are just creating a pose file without the deltas, then there is no issue over copyright. :) The violation would occur only if you include the deltas as an INJECTION as well. Pose files should only include info that sets up the parameters of your characters. In other words, the pose file would contain only the values for the pose (dials); there shouldn't be any info in the pz2 file which says "indexes" or "deltas". Example: channels { targetGeom HdVictoria2 { name Elena initValue 0 hidden 0 forceLimits 1 min 1 max 1 trackingScale 0.02 keys { static 0 k 0 1 } interpStyleLocked 0 indexes 9772 numbDeltas 10041 deltas After "deltas", there would be a list of data which defines the morph. I took this example from a custom made morph injection that I created for Victoria 2, hence you'll notice the name change of the dial from "HdVictoria2" to "Elena" The only info that you should see in a morph pose file is this: channels { targetGeom HdVictoria2 { name Elena initValue 0 hidden 0 forceLimits 1 min 1 max 1 trackingScale 0.02 keys { static 0 k 0 1 } Of course this example only shows one channel :) Hope this helps. ----Will