Difference between revisions of "3D Asset Workflow: Troubleshooting"
(Created page with "= Summary = * Check also: 3D Asset Workflow: General Tips = Sculpting = == Exporting highpoly mesh from ZBrush == === The model's scale is off when exporting from ZBrush...") |
m (→Everything is all messes up locally!) |
||
Line 79: | Line 79: | ||
:# Delete the '''builds''' folder from the same directory | :# Delete the '''builds''' folder from the same directory | ||
:# SVN revert everything (right click on project base folder -> TortoiseSVN -> revert -> select all -> OK) | :# SVN revert everything (right click on project base folder -> TortoiseSVN -> revert -> select all -> OK) | ||
− | :# Perform a | + | :# Perform a with cleanup ''delete unversioned files and folders'' selected |
:# SVN Update | :# SVN Update | ||
Revision as of 15:52, 28 July 2023
Contents
[hide]- 1 Summary
- 2 Sculpting
- 3 Lowpoly/UVs/Baking
- 4 Editor
- 4.1 Importing Assets
- 4.1.1 My model is black/has no textures
- 4.1.2 Other people get resource generation dialogues after my commit
- 4.1.3 I get asserts / Something bugs out when I import new assets
- 4.1.4 Something is wrong with my new assets before commit
- 4.1.5 My commit window is full of stuff that I haven't modified
- 4.1.6 Everything is all messes up locally!
- 4.1.7 My committed assets are all messed up and nothing will fix them!
- 4.1 Importing Assets
Summary
- Check also: 3D Asset Workflow: General Tips
Sculpting
Exporting highpoly mesh from ZBrush
The model's scale is off when exporting from ZBrush to a different program
[Expand]
The model's scale is off when exporting from ZBrush to a different program
Lowpoly/UVs/Baking
Checkerboard pattern when baking mirrored objects
[Expand]
Mirrored UVs in Substance Painter
Editor
Importing Assets
My model is black/has no textures
- In case your model is black/has no textures, processing the meshmaterial usually fixes this
- Right-click model/type -> Locate type model resource -> find the corresponding meshmaterial -> right-click -> Process resource
- If that doesn't help, check that your FBX file doesn't have multiple Texture channels in Modo
- If your asset appears transparent and dark in the Editor, check that your normal maps DON'T have alpha channel in them
- Also re-assign the textures and materials in Modo, and re-export the FBX
- If the asset has a tintmask, check it's model component settings to make sure it's configured properly
Other people get resource generation dialogues after my commit
- You didn't commit/generate all of the resource files. See above how to force them to generate
I get asserts / Something bugs out when I import new assets
- SVN update in case it's already fixed
- Report it to a coder so it'll get fixed
- ALSO REMEMBER TO FIX OR REPORT ANY AND ALL ERRORS AND ASSERTS
Something is wrong with my new assets before commit
- Try the following
- Close the editor and delete editor_resources.bin, editor_type_checksums.bin, and editor_types.bin from [project SVN base]\binary, and restart the editor
- If that didn't work, close the editor and delete the builds folder from the same directory. Restart the editor THIS WILL MAKE THE EDITOR STARTUP REALLY LONG, SO BE PREPARED
My commit window is full of stuff that I haven't modified
- This will revert all local changes made after last commit
- SVN revert everything (right click on project base folder -> TortoiseSVN -> revert -> select all -> OK)
- Perform a cleanup
- SVN Update
- If you still have random stuff appearing in your commit window, it's someone else's fault. Try again after a couple of updates, in case it gets fixed
Everything is all messes up locally!
- This will delete/revert all local changes made after last commit
- Delete editor_resources.bin, editor_type_checksums.bin, and editor_types.bin from [project SVN base]\binary
- Delete the builds folder from the same directory
- SVN revert everything (right click on project base folder -> TortoiseSVN -> revert -> select all -> OK)
- Perform a with cleanup delete unversioned files and folders selected
- SVN Update
My committed assets are all messed up and nothing will fix them!
- SVN delete the offending assets, including their resources and types (.fbr/.fbt)
- Commit the deletion
- Re-import them back
- Check everything is ok, as per the directions above (save resources, etc.)
- Commit