Go to file
Jeremy Hu 6268852e59 Fix copy/paste selection state.
In the previous version, the nodes get selected and copied, without lost selection after new nodes pasted.
This commit fix this problem. Now, the old nodes lose selection while new pasted nodes gettting selected.
This feature will make the following use case much easier:

Extrude:
Select some nodes, copy, paste then scale.
2018-05-12 18:07:46 +08:00
ci Fix build 2018-05-07 10:16:58 -07:00
docs Add modeling sport girl colored example 2018-05-12 09:44:27 +08:00
resources Add main menu. 2018-04-10 15:59:20 +08:00
src Fix copy/paste selection state. 2018-05-12 18:07:46 +08:00
thirdparty Fix single node deform 2018-05-12 07:19:04 +08:00
.gitignore Fix deform 2018-04-18 00:14:31 +08:00
.travis.yml Fix travis release upload 2018-04-15 11:38:08 +08:00
ACKNOWLEDGEMENTS.html Add ambient occlusion baker. 2018-05-10 17:16:22 +08:00
AUTHORS Add AUTHORS 2018-04-21 04:14:46 -07:00
CONTRIBUTORS Add software opengl workaround to docs 2018-05-03 08:03:49 +08:00
LICENSE Add LICENSE 2018-04-19 14:26:08 +08:00
README.md Add modeling sport girl colored example 2018-05-12 09:44:27 +08:00
appveyor.yml Fix build 2018-05-07 10:16:58 -07:00
dust3d.pro Fix windows build 2018-05-10 03:21:24 -07:00
resources.qrc Add main menu. 2018-04-10 15:59:20 +08:00

README.md

appveyor status travis status readthedocs status

Overview

Dust3D is a brand new 3D modeling software. It helps you create a 3D watertight base model in seconds. Use it to speed up your character modeling in game making, 3D printing, and so on.

Download Dust3D
Online Dust3D Reference Guide

Examples

Make a 3D model from scratch using Dust3D

Modeling Sport Girl using Dust3D

Modeling Ant using Dust3D

Modeling Camel using Dust3D

Modeling Horse using Dust3D

Tutorials

Dust3D -- Free Open Source 3D Modelling Application

Contributing

Any contributions are welcome, including fix bug, correct typo, test functionality, propose new features, make post to introduce and let more people know Dust3D. If you have done any of these, and cannot find your name in CONTRIBUTORS, please feel free to make a pull request to add your name, or email me. If you have done programming code changes, including the example code listed in the docs folder, please dont forget to add your name to AUTHORS in your pull request.

License

Dust3D software binaries and source code use MIT License, which means you can use it freely no matter for personal or for commercial purpose. However, Dust3D's UI built on Qt5, the Mesh Union Algorithm based on CGAL library, and there are other algorithms such as Gift Wrapping, Bmesh, and so on which implemented in the meshlite repository, all these, may have other license restrictions.

Acknowledgements

https://raw.githubusercontent.com/huxingyi/dust3d/master/ACKNOWLEDGEMENTS.html