Skip to content

Commit 65e76cd

Browse files
authored
release: 0.17.1-preview (#387)
* update package.json * update changelog * sync package info to test projects * update plugins
1 parent b5b1c6f commit 65e76cd

13 files changed

+48
-2
lines changed

CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.17.1-preview] - 2023-06-13
4+
5+
### Added
6+
* blender-feat: adding option to only sync selected objects.
7+
* blender-feat: handle node group for materials
8+
* doc: mention support for Blender 3.4
9+
10+
### Changed
11+
* doc: remove Modo and Metasequoia sections
12+
13+
### Fixed
14+
15+
* blender-fix: Spline crash fix in Blender 3.3+
16+
* blender-fix: material index crash fix
17+
* blender-fix: fix for race condition when applying properties
18+
* blender-fix: crash fix when removing an empty instance object
19+
* blender-fix: fix for debug logs and uninitialized colorValue variable
20+
* blender-fix: apply mirror Modifier for instances when applicable
21+
* blender-fix: null reference check in visible_in_collection()
22+
* fix: use path provider to ensure instances use their correct path for properties
23+
* blender-fix: fix for image paths coming from libraries
24+
* doc-blender: fix anchor links (lower case)
25+
326
## [0.17.0-preview] - 2023-02-07
427

528
### Added
-653 Bytes
Binary file not shown.
10.9 KB
Binary file not shown.
-7.65 KB
Binary file not shown.
7.84 KB
Binary file not shown.
-3.39 KB
Binary file not shown.
3.81 KB
Binary file not shown.
1.23 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.

MeshSyncDCCPlugins~/Packages/com.unity.meshsync-dcc-plugins/CHANGELOG.md

+23
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
# Changelog
22

3+
## [0.17.1-preview] - 2023-06-13
4+
5+
### Added
6+
* blender-feat: adding option to only sync selected objects.
7+
* blender-feat: handle node group for materials
8+
* doc: mention support for Blender 3.4
9+
10+
### Changed
11+
* doc: remove Modo and Metasequoia sections
12+
13+
### Fixed
14+
15+
* blender-fix: Spline crash fix in Blender 3.3+
16+
* blender-fix: material index crash fix
17+
* blender-fix: fix for race condition when applying properties
18+
* blender-fix: crash fix when removing an empty instance object
19+
* blender-fix: fix for debug logs and uninitialized colorValue variable
20+
* blender-fix: apply mirror Modifier for instances when applicable
21+
* blender-fix: null reference check in visible_in_collection()
22+
* fix: use path provider to ensure instances use their correct path for properties
23+
* blender-fix: fix for image paths coming from libraries
24+
* doc-blender: fix anchor links (lower case)
25+
326
## [0.17.0-preview] - 2023-02-07
427

528
### Added

MeshSyncDCCPlugins~/Packages/com.unity.meshsync-dcc-plugins/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.meshsync.dcc-plugins",
33
"displayName":"MeshSync DCC Plugins",
4-
"version": "0.17.0-preview",
4+
"version": "0.17.1-preview",
55
"unity": "2020.3",
66
"description": "This package contains plugin binaries of DCC tools for using MeshSync, which is another package for synchronizing meshes/models editing in DCC tools into Unity in real time.",
77
"dependencies": {

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "com.unity.meshsync.dcc-plugins",
33
"displayName":"MeshSync DCC Plugins",
4-
"version": "0.17.0-preview",
4+
"version": "0.17.1-preview",
55
"unity": "2020.3",
66
"description": "This package contains plugin binaries of DCC tools for using MeshSync, which is another package for synchronizing meshes/models editing in DCC tools into Unity in real time.",
77
"dependencies": {

0 commit comments

Comments
 (0)