Jarema

Eurobricks Vassals
  • Content Count

    78
  • Joined

  • Last visited

Everything posted by Jarema

  1. As alternative for Instagram. I propose use BriXtar.
  2. Jarema

    Is LEGO Ideas self-promotion allowed here?

    I thinks BriXtar is correct place for self-promotion.
  3. DOWNLOAD: Runnable version /Windows platform/ GitHub repository HOW THIS WORK: This extracts brick usage informations form a LEGO Digital Designer model file. This program tells you, which parts where used, and how many of them, thus creating a Bill Of Material. DESCRIPTION: This is remastered version from https://sourceforge.net/projects/lddpartslist/ . I repair some bugs, add preview and update XML documents. So: partnames.xml knows 8700+ official LEGO elements. There are still mysterious parts that are waiting to be discovered. xml2html.xsl and xml2txt.xsl they are responsible for the content and appearance. If you familiar with XML style sheet transformation. You are welcome to modify them to you wish.
  4. I discover issue with your process of creation. Use only official parts with official colors at all. . When use LEGO Digital Designer, then paint tool help you. When use Stud.io, put mouse on yellow triangle help you. You get message: Color Unavailable.
  5. You Can use LDDManager or BrickStore or another tool. About list the available colors look into BLPriceGuide source .
  6. Request functionality: Import file via Drag & Drop on application window Design number for each element on Part List Page Can arrange vertically or horizontally Part List Page Named Colors in 'Select a color' dialog Progress Bar or information 'Please wait. . .' nice to have et cetera
  7. I actually can create video clip from building guide that LDD generate, after save as HTML Document. Example is here www.jaremaczajkowski.pl/pub/forum/eurobricks/html2video-wall.avi /73.8 MB/
  8. How I can create video building instructions, shown above, without capture screen in real-time ?
  9. Checking Parts number and/or material number is huge work. And there starts programmer nightmare.... But Rebrickable has the right method of importing LXF-files or the right method to export to Bricklink XML.
  10. I would like see this car in action. Are you able to, share anything that would allow us try to build. . . such a model by yourself ?
  11. No one forcing no one to stop using bill of material generated by LDD. This this is just better alternative. XML is universal opened standard. Thanks to eXtensible Stylesheet Language Transformations for XML. You can get output as you like. Not just binary generated file. CSV format for example, open any known text editor.
  12. Making good building instructions is huge task. So i make my mind to voluntary help with improve it.
  13. ABOUT : I'm gladly to introduce tools, that can help maintenance with collection of LEGO Digital Designer models in real-time. This tool do not harm you file and do not write | modify anything inside your models. Every content /image, text, statistic, etc./ you can see... come from model file directly on indirectly. DOWNLOAD: LDD Explorer /Windows Desktop version/ THIRD-PARTY SOFTWARE REQUIRED: LEGO Digital Designer 4.3 LDD Parts List 2.1 INSTALLATION PROCESS: Download and install LEGO Digital Designer 4.3 for Windows PC Download and unpack LDD Parts List 2.1 Download and unpack LDD Explorer Put xml2explorer.xsl from step 3 into root directory chosen in step 2 HOW TO USE IT : On first run, click the label to set the path. When LDD Explorer is on the run. It is possible to minimize him to the system tray, and restore by double click. You will be informed when you create new or delete existed. Latest modified file is always on top on list.
  14. Thanks, for your great work. Can you share bill of material. That anyone can build this amazing creation. How much time you spend to build this ?!!
  15. FEATURES: Work as image viewer to list you models in chosen directory and its sub-directories. Change preview of model after work is saved. Monitoring LEGO Digital Designer activity. Show parts list of selected model. et cetera. . .
  16. The best qualified place to ask about LDraw stuff is https://forums.ldraw.org/ Try it too.
  17. Opening file with Drag & Drop technique and command-line arguments is possible with this release. I you have own template in application root directory. You can process, like in example below: lddpartslist.exe path_model\my_model.lxf xml2explorer.xsl
  18. Request fulfilled.File materialnames.xml which contains hexadecimal value, LEGO identification and valid name for each color.
  19. Jarema

    Minifig Contest Voting

    #8 and #10 are my choices.
  20. Make your life simpler with: LDD Manager with AccessRuntime 2010 LDDPartsList
  21. Of curse you can do this. Just in Tree view right-click on first node with word Template. From popup menu select Change Page Size and Resolution. Keep in mind that the Rescale all Page Elements option may not work properly. You can save settings with File => Save Template As... for future use.
  22. HOW IT IS WORK: Manage your LEGO set collection, and build an inventory of the parts in those sets. This is remastered version of application with this same name that was brought to as by Jim Valavanis on SourceForge. Is focus on work without internet. Protect user privacy as much as possible. Connection with outside is used when images, price guides must be downloaded. Information about sets | parts can be imported from *.xml file /BrickLink order/ or from *.csv file /BrickLink or Rebrickable set data/. DISCLAIMER: Use at your own risk, i decline any responsibility for anything that may happen to you using the program. DOWNLOAD: Runnable version /Windows platform/ The LDraw images used as parts images GitHub repository 2018-02-18: Add LDraw support Update db_urls.txt Upgrade GUI Improved missing image file download Fix some bugs