Merci Didier pour cette nouvelle extension, je vais la tester dès que possible. Merci aussi pour l'actualisation d'anciens plugins comme projection.
Je recherche une version non protégée de l'aide à layer manager 3.1.0 (du 28.08.2018) pour la traduire en français. L'objectif est de présenter l'outil. Idem pour PurgeTool.
Je peux te soumettre la traduction avant de la diffuser bien sûr.
It's a very easy fix - either the missing PNG specified in the HTML code needs adding to the HTML's file-set, or the HTML's code needs changing to find a PNG that does exists in its file-set.
When I contacted thomthom before he got it fixed very quickly.
But I've been in touch with thomthom by PM again recently - and this time it's taking much longer to fix !
Hi Djé,
Version 1.1.0 of the plugin is now availbale.
the UCS Origin now takes the current UCS for moving it
a new tool lets you define a new UCS (just like the native SU tool)
Download it at the Plugin Store (also soon at the EW):
https://extensions.sketchup.com/extension/13e533c2-ebf7-4d86-805f-59dd2254564b/axes-manager
Regards,
@driven said:
for a mac you can create a symbolic link the will show the skps in the 'Components Browser'
lnk_skps = %x(ln -s "#{Sketchup.find_support_file("Plugins") << "/your_folder/your_skps"}" "#{Sketchup.find_support_file('Components')}" 2>&1)
is there not a windows equivalent?
john
For Vista and higher:
mklink /D LinkName TargetPath
XP "supports" a similar feature called junction points, but I don't think it's available by default.
For XP:
links LinkName TargetPath
For Vista and higher:
mklink \J LinkName TargetPath
Surely an instance variable will work just as well? Avoiding the risk to collision of global variables - especially with a common variable name such as args.
@Dan,
@unknownuser said:
I just re-read the description for Pages.add
I should have done so...
Along with your "save camera" and "get_page_flags" methods, this will be easy to regenerate all my pages in the correct order (which I want to be always the same).
Thanks folks,