Sebastian Sille NRGSille
  • Oldenburg, Germany
  • https://www.nrgsille.com
  • Event technician, DJ, lighting designer, 3D artist and hobby programmer

  • Joined on 2020-03-19
Sebastian Sille commented on issue blender/blender-addons#105235 2024-03-15 11:56:31 +01:00
X3D export fails on exporting a scene with a light

Should be fixed now with 487b433e6e and 2a9e718930

Sebastian Sille pushed to main at blender/blender-addons 2024-03-15 11:55:22 +01:00
2a9e718930 Import_x3d: Fixed light radius variable
Sebastian Sille pushed to main at blender/blender-addons 2024-03-15 11:47:17 +01:00
487b433e6e Export_x3d: Changed light radius variable
Sebastian Sille commented on issue blender/blender-addons#105235 2024-03-15 11:41:05 +01:00
X3D export fails on exporting a scene with a light

@vmarchetti thanks for the detailed explanation, cutoff_distance seems to be closer to the .x3d definition, will change it to that parameter.

Sebastian Sille commented on issue blender/blender-addons#105235 2024-03-14 20:10:06 +01:00
X3D export fails on exporting a scene with a light

@vmarchetti Can confirm this, the definition for radius should be shadow_soft_size instead of distance Fixed with 7717c30fc3

Sebastian Sille pushed to main at blender/blender-addons 2024-03-14 20:08:53 +01:00
7717c30fc3 Export_x3d: Fixed light radius variable
Sebastian Sille pushed to main at blender/blender-addons 2024-03-13 23:17:49 +01:00
23981a2673 Import_3ds: Fixed KeyError if active collection is None
Sebastian Sille pushed to main at blender/blender-manual 2024-03-13 13:56:54 +01:00
4705052f5f scene_3ds: Added collection option
Sebastian Sille pushed to main at blender/blender-developer-docs 2024-03-13 13:39:25 +01:00
8c391a8882 Release Notes: Added new collection option
Sebastian Sille pushed to main at blender/blender-addons 2024-03-13 13:34:08 +01:00
6eab88a9aa IO: Option to import each 3DS file on a new collection
Sebastian Sille merged pull request blender/blender-addons#105232 2024-03-13 13:34:08 +01:00
IO: Option to import each 3DS file on a new collection
Sebastian Sille commented on pull request blender/blender-addons#105232 2024-03-13 13:33:53 +01:00
IO: Option to import each 3DS file on a new collection

@RobLop Thanks for this contribution, we can merge this.

I will also add this to the manual and realease notes^^

Sebastian Sille commented on issue blender/blender#119250 2024-03-13 11:59:19 +01:00
Regression: Python: World matrix for newly created objects is not identity

@HooglyBoogly This may have caused this error (pic below), I fixed it in 39f3ea4ab0

Sebastian Sille commented on pull request blender/blender-addons#105232 2024-03-13 11:22:38 +01:00
IO: Option to import each 3DS file on a new collection

found a little error in line 1784 (below) must be replaced with if use_collection:

Sebastian Sille commented on pull request blender/blender-addons#105232 2024-03-13 11:04:04 +01:00
IO: Option to import each 3DS file on a new collection

one last fix to make, replace this with:

Sebastian Sille commented on pull request blender/blender-addons#105232 2024-03-13 10:31:45 +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.

It depends on what the user wants, it may be…

Sebastian Sille commented on pull request blender/blender-addons#105232 2024-03-13 09:41:22 +01:00
IO: Option to import each 3DS file on a new collection

Would rename this to "Create a new collection"