Function Object ObjectGraph
From Proview Wiki
These are the step by step instructions for creating an ObjectGraph for a custom function object. This "How To" should be done after the Function Object With C Code and references it. Creating the Object Graph is fairly easy once the function object has been created.
- Open the Graphics Editor (GE)
- Add five text objects and change the text attributes to "IBL Detail", "Input 1", "Input 2", "Factor", and "Output"
- Create a Value/ValueInputMedium object (this one will be for the Factor attribute)
- Create three Value/ValueMedium objects
- Save the graph as ibl.pwg
- Exit GE
- Copy the graph to $pwrp_exe (cp $pwrp_pop/ibl.pwg $pwrp_exe)