• Joined on 2023-04-05
RobLop commented on pull request blender/blender-addons#105317 2024-05-08 10:49:41 +02:00
Fix #105316: Error import dxf in scene collection

Hi, thanks for the fix. Commit message can be more descriptive instead of "fix for xxx". For example: "Exclude the case of scene collection when importing to selected collection..." 🙂

Yes,…

RobLop commented on issue blender/blender-addons#105316 2024-05-08 09:45:53 +02:00
DXF import error
RobLop created pull request blender/blender-addons#105317 2024-05-08 09:44:07 +02:00
Fix #105316: Error import dxf in scene collection
RobLop pushed to fix-#105316 at RobLop/blender-addons 2024-05-08 09:41:31 +02:00
RobLop created branch fix-#105316 in RobLop/blender-addons 2024-05-08 09:41:31 +02:00
RobLop created repository RobLop/blender-addons 2024-05-08 09:40:07 +02:00
RobLop commented on issue blender/blender-addons#105316 2024-05-08 09:22:09 +02:00
DXF import error

Hi,

Quick fix : if collection != scene.collection and collection.name not in scene.collection.children: scene.collection.children.link(collection)

RobLop created pull request blender/blender-addons#105289 2024-04-22 23:22:37 +02:00
IO: Option to import each DXF file on a new collection or new scene
RobLop commented on pull request blender/blender-addons#105232 2024-03-13 13:20:42 +01:00
IO: Option to import each 3DS file on a new collection

Yes, I forgot this fix.

RobLop commented on pull request blender/blender-addons#105232 2024-03-13 10:50:36 +01:00
IO: Option to import each 3DS file on a new collection

Ok, corrected with the Path().

RobLop commented on pull request blender/blender-addons#105232 2024-03-13 10:49:59 +01:00
IO: Option to import each 3DS file on a new collection

Ok, achieved with Path().stem (modern way).

RobLop commented on pull request blender/blender-addons#105232 2024-03-13 10:16:07 +01:00
IO: Option to import each 3DS file on a new collection

I think it's better to make it True by default otherwise it create a mess on the active collection after the importation of multiple 3DS files.

RobLop created pull request blender/blender-addons#105232 2024-03-13 00:22:10 +01:00
IO: Option to import each 3DS file on a new collection
RobLop reopened pull request blender/blender-addons#105227 2024-03-08 18:00:10 +01:00
IO: Importing multiple 3DS files at once
RobLop commented on pull request blender/blender-addons#105227 2024-03-08 18:00:09 +01:00
IO: Importing multiple 3DS files at once

@NRGSille Thanks for your commit. I tried another time my commit in 4.2 with your patch and it works as expected (import multiple 3ds files at once). I don't understand why this doesn't work for you.

RobLop closed pull request blender/blender-addons#105227 2024-03-08 14:23:09 +01:00
IO: Importing multiple 3DS files at once
RobLop commented on pull request blender/blender-addons#105227 2024-03-08 14:23:08 +01:00
IO: Importing multiple 3DS files at once

@NRGSille the patch works very well on Blender 4.1 beta but doesn’t on the last Blender 4.2 alpha (the last build) because the there is an issue with the Blender 4.2 alpha addon : I can’t…

RobLop created pull request blender/blender-addons#105227 2024-03-08 11:06:48 +01:00
IO: Importing multiple 3DS files at once