Jump to content

roland

Eurobricks Citizen
  • Posts

    372
  • Joined

  • Last visited

Everything posted by roland

  1. You can save the assembly as a loose ldr or mpd and when needed in another model just drag and drop it from the file explorer into LDCad. It will then ask if you want to edit it or use it in the current model. Alternatively you could make it a template (whom show up in the part bin), by putting the .ldr in the %appdata%/ldcad/templates/shortcut folder. Just be sure the ldr has logical description and preferably an 0 !KEYWORDS shortcut line. The keyword is needed for it to show up in the 'Misc shortcuts' template part bin group. Or if you really adventures you could add a custom bin group specially for your own templates by editing a pbg file.
  2. The crash is caused by the extremely short 2L pneumatic hoses (pneumaticHose-2L_1.ldr) Those are basically just the caps, so you could just as well just place to 165.dat's in a sub-model to avoid the problem. That said it shouldn't crash so it will be fixed in 1.7 Thanks for reporting.
  3. I did make some minor flexible part related changes in 1.6d not sure how that would affect the statistics panel though. If you could send me the file by mail or pm it would help greatly. If copying is a issue, you could strip anything but the tubing, just be sure it still crashes before sending me the file. Ether way I won't share it and delete it when the issue is identified/fixed.
  4. Thanks, I started with LDCad partly because I got annoyed by the fact you can't directly edit stuff in the 3D preview of MLCad :)
  5. With unofficial libraries, the "<LDRAWDIR>Unofficial" method is not really standard behavior, it will depend from program to program if parts in there will be used or not. The more modern way of working with unofficial parts is by considering it a second library with its own root folder (so you have e.g. "d:\ldraw\official" and "d:\ldraw\unofficial" both having a parts and p folder). In LDCad I usually rename the ldrawunf.zip to something like ldrawunf-20200708.zip and use it as is (LDCad can use the library zipped) and add it before the complete.zip library search wise order. See also http://www.melkert.net/LDCad/faq#faq_unoflib
  6. LDCad can do a OpenGL (png) or POV-Ray export.for the model currently being edited. Available in the file menu (1.6d) or alt+e The upcoming 1.7 version will also have an (experimental) blender export. LDView offers some export options too, and there are a number of LDraw tools that can do an assortment of 'a to b' conversions on any LDraw file. There are also some Blender import plugins available (from the maintainer of mecabricks). Just do a generic search on the format you want +ldraw to find what you need or visit ldraw.org for some getting started pointers etc.
  7. As it has been asked before I made an short demonstration video: Most important thing is the direction setting, adding the extra points to avoid the overlap is optional.
  8. All software is about using a collection of tools to get to some goal. If you need to do the same multiple times you make a new specialized tool for it or write a macro. Also where is the fun in having software doing everything for you :)
  9. The technic engine script loops trough all rod and engine block parts and calculates the correct rod angle assumed it is already at the correct location (e.g. snapped to the crank axle). It will also position/orient the piston part and will add one it there aren't enough of them in the model. As assumed this is a macro located in the scrips/technic menu. In the latest version there is also a macro to position universal joint elements based on a collection of guidance points and a correctly orientated starting part. As these macro's are scripts you can add things yourself and I'm also open to suggestions for things to add in the next version (or you could do a manual installation of new scripts if you don't want to wait). As for snapping... LDCad only supports basic part snapping, which is disabled by default, as I didn't want to have the 'fight the system' problem you seem to have above :) Snapping can be enabled using shift+p or clicking the red GS label in the bottom left corner of the compass (it changes to PS). While snapping is enabled the normal grid tools are still available too, so if nothing nearby snaps you can still use grid placement.
  10. LDCad is an LDraw model editor,. The means all the bricks you see are drawn/modeled by the ldraw.org community. But those parts don't include snapping information, I add that myself on a per part basis. I usually do this in sync with the ldraw library updates.
  11. Most of the parts released in the LDraw 2019 library updates.
  12. I removed the download because the project is included in recent LDCad version. You can play the animation inside LDCad or export it to POV-Ray whenever you want to get the above mentioned .pov file.
  13. What is the message? Normally it only shows a warning about it being from a unknown publisher, but you can tell it to install anyway. Or are you on a (windows pro) machine with higher security enabled? As a last resort you could try the archive version and run it in a sandbox application windows does trust (e.g. comodo).
  14. I've released the 1.6d version of LDCad. Bug fixes, tweaks and some minor new features. Highlights: Alternative GUI templates (donated by Miguel Reizinho). Snapping information for the 190X library and many additional (requested) parts. Additional MLCad and technic macros Some new (gui related options and tweaks). See the changeLog.txt file for all changes. I wanted to do a bit more, but decided 1.6d was long overdue. As always the latest version is here: http://www.melkert.net/LDCad/download @ Moderators Should I keep digging up this old thread for updates, or just start new topics in the future ?
  15. You could do it in one go in my LDCad editor (ldraw). See the "Shock absorbers" section of: http://www.melkert.net/LDCad/docs/advEdit
  16. That page is fun, some thoughts: " This page may take several minutes to fully load. Please be patient. " it took only seconds for me but the message remains. You could solve the whole speed problem by making a low res picture of the whole city as a starting point. And then add zoomed layers like google maps etc has. It's basically the same like what you have now, just add multiple sets of sector images at different resolutions which you select trough scroll wheel movements and scroll by mouse movements. just my 2cts
  17. I would make at as a new model so you can use it in multiple instructions, like so: 0 !LPUB PLI BEGIN SUB staticCable.ldr 16 0 !LPUB PART BEGIN IGN 1 0 0 0 0 1 0 0 0 1 0 0 0 1 routedCable.ldr 0 !LPUB PART END 0 !LPUB PLI END Just place that ldr in the same location as the main model mpd.
  18. I don't think there is a static LDraw part for this cable, you could request it on the LDraw.org forum but it could take awhile to become official. You could also create one yourself using the LDCad template in a loose mpd/ldr and tell LPub to substitute that for the routed one in the PLI
  19. It will insert a step meta before the current (first) selected item. This is visible by the number of steps increasing, and in the source window if one is open.
  20. First be sure you have the latest LDraw library (complete.zip) installed. Then follow the instructions from this thread: Once you got your model as a ldr open it in LDCad To mirror the whole model use "mirror this subfile" from the "session" menu using the default options. You can also change the color by selecting a single brick using the current color, followed by "Select same color" from the "Select" menu. Then locate the replacement color using the top left menu/color wheel. Once found double click it on the wheel. Save the model and import it back into ldd.
  21. LDCad is an LDraw editor :) There is a whole collection of programs that can work with LDraw files because LDraw is an open file format.
  22. Why don't you use the same blender stuff? Studio is build on top of a whole lot of open source too.
  23. If you can export to LDraw without too much problems (missing bricks etc) you could use my LDCad to mirror the house and then import it back into LDD.
  24. In part bin all editable models have a 'wrench' icon in the right bottom corner of the cell, if you click that it opens that model for editing. In models them selves you can double click submodels to edit them. 'end' returns you to the previous model and ctrl+end goes to the main model of the current model's (mpd) file. If you also want this behavior for parts you need to enable the 'prefs/editing/parts editing/part (shadow) editing' option. To remove items from the bin you need to edit the pbg files located in %appdata%/LDCad/partBin/default, see also: http://www.melkert.net/LDCad/tech/partBin
×
×
  • Create New...