I have recently had this error that I don't know how to resolve in practice when I create a proxy object and I leave the active replacement of the ketchup object or component with the created proxy object it gives me the following error
Error: nil
helpers.rbc(75):warning: wrong argument type Float (expected Integer)
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `[]='
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `block (3 levels) in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `each'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `block (2 levels) in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:23:in `change'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:23:in `block in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/helpers/helpers.rbc:65:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:21:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:21:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:53:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:53:in `block in handle_replace'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/helpers/helpers.rbc:71:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:47:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:47:in `handle_replace'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:35:in `activate'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/neui/host_app_interface.rbc:430:in `select_tool'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/neui/host_app_interface.rbc:430:in `export_proxy'
proxy_export_tool.rbc(37):warning: wrong argument type Float (expected Integer)
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `[]='
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `block (3 levels) in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `each'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `block (2 levels) in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:23:in `change'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:23:in `block in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/helpers/helpers.rbc:65:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:21:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:21:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:53:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:53:in `block in handle_replace'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/helpers/helpers.rbc:71:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:47:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:47:in `handle_replace'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:35:in `activate'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/neui/host_app_interface.rbc:430:in `select_tool'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/neui/host_app_interface.rbc:430:in `export_proxy'
Error: nil
helpers.rbc(75):warning: wrong argument type Float (expected Integer)
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `[]='
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `block (3 levels) in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `each'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `block (2 levels) in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:23:in `change'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:23:in `block in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/helpers/helpers.rbc:65:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:21:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:21:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:53:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:53:in `block in handle_replace'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/helpers/helpers.rbc:71:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:47:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:47:in `handle_replace'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:35:in `activate'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/neui/host_app_interface.rbc:430:in `select_tool'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/neui/host_app_interface.rbc:430:in `export_proxy'
proxy_export_tool.rbc(37):warning: wrong argument type Float (expected Integer)
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `[]='
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `block (3 levels) in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `each'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:25:in `block (2 levels) in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:23:in `change'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:23:in `block in initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/helpers/helpers.rbc:65:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:21:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/special_objects/proxies/geom_mesh_file.rbc:21:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:53:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:53:in `block in handle_replace'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/helpers/helpers.rbc:71:in `initialize'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:47:in `new'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:47:in `handle_replace'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/tools/proxy_export_tool.rbc:35:in `activate'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/neui/host_app_interface.rbc:430:in `select_tool'
C:/Program Files/Chaos Group/V-Ray/V-Ray for SketchUp/extension/ruby/neui/host_app_interface.rbc:430:in `export_proxy'
Comment