Fix #72203: collection instances not exported for stl #104460

Open
Konstantin-Koch wants to merge 1 commits from Konstantin-Koch/blender-addons:stl_collection_export into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
First-time contributor

The STL export currently ignores collection instances, but for example the OBJ exporter does export them.

I copied over some relevant code from the OBJ exporter to the STL exporter to make the collection instances work.
For my use case, this worked sufficently, but I'm not that familiar with blender intricacies or python for that matter.

Related Issue: #72203

The STL export currently ignores collection instances, but for example the OBJ exporter does export them. I copied over some relevant code from the OBJ exporter to the STL exporter to make the collection instances work. For my use case, this worked sufficently, but I'm not that familiar with blender intricacies or python for that matter. Related Issue: https://projects.blender.org/blender/blender-addons/issues/72203
Konstantin-Koch added 1 commit 2023-03-01 13:07:29 +01:00
Merge conflict checking is in progress. Try again in few moments.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u stl_collection_export:Konstantin-Koch-stl_collection_export
git checkout Konstantin-Koch-stl_collection_export
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
1 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#104460
No description provided.