• Welcome to the Community Forums at HiveWire 3D! Please note that the user name you choose for our forum will be displayed to the public. Our store was closed as January 4, 2021. You can find HiveWire 3D and Lisa's Botanicals products, as well as many of our Contributing Artists, at Renderosity. This thread lists where many are now selling their products. Renderosity is generously putting products which were purchased at HiveWire 3D and are now sold at their store into customer accounts by gifting them. This is not an overnight process so please be patient, if you have already emailed them about this. If you have NOT emailed them, please see the 2nd post in this thread for instructions on what you need to do

custom INJ morphs (remove)

Steve.M

Enthusiast
Hi

I have created some custom morphs and saved them to my library as INJ morphs (Morph Injection).

Other morph sets I have purchased have a "INJ rem"(Morph Injection removal) icon/option.

What is the correct way for me to create an INJ removel file for my custom INJ morphs?

I am using Poser pro 11
 

Satira Capriccio

Renowned
CV-BEE
Contributing Artist
For a INJ remove file, use RemovePMDFileMorphs and RemoveFullBodyMorph

Like so:

INJ

{
version
{
number 10
}

injectPMDFileMorphs :Runtime:Libraries:Morphs:CA:MyProduct:Morph1.pmd
injectPMDFileMorphs :Runtime:Libraries:Morphs:CA:MyProduct:Morph2.pmd

createFullBodyMorph Morph1
createFullBodyMorph Morph2​



REM

{
version
{
number 10
}

removePMDFileMorphs :Runtime:Libraries:Morphs:CA:MyProduct:Morph1.pmd
removePMDFileMorphs :Runtime:Libraries:Morphs:CA:MyProduct:Morph2.pmd

removeFullBodyMorph Morph1
removeFullBodyMorph Morph2
 
Top