You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- New button to collapse all collections easily
- When creating route collection, new options available to automatically exclude/hide/unlink original collections and objects (enabled by default)
Copy file name to clipboardExpand all lines: README.md
+3-4Lines changed: 3 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -40,7 +40,8 @@ You can use this addon at the very start of a blender map project.
40
40
41
41
### Select Map Collection
42
42
1. Once it is imported, you have to find the collection that contains the textured meshes<br>
43
-
You can `ctrl+left-click` on the visibility toggle of the collection to hide everything else (in the outliner)
43
+
- You can use the small button right to the collection input to collapse all collections in the outliner (or press `shift+A` when hovering in the outliner)
44
+
- In the outliner too, you can `ctrl+left-click` on the visibility toggle of the collection to hide everything else
44
45
2. Select this collection in the addon panel, and click on the `Clean Map Collection` button
45
46
3. Depending on how you imported the NR files, you might want to disable `Flip vertically` and `Flip faces` in the popup window
46
47
4. Delete manually things that are not wanted and away from the route
@@ -49,7 +50,5 @@ You can use this addon at the very start of a blender map project.
49
50
Now you have one object per material in the resulting collection.
50
51
1. Select the ones that are part of the route with `shift+left-click`
51
52
2. Click on the `Create Route Collection`
52
-
3. If you don't want the resulting objects to be linked to the first collection:
53
-
- Select them in the first collection
54
-
-`right-click` -> `Unlink`
53
+
3. By default, it will hide and exclude the original collection, and unlink the objects in there so they only exist in the newly created collection. You can disable this in the popup window.
55
54
4. Now you can make use of the `Cleaning Tools` to help you with the finishing touches
0 commit comments