import pose library button creates duplicate poses

Issue #363 wontfix
Luke Graybill created an issue

(Using build 1010, in Blender 2.92)

When pointed at a directory with a bunch of poses and pose thumbnails, such as this one:

The “Import Pose Library” button imports duplicates of each pose:

I think this is because it’s reading all the files in the directory, and when it encounters a png thumbnail, it’s loading the associated duf, but then it also loads that same duf again from the file list.

Comments (3)

  1. Thomas Larsson repo owner

    This is arguably what you asked for. Since 01_G8.duf and 01_G8.png refer to the same file, selecting both will import the file twice. You can filter the selection, eg with the string “png”, and only get the poses once.

  2. Luke Graybill reporter

    Yeah that’s true… although it might be more intuitive to have the addon dedupe the file list automatically?

  3. Thomas Larsson repo owner

    I prefer it the way it is, since it seems counterintuitive if you select two files and only one is needed.

  4. Log in to comment