[Plugin] cgScenesMAC v 2 April 2010
40 posts
• Page 1 of 2 • 1, 2
[Plugin] cgScenesMAC v 2 April 2010John (driven) kindly made a Mac version, the latest version with sample model is here. He hopes to make a self extracting version if you would like to wait for that. Feedback from Mac users and/or coders would be much appreciated. Helps manage scenes, layers and components in a single re-sizable automated interface. Here is Release 1.051 for PC users: GUIDELINES FOR SCENE MANAGEMENT Use cgScene's left reel to browse (1st click) and open (2nd click) each scene and current aspect (e.g layer) middle reel to check each aspect of the current scene middle reel layer menu to sort layers by abc or visibility and to add and name new layer middle reel components menu to show or hide all current scene components right reel to browse (1st click) and hide/show (2nd click) properties to save, layers and components, and change (2nd click) views and styles. Update to save scene properties selected. Update before Synch. Synch to update web dialog content after making changes or component selection in Sketchup display. Use Sketchup's context menu to add, delete, rename or describe a scene layer window to rename or delete existing layer layer window to select layer colors shadows toolbar I think it best to download test model for initial familiarisation from here. It has perspectives, orthogonal views and trade scopes, using many layers and components and seven different styles. Also have a look at the gallery of images. Here are some recent additions showing design in progress: If a scene is not showing what is expected double check Properties to ensure everything required is being saved and check layer and components status as these can contradict each other. If still not performing correctly, PM me or post here. But if you have any general suggestions please post them in Behind cgScenes. Thanks Chris Last edited by chrisglasier on Thu Apr 01, 2010 12:51 pm, edited 24 times in total.
With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgSceneshi chris,
would you care to explain a little more about your plugin? i am afraid not everyone will know what it is about.
Re: [Plugin] cgScenes
Yes, sorry. I made a video but all uploading has been blocked since some dispute over Youtube. So I thought I would try without; not too clever I guess! The basic idea is to take essential elements of entity info, scene manager, layer, outliner, and styles windows, together with views and other items in the camera menu and put them into one web dialog "machine" (it has moving parts as you can see below). This is made possible by nameset technology, a mix of listing by association (e.g. spaces associated with a building; ff+e associated with a space; layers associated with a scene) and web site animation. Unfortunately I can only claim the adaptation of the original idea to modern technology and thinking, as explained here. I hope the set of animated images of the machine is helpful; but really if you are interested in using scenes to illustrate multiple aspects of designs with 3D presentations, dimensioned orthogonal views, dedicated trade details and on and on, I of course recommend trying out the real thing to see the whole interaction and where it might lead. Thanks for your interest and advice, Chris With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes
i am sorry, but it remains obscure to me. perhaps the video would clear it up. have you tried to host your video somewhere else like vimeo or blip.tv?
Re: [Plugin] cgScenes
I have tried many - all fail - Vimeo after waiting 6 hours! I have to go to dinner now, but simply if you select a scene in the left column, it opens that scene; if you select Layers in the middle column, it shows you the scene's layers and their visibility status in the third; if you select Components in the middle, it shows the scene's components in the third; the same for styles ... The menus at the top enable you to toggle things on and off, add, erase and so on as in the SU windows. In other words it does nothing new, it just does it without you having to open and/or move from window to window. The information comes to you. More of your model is left exposed. Really thanks, you know when so deep into something it is sometimes difficult to put things across. I hope this is a bit better! My regards Chris With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgSceneschris,
this is much better. i'll have a go at it soon. thanks.
Re: [Plugin] cgScenesDownloaded to have a look at this. I see now that it's some kind of organizer window that takes on the roles of the many individual SU windows and merge functionality into one. Am I correct?
I got an error message when I tried it though. When I activated the tool in a model with no scenes I got this: Thomas Thomassen — SketchUp Monkey & Coding addict
List of my plugins and link to the CookieWare fund
Re: [Plugin] cgScenes
Sorry it should open an alert. For the moment please just add a new scene before opening the plugin. Better still download the 5.7 mb test model from here so you can see how it handles (inshala) several scenes, layers, components and styles. Blank applications can be dead boring! Sorry for teething problems ... Chris With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes
To run the script successfully one needs to add
at the start of the code. I am testing it Chris right now. It looks interesting. Toggling items could be done by double click also. It would improve layer\component sets editing speed. Thanks Tomasz Author of Thea Render for SketchUp
Re: [Plugin] cgScenesNow if we could have groups of scenes. What I mean - a higher level in hierarchy, above scenes alone.
If a user could move\copy a scene from one group to another it would be great. In the given SU example the Groups could be called Perspectives, Elevations, Plans, Sections. EDIT: There is a tricky thing I realized. Some plugins may attach attributes to scenes, so you would need to copy\move them too. Tomasz Author of Thea Render for SketchUp
Re: [Plugin] cgScenesI have added it for the next release. If I remember correctly it is more precaution than necessity so the current code should work without it. But I am a reluctant coder particularly where Ruby is concerned, when I do little more than lip-sync. Any straightening out recommendations are well received.
Indeed. But please remember I am trying to make this a device module that can be added to the core nameset. I use some core minimalist panel and event handling conventions for overall control. I have avoided double click so far because I have been sceptical how it performs on handheld devices - a single stab or poke seems safer. But I become more aware of things like editing speed as I am finishing the little house model. Yesterday I changed the top menu to be right aligned, directly above the main (3rd) clicking list, which is more natural. You will be able to move the white stripe closer (but this means more clicks for upward scrolling). [BTW did you see the window is resizable (to help determine the compromise between screen obstruction and long names)?]
Yes, higher level groups are the real challenge not just for scenes but also components. Not to be confused with SU groups, I categorise these as collections and groupings, collections that define the physical aspects of the project (buildings, floors, spaces, products) and groupings that are less influenced by final positioning that may relate to scheduling (sanitaryware), buying (purchase orders), distribution, containerisation, sustainability (to jump on the band wagon), colour boards, regulations (fire), operating (diagrams) and so on. Two important points are that one component can belong to many groups and all collecting and grouping is computed outside modeling; and one important question is: can components be used in lieu of SU groups to the point of extinction - what do you think? Thanks for your interest and help Chris With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenesJust to keep things updated :
Release 1.01 includes the following amendments: Added sketchup.rb (thanks to Tomasz SCF) Added scene setup for new files Right aligned menu for easier toggling Rename layer function Excluded Layer0 cg With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenesHi Chris, you can organize it however you want, but most authors update the file in the original post so that people don't have to read through an entire thread to make sure they are downloading the most recent vesion.
Also, I think you started another thread where you posted this new version already. It might be adviseble to delete it from this thread, and just put a link to that thread from here, and also in the top post. And also, again, remove the old file from the top post. That way you only have one file - always the most current - posted somewhere. Otherwise it can be confusing for users to try and fin the most recent version. But, you can do it however you like. Just in the end, try to make it so users can't accidentally find old versions of your scripts. Keep up the great work! I can begin to finally understand namesets in the context of layers, scenes, styles, etc and how all these things are connected and all affect the same objects. Little by little it is coming together. Chris BTW, have you looked at Google Wave yet? It is interesting!
Re: [Plugin] cgScenes
No, I don't want to take that line, but I just thought as this thread has [code] in the title it should also get the latest version. The other post is a background piece, but of course it needed to have the updated version to make sense. To save the "on and on," I asked Jim if cgScenes could be put on the register so I can just refer to it there for the releases and continue my mumblings here in the usual fashion. Do you think that would be OK?
Yes and this underpins "linking data" that Kevin Kelly and others keep raving on about.
I can only imagine right now - youtube has been blocked here, but I am planning to look elsewhere soon Thanks Chris Last edited by chrisglasier on Wed Jun 10, 2009 8:12 am, edited 1 time in total.
With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes
] Sorry about this, Chris. I hope, in not very much longer that you will be able to enter and edit your entries yourself. I'm talking a couple of days, if you can wait... Hi
Re: [Plugin] cgScenesHi Chris
looks a really useful plugin. I downloaded version 1.3 But I don't know how to install it please give me a hint Thxs Get Upa !
Re: [Plugin] cgScenesIf you have a PC extract zip file to your plugs-in folder. Suggest you use model Test file (downloadable from web site). Open Sketchup. Look in plugins menu for cgScenes.
We are still working on Mac version. Thanks Chris With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenesI put release 1.04 in the first post. You can also download it from the Namesets web site (Output section).
With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenesThanks for the update, Chris.
Could I ask a favor? Would you please edit the thread title to reflect the current version and revision date? That would make it easier for folks to know there's been a change to the plugin. Thanks again. Dave %
(THERE'S NO PLACE LIKE) G28 X0.0 Y0.0 Z0.0 M30 %
Re: [Plugin] cgScenes
Would you be so kind as to put cgScenes on manually now I have released 1.04(PC)? Do you need any info from me? Thanks. Chris With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes R1.04(PC) June 27 09
No apologises necessary. We should all be just grateful for your generosity. Many thanks. Chris With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes R1.05 16 Sept 09cgScenes R1.05 added to first post
cg With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes R1.051 1st Oct 09Release R 1.051 added to first post. (Amendment to layerAdd tool - not shown in Tutorial)
With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes
Finally Vimeo has been made available so I have been able to post a video as you suggested. Gaieus very kindly also uploaded it to my YouTube account (köszönöm szépen, Csaba) which you can see here - I can only when I go to Hong Kong! With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes R1.051 1st Oct 09Chris, I've been paying with Scene-based animations in a recent plugin and have been looking at your elegant interface for Scene navigation.
Although the current implementation is great for efficiently traversing long lists of Scenes, it becomes somewhat cumbersome when applied to the action of stepping through consecutive Scenes of an animation. The movement consists of a move-down-click, move-up-click action that is less than ideal. I was curious what you thought about a way to short-cut right to a Scene on the first click? Maybe the control key in combination with a click could navigate directly to the clicked Scene? Hi
Re: [Plugin] cgScenes R1.051 1st Oct 09
cgScenes is intended to sit well with native Sketchup tools and here is a case in point where the scene tabs are probably better suited to the task. It would be good though if actions such as these were automatically synchronised with the web dialog. I did work with Rick Wilson on this but I never managed to get the code to work as written (probably because of the expertise mismatch). If you (or anyone else) feel inclined and have some time you may be interested to peruse the attached annotated file to see what's what. My regards Chris With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes R1.051 1st Oct 09So you want the dialog to synch when the Scene tabs in SketchUp is selected?
Should I make the changes to the file most recently attached, or the the 1.051 version? Hi
Re: [Plugin] cgScenes R1.051 1st Oct 09
May I elaborate tomorrow (GMT + 8)? The current manual synch action updates components, layers, scenes and properties. I think if the observer business can be solved 1.051 should be turned into a 1.10 release. Till then ... Chris With JSON machines we can analyse what is to be achieved so that IT can help with automation to achieve it.
Re: [Plugin] cgScenes R1.051 1st Oct 09If I leave the dialog open after a time, I get this window pop up. I've never seen the message ever before, so I don't know exactly what is going on.
Hi
40 posts
• Page 1 of 2 • 1, 2
|
Who is online
Users browsing this forum: Pixero and 22 guests