LDraw.org Discussion Forums
LDPatternCreator - Bug-Fix Release 1.3.8 - Printable Version

+- LDraw.org Discussion Forums (https://forums.ldraw.org)
+-- Forum: LDraw Programs (https://forums.ldraw.org/forum-7.html)
+--- Forum: Parts Author Tools (https://forums.ldraw.org/forum-24.html)
+--- Thread: LDPatternCreator - Bug-Fix Release 1.3.8 (/thread-5285.html)



LDPatternCreator - Bug-Fix Release 1.3.8 - Nils Schmidt - 2012-06-26

Hey,

Here is the new, (hopefully) bug-free LPC 1.3.8 Wink


Please uninstall older versions of this software before installing a new version.
Your configuration won't be deleted if you have already version greater than 1.3.1 installed on your machine.

Change log:

New features:
  • The background image is stored in the LPC-file. It will be synchronised with your local image file. The image will be exported to the same directory of the LPC file, if the original image (with an identical path and filename) is not located on your harddisk. This will be done only once and as a result, the LPC file will refer to the exported image.
  • LPC is since version 1.3.6 full backwards and forwards compatible. That means, that you'll be able to open files from 1.3.7+ with version 1.3.6, too.
  • Minor improvements for LDraw subpart handling
Fixed Bugs from 1.3.X:
  • The background image is not shown after loading a file
  • The DAT-export creates wrong matrices for subfiles.
  • "Delete"/​"Cut" does not delete the metadata of subfiles and groups (leads to a crash on export and metadata edit).
  • "Ungroup" does not delete the metadata of subfiles and groups (leads to a crash on export and metadata edit).
  • Undo/​redo could cause indirectly a crash+bad data when using groups/​primitives.
  • The "Unsaved Changes" warning still appears after the file was saved.
  • There is a memory leak in the LPC file loader.
  • There are issues on the first start of the application in the "Advanced Options" menu.
  • LPC stops at reading a *.lpc file. As a result, the vertices are displayed only.

(see full list of tickets for 1.3.8)

I included a short readme.htm in the installation directory.


Cheers & Leg Godt


Nils


Re: LDPatternCreator - Bug-Fix Release 1.3.8 - Willy Tschager - 2012-06-28

Nils Schmidt Wrote:[*] The background image is stored in the LPC-file. It will be synchronised with your local image file. The image will be exported to the same directory of the LPC file, if the original image (with an identical path and filename) is not located on your harddisk. This will be done only once and as a result, the LPC file will refer to the exported image.

Background image data (path, offset, scale) of attached file get's ripped out during load.

w.


Primitive Issue - Nils Schmidt - 2012-06-30

I looked into the attached file and noticed that two primitives had the same ID. This issue was related to a bug which was fixed with the release of v1.3.8. As a result, this problem will not occur on files created with v1.3.8.

I am looking forward to find a quick solution for repairing the duplicate primitive IDs on file load.