Small console error?
-
I have noticed I get 2 errors in my Ruby console, none of the errors affect the performance or the running of my existing Rubies yet. I there something I should update or just ignore?
error #1
quietly_force_sync_mats_cb just callederror #2
calledquietly_force_sync_mats_cb just calledERROR: skpHelperClasses.rb:updateSkpMaterial, unable to find a material called: Material11There is no Material11 in the scene, or in the Materials editor
I typically apply material to faces in Ruby using the following code:base=entities.add_face(@pt1, @pt2, @pt3, @pt4) base.material=Sketchup;;Color.new(163,204,204) #change RGB Color number here base.material.alpha = 0.6 #change opacity number here
-
It's an debug message from V-Ray for SketchUp.
Advertisement