Jump to content

Dieter @ DWorks

Member
  • Posts

    2,825
  • Joined

  • Last visited

Everything posted by Dieter @ DWorks

  1. My 2nd screen is used for the oip, attributes pallet and the resource pallet, which I put on it really big, but collapsed to view other documents, so yes, a view there would be great, as I know take screenshots to place there....
  2. I use IntelliJ IDEA, which is great for python. Also check out: https://bitbucket.org/dieterdworks/vw-dlibrary, It's a library for scripting plugins in python for VW. Open-source and everyone is welcome to contribute.
  3. It has become more noticeable that the whole ui is refreshing itself after every action, even if that action has nothing to do with it. The navigation palette can just stay put when editing an object.... This isn't any good as it brings down the speed and responsiveness of it.
  4. I have no experience with python. Do you also have a toolkit with wrapper classes available as in the SDK ? You can only use all vs calls, but I have begon to create a library that wraps this to program oo and make plugin development much more easier: https://bitbucket.org/dieterdworks/vw-dlibrary/overview
  5. It's not broken, just useless. It far more easier and faster using hybrid symbols for this...
  6. I hope so too, they promised that this time would be big... If they can't deliver, I think they'll never...
  7. You can do this another way: using those objects in your own. I do this too. For example, I use the table plugin, but I hate those chairs. so I made my own, and I use the built-in table and add my own chairs to it.
  8. You guessed right. I made the right choice going the C++ way. Although coding has become much more complicated, at the same time it has become much easier. Object type programming and all the possibilities are just awesome. Python offers the same (OOP), but is much simpler then C++ in many ways imo... (Though there will still be things that can't be done as they are only in the SDK.)
  9. Simple... hmmm.... btw, there is a plugin on its way for this: Managing project info all your project drawings with the added ability to fill in things automatically, like all scales used on the layer, a list of all viewports on the layer, ....
  10. The human figure tool was added a few versions ago, and let's be honest, its terrible! I can't imagine that its actually being used for production/presentation drawings. Though if it was decent, it would be helpful for presentations. So please make this a decent tool that's fluent and easy to use, ow, and fast to update on changes, I prefer push/pull on the model to edit it. Otherwise, just abandon it!
  11. I would like to be able to choose the language of the UI! Have been asking for this soooo long. Even if that would mean that the local added tools are still in my native language.
  12. ++++++++++++++1 Would go very nicely when having a big building, or multiple houses that are all the same on the inside, but have different windows and doors. You could then create the interior with the inner components as an outer wall, and then when putting all together, you could draw the outer walls and have the windows in them, also cutting the walls of the walls in the viewports, oh, wait, that would bring us too far.....
  13. @Pat: I tried that once, had more problems with the connections then, because when the front elevation walls aren't at the same line, you got the wall between house on a T-shape with the outer walls. Splitting it into two walls results in the inability of making that connection, as VW thinks a connection between 4 walls can't be done in real life.... If only we could do the outer walls with 2 and still have windows and doors substracted for the two, we could do this and a lot more like creating reusable floor plans if you have to draw 50x the same interior, but with different windows and outer walls.....
  14. Draw that in 2 wall, one for the ground floor, and the second for the first floor. Then use wall peaks (edit the wall in 3D) and you're good.
  15. Now we can set one component as the core one, but when you have a wall between two houses, you want two cores, so that the flooring can go to the out side of the first core. Now I have to cut of the floor slab of one of the floors, it's annoying... Oh, this one has been asked before, but why not have something like priority based connections ArchiCAD has? Then I don't have to add any more rectangles where I have doors to let the floor go through it....
  16. Hi, I actually got a question about Python support. Which version will be included? Is it still v3.3 or higher? The reason I ask this is because I want to use enums, but they are only included from v3.4.
  17. Is there a reason why VW doesn't like multiple displays? If there is, I hope that it is something that is going to be fixed (sooner than later) as I am sure there are many of us that have multiple monitors. Could this be why the fan on my MacBook Pro runs all the time whenever I use VW? I wonder why, as the second screen is ideal for all the palettes, especially the resource palette so it can be big...
  18. Thx for the answer. I can imagine several situations for the first way of working on a design layer, like I once had to made a script to calculate a random elevation, with this, it will be easier and it doesn't have to be a plug-in as it's kind of one-of-a-kind thing. I like the idea of having it a plug-in object, as for some I now make, it will be so much easier to create, thinking of furniture ones etc... Also people with no programming skills wil be able to create simple plugins themself, which will be great. Still I presume that not all functionality will be available compared to coded scripts.
  19. Hi, We can set level types in a template, but I don't want a full list of level types for existing, new, etc... I would like to be able to import those like we can with layers and classes, that way my template doesn't have to have level types and on creating a new drawing, we can import the ones we want/need. A template is no place for level types and it will be consistent with layers and classes. I know we have default levels and such linked from them, but the import can handle both the level types and default levels.
  20. Apologies, it seems I've been mistakenly saved my template in the 2014/.. folder, so the actual used one (2015/..) wasn't updated. The Level types are saved.
  21. @Wes, thx for that! Now I get it, though I think it's implemented way to complicated, but I see the reason behind it: - In the layers dialog, you can set the level types, which are the names of all the level types you want to use, each name can only be used once in a story. So it's a unique list of level types, check. - In the story dialog, you can set default levels, which in fact are levels, which have a level type and a certain height, so it's that combination that's unique and those level will appear in the level list of all stories to be used in them. - You can then also add levels for a specific story if you want, and that will only show up in that story, though it has to be used, or it will disappear automagically. So it is: - Level types to set the names to be used. - Default levels, which can be used by each story - Levels, which are story specific. Still think it can be simpler: - Level types to set the names to be used. - Levels, which can be turned on and a height set for each story. Much simples, and if good implemented, editing a level for multiple stories should be easy... I get it that a level type can only be once in a story, which is normal, but the height can be different (but isn't Always) That's why I want to see to just check the level type and set it's level for each story, and make sure we can select a certain type on multiple stories to edit the height for all of the selected. Much more straightforward and simpler.
  22. All looks awesome! Well done for the theme for now. The Marionette tools seems to be a visual script that creates some object, but is it still linked after it's created, like a 'real' parametric object, so you can change parameters? I'm pretty sure it's that what's been asked for...
  23. I was refining my templates, and I can't seem to find where those pesky level types come from I don't want. When I delete them and save as template, creating a new drawing from it, or just opening the template make them appear again. From where are those comming and how can I have my own ones being taken instead?
×
×
  • Create New...