Installation.problems with parametric_grid.rb
-
Hello every Body,
I downloaded "parametric_grid.rb" and "parametric.rb" from sketchucation Plugin Store
When starting SU I get the following Error :Fehler beim Laden der Datei parametric_grid.rb
no such file to load -- ./parametric.rbSo far I can
t get the script to work. Anybody any idea what
s going on here?Thanks for your comments
Uli
-
@atelierpaar said:
Hello every Body,
I downloaded "parametric_grid.rb" and "parametric.rb" from sketchucation Plugin Store
When starting SU I get the following Error :Fehler beim Laden der Datei parametric_grid.rb
no such file to load -- ./parametric.rbSo far I can
t get the script to work. Anybody any idea what
s going on here?Thanks for your comments
Uli
did you check if "parametric.rb" is among your files in the plugins folder?
-
Some 'example' scripts made long ago by @Last need the helper file
parametric.rb
to function.
Unfortunately the 'parametric_grid' example expects to be within a subfolder, so it 'requires' like this:
require './parametric.rb'
BUT it needs to read like this:
require 'parametric.rb'
to work when theparametric.rb
file is in the same folder !You can edit the file so the error stops, or wait a moment while I update the script in the PluginStore and then get the new version...[mod=:2jkjx7sn]New 'parametric_grid' v1.0a version available now...[/mod:2jkjx7sn]
-
thank you TIG, everything`s ok now,
Uli
Advertisement