Guidelines at fibonacci series spacing?
-
The code transforms in the Z, so if all Z's are the same it won't work [i.e. it's a flat horizontal face].
Is suppose the clue is in the prompts: 'select width' p2 and 'select width' p3 - suggesting walls - after all such proportions are usually in elevations, fenestration etc...It'd be quite possible to make non-plane specific version - but it's more work than a minor 'tweak'...
-
Doesn't matter to me, just wanted to clarify.
It's simple to flip on its side if you want it on the floor. -
@tig said:
The
GoldenGauge.rb
file requiresselect.rb
That is the file with an issue if the old 'examples' has not been set up and which would have made$exStrings
- but this is not likely in the newer SketchUp versions !
To fix it - editselect.rb
using Notepad/Notepad++ - near the start add the two green lines shown, below the first 'require
':
require 'sketchup.rb' **%(#008000)[require 'langhandler.rb' $exStrings = LanguageHandler.new('examples.strings') unless $exStrings]**
It'll now work in all versions of SketchUp...
-
Thanks TIG sir! Well, is it ethical that the moderator or the admin modifies the plugin uploaded on Smustard website for the betterment of its use by the common people who don't know coding? And posts it here?
It is available free of cost anyway. So, there is no legal issues.
It doesn't matter. A better stuff is available on SCF rather than the outdated thing. Don't you think sir?
-
you could also make a group / component with 3 lines spaced at the golden gauge intervals. If you need to divide any other/new surface just move the group/component and scale it to the desired endpoints. The 'middle' line (golden gauge) will be at the correct scaled position.
-
@john2 said:
Well, is it ethical that the moderator or the admin modifies the plugin uploaded on Smustard website
tig hasn't 'redistributed' a modified version of the ruby, he has shared how he fixed his version to make it fit for purpose...
If you chose to modify your version, then any ethical dilemma is yours...
I might add that in the UK [at least] modifying your own copies of software for your own use, is considered a consumer right, and overrides any 'license' or 'copy-write' conditions forbidding the activity...john
-
I think he was asking Tig to do so permanently, not questioning whether he had broken any ethic.
-
Yes, I have done nothing wrong in suggesting a fix which YOU might apply to a freely download-able file - the infringement of copyright is entirely yours... The select.rb file does state it is copyright.
Do not copy it, but if you modify it for your own use, then no one will ever know. This fix is one which the author might have done, had he been arsed to do it. He is probably still around... but he does not seem to support/fix his older toolsets...The reason I did not suggest a similar fix for his GoldenGauge.rb, was because it needed such a change in thew way it works that it was difficult to fix with a single 'tweak'. It could be recoded... but that is a very different issue...
-
@tig said:
Yes, I have done nothing wrong in suggesting a fix which YOU might apply to a freely download-able file - the infringement of copyright is entirely yours... The select.rb file does state it is copyright.
Do not copy it, but if you modify it for your own use, then no one will ever know. This fix is one which the author might have done, had he been arsed to do it. He is probably still around... but he does not seem to support/fix his older toolsets...The reason I did not suggest a similar fix for his GoldenGauge.rb, was because it needed such a change in thew way it works that it was difficult to fix with a single 'tweak'. It could be recoded... but that is a very different issue...
Pardon my lack of techie knowledge about tweak, recoded. I'm not understanding the different issue thing.
Kindly bear with me.
All I am saying is this. You add the suggested lines in the original golden gauge rb file and upload it here on SCF forums as "Tweaked Golden gauge plugin" . That would completely okay and legal right? Rick won't get annoyed if this happens.
-
The Rick I know would not mind one bit...
-
No.
You misunderstand the concept of copyright.
If a script is published in a way that disclaims copyright [typically in the wording in its header, which puts it freely into the public domain] then you are free to do what you will with it, edit it and even republish it with changes - although doing so without making it clear it is now 'your' version could confuse others, and at least annoy the original author.
A script might be published explicitly claiming copyright [or if there is nothing said to the contrary the copyright is deemed to remain with the original publisher or author - the 'owner'].
In that case you may not change its contents and republish it, without the express consent of the 'owner'.
However, if you make some changes and use that changed file for your own private purposes then who is to know...
I suggested a simple 'tweak' to the copyrighted 'select.rb' to make it compatible with newer versions of SketchUp - it was adding a couple of lines at the start to fix an oversight by the original author, and which I an sure he would have agreed with.
If any of you then decide to try that 'tweak', it's up to you, I did NOT republish the file.
I trust you will not do so either.
I declined to make significant changes to his copyrighted GoldenGauge.rb, this is would have meant a major rewrite and posting large blocks of code - tantamount to republishing a then much edited version of the script.
I could do that for my own personal use but not post it for the rest of you, as I then consider that infringing copyright rules...
However, I did make significant changes to' LiveIvy', because the original author invited users to make changes and improve the code, effectively disclaiming any copyright he might have had.
Advertisement