Skip to content

Commit d1e4d51

Browse files
sindhartasindharta-tanuwijaya
authored andcommitted
sync
[skip ci]
1 parent d571067 commit d1e4d51

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

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

Lines changed: 23 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)