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
1. Download the zip file and install it as a Blender addon (Edit -> Preferences... -> Add-ons-> Install...)
@@ -63,11 +63,10 @@ and more...!
63
63
64
64
## Upcoming Feature
65
65
66
-
1. Update addon using CGCookie Addon Updater module (<https://github.com/CGCookie/blender-addon-updater)>
67
-
2. Improve loop nodes: Add more options to control in each pass
68
-
3. Curve nodes: Edit spline properties, convert to mesh
69
-
4. More array operations: Add/append, remove, push/pop, find, count
70
-
5. Named variables: Get/set values of custom variables, accessible across node trees
66
+
1. Improve loop nodes: Add more options to control in each pass
67
+
2. Curve nodes: Edit spline properties, convert to mesh
68
+
3. More array operations: Add/append, remove, push/pop, find, count
69
+
4. Named variables: Get/set values of custom variables, accessible across node trees
71
70
72
71
## Future
73
72
@@ -83,24 +82,27 @@ and more...!
83
82
84
83
## Changelog
85
84
86
-
#### [Unreleased]
85
+
#### v3.1.1
87
86
88
-
- Fixed issue with realtime update checkbox in "Scene Info" node
89
-
- New socket type: Selection Type
90
-
- Ability to change selection type directly though selection nodes
91
-
- Added issue templates for bug report & feature request
87
+
- Added addon updator by CGCookie
88
+
- Fixed issue with realtime update checkbox in "Scene Info" node
89
+
- New socket type: Selection Type
90
+
- Ability to change selection type directly though selection nodes
91
+
- Added issue templates for bug report & feature request
92
92
93
93
#### v3.1.0
94
94
95
-
- New architecture for data flow node executions
96
-
- Improved socket types and node hierarchy
97
-
- Internal data conversions
95
+
- New architecture for data flow node executions
96
+
- Improved socket types and node hierarchy
97
+
- Internal data conversions
98
98
99
99
## Contributors
100
-
-[@8176135](https://github.com/8176135) - Individual edit mode type in selection nodes using a new socket ([#80](https://github.com/aachman98/Sorcar/pull/80))
-[@kichristensen](https://github.com/kichristensen) (Kim Christensen) - Port Sorcar (v2) to Blender 2.80 ([#54](https://github.com/aachman98/Sorcar/pull/54))
104
-
-[@SevenNeumann](https://github.com/SevenNeumann) (Mark Andrianov) - Icons for Sorcar & layout design for main menu ([#46](https://github.com/aachman98/Sorcar/pull/46))
-[@8176135](https://github.com/8176135) - Individual edit mode type in selection nodes using a new socket ([#80](https://github.com/aachman98/Sorcar/pull/80))
-[@kichristensen](https://github.com/kichristensen) (Kim Christensen) - Port Sorcar (v2) to Blender 2.80 ([#54](https://github.com/aachman98/Sorcar/pull/54))
106
+
-[@SevenNeumann](https://github.com/SevenNeumann) (Mark Andrianov) - Icons for Sorcar & layout design for main menu ([#46](https://github.com/aachman98/Sorcar/pull/46))
105
107
106
108
And the amazing [BlenderArtists](https://blenderartists.org) community!
0 commit comments