File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ Sorcar is a **procedural modeling node-based system** which utilises Blender and
1515
1616## Release & Instructions
1717
18- [ Latest Release (v3.1.2 )] ( https://github.com/aachman98/Sorcar/releases/latest )
18+ [ Latest Release (v3.1.3 )] ( https://github.com/aachman98/Sorcar/releases/latest )
1919</br >* Requirement: Blender 2.80 or later*
2020
21211 . Download the zip file and install it as a Blender addon (Edit -> Preferences... -> Add-ons-> Install...)
@@ -81,15 +81,15 @@ and more...!
8181
8282## Changelog
8383
84- #### [ Unreleased ]
84+ #### v3.1.3
8585
8686- Added "For-Each Component Loop" nodes
8787- Added "Get/Set Variable" nodes
8888- Added "To Sphere" transform node
8989- Added "Select Vertices by Connections" selection node
90+ - Fixed issue with reset() attribute
9091- Improved "For" & "For-Each" loop nodes
9192- Improved "Select Manually" node
92- - Fixed issue with reset() attribute
9393
9494#### v3.1.2
9595
Original file line number Diff line number Diff line change 1717bl_info = {
1818 "name" : "Sorcar" ,
1919 "author" : "Punya Aachman" ,
20- "version" : (3 , 1 , 2 ),
20+ "version" : (3 , 1 , 3 ),
2121 "blender" : (2 , 80 , 0 ),
2222 "location" : "Node Editor" ,
2323 "description" : "Create procedural meshes using Node Editor" ,
You can’t perform that action at this time.
0 commit comments