Граф коммитов

23 Коммитов

Автор SHA1 Сообщение Дата
sindharta-tanuwijaya f3ab2eca66
blender: add support for Blender 3.1 (#170)
* update the build scripts to create a plugin for Blender 3.1.0
* update documentations
2022-03-15 10:44:21 +09:00
Sindharta Tanuwijaya 76e196df40
doc: update supported DCC tools section (#159) 2022-02-08 15:57:02 +09:00
Sindharta Tanuwijaya 9121463500
remove: support for 3dsMax 2017 and Maya 2017 (#135)
* remove script sections to build plugins for Maya 2017 and 3dsMax 2017
* remove Maya 2017 and 3dsMax 2017 from the docs
* remove Maya 2017 and 3dsMax 2017 from the optional arguments
2021-11-11 14:28:35 +09:00
Sindharta Tanuwijaya 9bd6c95c0a
feat: support for 3ds Max 2021 (#132)
* update cmake update
* update doc
2021-09-14 10:25:43 +09:00
Sindharta Tanuwijaya 2f7a6ac716
feat: add support for Maya 2022 (#131)
* update cmake
* update Maya mod script
* update doc
2021-09-14 10:16:53 +09:00
Sindharta Tanuwijaya d0bfe838cc
feat: multi UV for 3ds Max (#121)
* also updated document (feature table)
2021-07-21 15:59:33 +09:00
Sindharta Tanuwijaya 678f6a734c
blender: remove support for Blender 2.79 - 2.82 (#113)
* Remove support for Blender 2.79 - 2.82
* Remove python scripts for Blender versions above
* Update documents
2021-06-16 10:22:33 +09:00
Sindharta Tanuwijaya 96c1f1f45e
doc: update features table (#79)
* Features:
  - polygon, camera, light sync and double-sided
  - negative scale
  - non-polygon shape

* replace white_check_mark with heavy_check_mark
* Update package doc
2021-01-19 18:51:23 +09:00
Sindharta Tanuwijaya 3eb59a65f8
docs: add/update installation doc to use PackageManager (#73)
* Add supported DCC tools back to the main README page
* Add installation doc in the package documentation. It was moved from the Plugin docs page and updated to use the PackageManager, instead of downloading from Github
* Move images that are related to the installation doc to the package documentation
* Add table of contents for documentation
* Add MeshSyncPreferences image to show that MeshSync provides an easy way to install DCC plugins

Others:
* update license in the test project
* Fix language link in Readme_JP
* Delete SceneCache doc.
This doc belongs to to MeshSync, not MeshSyncDCCPlugins
2020-11-24 20:36:00 +09:00
Sindharta Tanuwijaya f21ee5e83f
docs: add Features in the root index pages and update steps to install CMake on Linux (#68)
* update steps to install cmake on Linux
* put features near the top in the github README files (English/Japanese)
* add features in the documentation root index pages (English/Japanese)
2020-11-20 11:30:05 +09:00
Sindharta Tanuwijaya 4d1dd80386
doc: fix "Motion Builder" to "MotionBuilder" (#60) 2020-10-28 12:08:17 +09:00
Sindharta Tanuwijaya 126bd296d6
chore: add package badge to Readme (#54) 2020-10-01 22:46:53 +09:00
Sindharta Tanuwijaya 2f7346d947
feat: add multi UV support for Blender (#46)
* Update cmakelist of Blender plugin
* Add customdata.cpp, which holds code copied from Blender source.
* Add code to get multiple UVs
* Allow cmake to group by folders
* Add BlenderUtility class. Currently only applies the uv of BMesh to ms::Mesh
* doc: add features in the top readme
2020-09-07 17:02:19 +09:00
Sindharta Tanuwijaya ca32059179
feat: add support for Blender 2.83 (#41)
* Support building Blender 2.83 plugin
* Add unity_mesh_sync.py for Blender 2.83
* fix create_meta script on Mac

Docs:
* Add documentation for creating a new github release
* Add steps to configuring symlinks for git
https://github.com/Unity-Technologies/MeshSyncDCCPlugins/issues/40
* Link "Supported DCC Tools" in the top Readme files to the documentation index page.
2020-06-18 14:32:52 +09:00
Sindharta Tanuwijaya 2768e03e14
docs: update docs about Blender Support (#35)
* Add Blender 2.81 and 2.82 in the supported DCC tools section
* Update Make: Optional Arguments
2020-04-30 15:49:25 +09:00
Sindharta Tanuwijaya 2d8e24344d
chore: confirm Metasequoia support and add its plugin installation doc (#31)
* Remove Metasequoia plugin build for Mac, due to crash when MQ_StationCallback() is executed
* Update MQ cmake
* rename MQ plugin output to MeshSyncClientMQ so that users don't have to uninstall older plugin when they upgrade

docs:
* Moving demo.gif to package documentation (Documentation~)
* Add MeshSyncClientMQ image
* Add Metasequoia installation steps

Others:
* gitignore updates
2020-04-17 17:11:36 +09:00
Sindharta Tanuwijaya 49d190ed5b
chore: rename to com.unity.meshsync-dcc-plugins (#28)
* Rename package to com.unity.meshsync-dcc-plugins
* Update gitignore appropriately for this change
* Update Yamato settings
* Fix uninitialized asmdefs 
* Fix test
2020-04-16 16:24:06 +09:00
Sindharta Tanuwijaya 7ce417c6d9
feat: prepare for creating a package: com.unity.meshsync-dcc-plugin (#27)
* Moved plugin-building related files to Plugins~
* Added initial package-related files
* Added initial yamato settings
* Renamed license to License.md
* Added new Unity project (for testing) and symlinks that link the project to the package
* Added missing meta files
* Added DCC plugin binaries into the package
* Added a test to verify if the package contains plugin binaries
* Added the first documentation
* Added npmignore

gitignore:
* temporary build files of the new Unity project and and of the plugin building steps.
* Ignore idea and project cache files
2020-04-10 18:32:54 +09:00
Sindharta Tanuwijaya 4274be5314
docs: updates on installing Autodesk plugins (#25)
* Refer to the release page to download Autodesk plugins for installing.
* Add a link in the top page to the manual building page
2020-04-09 12:29:44 +09:00
Sindharta Tanuwijaya 530d80e9ff
feat: pipeline to build MetaSequoia plugins (#23)
* Successfully build plugins for Metasequoia 4.x
* Explicitly use non-unicode string in the MQ Plugin code.

Others:
* Add an extra parameter for download_and_extract() to specify the extract location
* Delete unused cmake modules

GitIgnore:
* Ignore MQSDK build files

Docs:
* Update the Metasequoia support section
2020-04-03 13:54:52 +09:00
Sindharta Tanuwijaya dc19f0e22c
docs: 3dsmax installation (#18)
* Add docs about how to install 3ds Max plugin
* Add MeshSyncClient3dsmax.png

Others:
* Fix link to the license in Readme
2020-03-19 15:14:47 +09:00
Sindharta Tanuwijaya 61eb0ba947
docs: Blender installation (#15)
* Update Installation doc for installing Blender: English and Japanese
* Add images for Blender Installation
* Use numbered list instead of unordered to make it clearer
2020-03-17 00:38:16 +09:00
Sindharta Tanuwijaya 8d16984bb6
docs: Maya installation, basic reorganizing (#12)
* Add Japanese installation page
* Replace the default readme to english
* Add initial info to both the English and Japanese top readme pages.
* Fix broken links

Add pictures used in the repo to the repo.
* Demo.gif
* MeshSyncClientMaya.png
2020-03-12 19:25:54 +09:00