Help. error? NilClass?
-
Can anyone help me about this?
-
There have been other reported issues with
vfs.rb
:
http://sketchucation.com/forums/viewtopic.php?f=15%26amp;t=41055
Have you checked these issues too ?The error you show is because it is trying to find the 'entityID' of a reference that points at 'nil', rather than at a valid SketchUp entity
Does this occur when SketchUp starts or when you try to use the script ?
To get a fuller error type:
load 'vfs.rb'
in the Ruby Console and post the error messages - if any...
Advertisement