I was looking at some of the changes to the SU Ruby API; http://sketchupapi.blogspot.com/2008...ketchup-7.html
One thing which caught my attention:
Would it be possible with onBeforeComponentSaveAs to save components which store the V-Ray materials along with them?
One thing which caught my attention:
New "model level" callbacks in ModelObserver
def onActivePathChanged(model) { # Detect edit mode }
def onPlaceComponent(instance) { # Detect placements }
def onExplode(model) { # Detect group/component explode }
def onBeforeComponentSaveAs(instance) { # Add data on save
def onActivePathChanged(model) { # Detect edit mode }
def onPlaceComponent(instance) { # Detect placements }
def onExplode(model) { # Detect group/component explode }
def onBeforeComponentSaveAs(instance) { # Add data on save
Comment