Difference between revisions of "3D Asset Workflow: Troubleshooting"

From Frozenbyte Wiki
Jump to: navigation, search
(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 [[SVN#Clean_up| cleanup]] with ''delete unversioned files and folders'' selected
+
:# Perform a with cleanup ''delete unversioned files and folders'' selected
 
:# SVN Update
 
:# SVN Update
  

Revision as of 15:52, 28 July 2023

Summary

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
  1. 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
  2. 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
  1. SVN revert everything (right click on project base folder -> TortoiseSVN -> revert -> select all -> OK)
  2. Perform a cleanup
  3. 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
  1. Delete editor_resources.bin, editor_type_checksums.bin, and editor_types.bin from [project SVN base]\binary
  2. Delete the builds folder from the same directory
  3. SVN revert everything (right click on project base folder -> TortoiseSVN -> revert -> select all -> OK)
  4. Perform a with cleanup delete unversioned files and folders selected
  5. SVN Update

My committed assets are all messed up and nothing will fix them!

  1. SVN delete the offending assets, including their resources and types (.fbr/.fbt)
  2. Commit the deletion
  3. Re-import them back
  4. Check everything is ok, as per the directions above (save resources, etc.)
  5. Commit