[Poser] Advanced Library

an alternate system for Poser's library

http://www.neocron.lunarpages.com/library/

Pre-Installation


Make sure you have the following programs installed

Microsoft .NET Framework 2.0

PRPC (Python script that you just extract to poser like a regular zip )
http://sourceforge.net/project/showfiles.php?group_id=154670&package_id=171925



Python Menu Edit


So you dont have to search for the PRPC script every time you run poser, you can edit your mainmenu of the python window ( window > python scripts )

here is what mine looks like :
c:\program files\curious labs\poser 6\runtime\python\poserscripts\mainButtons.py

poser.DefineScriptButton(1, ":Runtime:Python:PoserScripts:CreatePropsropButtons.py", "Prop Samples")
poser.DefineScriptButton(2, ":Runtime:Python:PoserScripts:GeomMods:geomModButtons.py", "Geom Mods")
poser.DefineScriptButton(3, ":Runtime:Python:PoserScripts:Utility:utilityButtons.py", "Utility Funcs")
poser.DefineScriptButton(4, ":Runtime:Python:PoserScripts:SampleCallbacks:callbackButtons.py", "Sample Callbacks")
poser.DefineScriptButton(5, ":Runtime:Python:PoserScripts:RenderControl:renderButtons.py", "Render / IO")
poser.DefineScriptButton(6, ":Runtime:Python:PoserScripts:MaterialMods:materialModButtons.py", "Material Mods")
poser.DefineScriptButton(7, ":Runtime:Python:PoserScripts:PrintInforintInfoButtons.py", "Print Info")
poser.DefineScriptButton(8, ":Runtime:Python:PoserScripts:V3HyperRealSkinShader.py", "V3 HyperReal")
poser.DefineScriptButton(9, ":Runtime:Python:PoserScriptsrpc:PRPCd13435.py", "PRPC")
poser.DefineScriptButton(10, ":Runtime:Python:PoserScripts:clearButtons.py", "Clear Buttons")


*** MAKE SURE YOU'RE REFERRING TO THE RIGHT PYTHON SCRIPT ***





Then just follow the instructions on the Adv Libray page to install.

-- to add a poser runtime, go to "Settings" and rightclick on "Advanced Library" and select "Import Poser Runtimes"

to set load-to-poser as your default double-click, rightclick a thumbnail in the library window and go to load > ... RIGHT CLICK ON "poser to prpc".

should be all set now

Vex 17 years ago
An update,

i use it religiously

screenshot attached.