BotBuild Blender-2.76-d970f02 : 3d printing toolbox STL export all meshes present in the scene, regardless from what is actually selected #47006

Closed
opened 2015-12-17 19:27:18 +01:00 by Mediaklan · 10 comments

System Information
Fedora 23 / Nvidia GTX 730 Ti

Blender Version
Broken: 2.76-d970f02
Worked: 2.76b

Short description of error
3d printing toolbox export all meshes present in the scene, regardless from what is actually selected

Exact steps for others to reproduce the error

  1. Make 2 cubes ^^.
  2. Select one of your cube and click at "Check all" in 3d printing toolbox for non-manifold info
  3. Export your fantastic ready-to-print cube in STL format
  4. No errors reported. As for blender, everything's fine.
  5. But checking the STL file exported (ex : by importing it again in Blender), all cubes in the scene are included, which should not be the case.

Solution :
Reverting back to 2.76b official reverts back to normal. Regression ?
Please note that it could be something related to my setup, so this bug report is more of a news flash (if it's confirmed) than a bug report.
Thank you for your time and thanks to all blender devs.

**System Information** Fedora 23 / Nvidia GTX 730 Ti **Blender Version** Broken: 2.76-d970f02 Worked: 2.76b **Short description of error** 3d printing toolbox export all meshes present in the scene, regardless from what is actually selected **Exact steps for others to reproduce the error** 1. Make 2 cubes ^^. 2. Select one of your cube and click at "Check all" in 3d printing toolbox for non-manifold info 3. Export your fantastic ready-to-print cube in STL format 4. No errors reported. As for blender, everything's fine. 5. But checking the STL file exported (ex : by importing it again in Blender), all cubes in the scene are included, which should not be the case. Solution : Reverting back to 2.76b official reverts back to normal. Regression ? Please note that it could be something related to my setup, so this bug report is more of a news flash (if it's confirmed) than a bug report. Thank you for your time and thanks to all blender devs.
Author

Changed status to: 'Open'

Changed status to: 'Open'
Author

Added subscriber: @mediaklan

Added subscriber: @mediaklan
Member

Added subscriber: @Blendify

Added subscriber: @Blendify
Member

Changed status from 'Open' to: 'Archived'

Changed status from 'Open' to: 'Archived'
Aaron Carlisle self-assigned this 2015-12-17 19:42:05 +01:00
Member

This is a recent change in the addon. There is now a selected option that allows you to export just the selected object.

This is a recent change in the addon. There is now a selected option that allows you to export just the selected object.
Author

Very interesting option ! I can't find it anywhere thought.

Very interesting option ! I can't find it anywhere thought.
Member

Added subscribers: @ideasman42, @lichtwerk

Added subscribers: @ideasman42, @lichtwerk
Member

I think @mediaklan actually has a point here.
The use_selection option was added to the export_mesh.stl operator (io_mesh_stl addon), which is used by 3d printing toolbox.
See D1582: STL Export: add "Join Objects" option and 77784acf17

Now it defaults to False there, so to be consistent with previous behaviour the 3d printing toolbox has to call the operator with use_selection=True.
@ideasman42: think so, too?

Proposed patch here: D1677: proposed fix for #47006

I think @mediaklan actually has a point here. The `use_selection` option was added to the export_mesh.stl operator (io_mesh_stl addon), which is used by 3d printing toolbox. See [D1582: STL Export: add "Join Objects" option](https://archive.blender.org/developer/D1582) and 77784acf17 Now it defaults to False there, so to be consistent with previous behaviour the 3d printing toolbox has to call the operator with use_selection=True. @ideasman42: think so, too? Proposed patch here: [D1677: proposed fix for #47006](https://archive.blender.org/developer/D1677)
Member

Changed status from 'Archived' to: 'Open'

Changed status from 'Archived' to: 'Open'
Aaron Carlisle removed their assignment 2015-12-18 01:19:06 +01:00

Changed status from 'Open' to: 'Resolved'

Changed status from 'Open' to: 'Resolved'
Campbell Barton self-assigned this 2015-12-18 07:17:52 +01:00
Sign in to join this conversation.
No Milestone
No project
No Assignees
4 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#47006
No description provided.