I want to divide selected faces inputting numbers
-
@sdmitch said:
@blackmonk75 said:
Hi~
I want to divide selected faces inputting numbers of columns and rows.
Please help me.
I'm waiting for your replies.Hi~
Thank you...
This is the very good plugin that I wanted.
But error message show in sketchup 8."Error Loading File Divide Selected Faces.rb
undefined method 'file_loaded?' for main:Object"and I can't find the plugin on top menus.
-
@blackmonk75 said:
@sdmitch said:
@blackmonk75 said:
Hi~
I want to divide selected faces inputting numbers of columns and rows.
Please help me.
I'm waiting for your replies.Hi~
Thank you...
This is the very good plugin that I wanted.
But error message show in sketchup 8."Error Loading File Divide Selected Faces.rb
undefined method 'file_loaded?' for main:Object"and I can't find the plugin on top menus.
Strange, I don't have a problem in SU8 and there is certainly nothing wrong with 'file_loaded?'. It is used in every plugin I have ever written.
When successfully loaded, you will find it in the Plugins menu.
-
@sdmitch said:
@blackmonk75 said:
@sdmitch said:
@blackmonk75 said:
Hi~
I want to divide selected faces inputting numbers of columns and rows.
Please help me.
I'm waiting for your replies.Hi~
I remove the sketchup 8 and install.
So the plugin is running good.
Thank you very much.There was only one problem.
The plugin run only 'Top View'.
The plugin errors 'Front View' and other views.I'm sorry.
Could you fix this error? -
The example .RB did NOT include
require("sketchup.rb")
near its start.
If it does not have that, then thefile_loaded?
test fails - at least with older SketchUp versions (like v8) [Tool's scripts like 'sketchup.rb' only load first in newer versions of SketchUp - side stepping the issue !].
If an earlier loading script has already done the 'require' then it'll work in any SketchUp version.
But if not, then in older versions it'll fail without an explicit 'require'. -
Oops, my bad on the require.
Front View? Now you tell me.
-
@sdmitch said:
Oops, my bad on the require.
Front View? Now you tell me.
I want to use this plugin besides top view in the all viewport.
-
@tig said:
The example .RB did NOT include
require("sketchup.rb")
near its start.
If it does not have that, then thefile_loaded?
test fails - at least with older SketchUp versions (like v8) [Tool's scripts like 'sketchup.rb' only load first in newer versions of SketchUp - side stepping the issue !].
If an earlier loading script has already done the 'require' then it'll work in any SketchUp version.
But if not, then in older versions it'll fail without an explicit 'require'.thank you...
I solved the problem.
I remove the sketchup 8 and re-install. -
@blackmonk75 said:
@sdmitch said:
Oops, my bad on the require.
Front View? Now you tell me.
I want to use this plugin besides top view in the all viewport.
-
@sdmitch said:
@blackmonk75 said:
@sdmitch said:
Oops, my bad on the require.
Front View? Now you tell me.
I want to use this plugin besides top view in the all viewport.
Dear Sdmitch.
Thank you very much for your help and kindness.
I'm really glad that I want to get the plugin.Thanks to all of you.
-
Very nice plugin, sdmitch! Thank you.
Advertisement