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
* Now available for installation as an extension from the [Blender Marketplace](https://extensions.blender.org/add-ons/sequence-loader/)!
9
+
10
+
***
11
+
6
12
This is an addon for Blender 4.2+ (might work with 2.8+ but is not extensively tested on less recent versions) that enables loading of file sequences. All data is loaded *just-in-time* when the Blender frame changes, in order to avoid excessive memory consumption. By default, the addon is able to load vertices, lines, triangles and quads. It is also able to automatically extract triangle and quad surface meshes from tetrahedral and hexahedral volume meshes. Scalar and vector attributes on vertices are also imported for visualization purposes.
7
13
8
14
The addon comes bundled together with [meshio](https://github.com/nschloe/meshio) which enables the loading of geometric data from a multitude of file formats. As stated there, the supported formats are listed in the following. Note that not all of the formats have been tested and some issues may still occur.
@@ -22,9 +28,11 @@ It also loads any additional supported data as geometry node attributes that can
22
28
23
29
**DISCLAIMER: This project is still very much under development, so breaking changes may occur at any time!**
24
30
31
+
-[News](#news)
25
32
-[1. Installation](#1-installation)
26
-
-[1.1 Build from source (optional)](#11-build-from-source-optional)
27
-
-[1.2 Install Addon](#12-install-addon)
33
+
-[1.1 Install within blender.](#11-install-within-blender)
34
+
-[1.2 Build from source (optional)](#12-build-from-source-optional)
35
+
-[1.3 Install Addon](#13-install-addon)
28
36
-[1.3 FAQs](#13-faqs)
29
37
-[2. How to use](#2-how-to-use)
30
38
-[1. Load the animation sequence you want](#1-load-the-animation-sequence-you-want)
@@ -56,7 +64,15 @@ It also loads any additional supported data as geometry node attributes that can
56
64
57
65
## 1. Installation
58
66
59
-
### 1.1 Build from source (optional)
67
+
### 1.1 Install within blender.
68
+
69
+
1. Go to `Preferences->Get Extensions` tab within Blender.
70
+
2. Search for `Sequence Loader`
71
+
3. Click install.
72
+
73
+

74
+
75
+
### 1.2 Build from source (optional)
60
76
61
77
1. Clone the project to download both project and dependencies
After obtaining an installable `.zip` file either from the releases page or from manually building the addon, this should be installed into blender. For more information on how to install addons see [here](https://docs.blender.org/manual/en/latest/editors/preferences/addons.html#installing-add-ons) for more details.
0 commit comments