Skip to content

renc/Mudbox_plugin_sculpt_brush_example1

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Mudbox plugin: simple sculpt brush

To use cmake setting up a plugin, please check the "mudbox custom plugin clean layer" example.

有个小问题是 The Mesh::EndChange() interface is new and not at old sdk, for example I cannot find it at mudbox 2014 sdk. Using MeshChange::Finish() is right, and one more step is to delete these meshChanges stored:
it.value()->Fisish();
delete it.value();
it.value() = NULL;
In this way, every stroke will have a new MeshChange.

About

Mudbox plugin an example of sculpt brush

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published