Jump to content

Need for Speed No Limits .sb3d models.


Cornalito

Recommended Posts

Python script header reads "blender": (2, 80, 0) but then Python module "zstandard is missing" pops up.

Newer blender version required for the script to work.

huracan_sterrato

Uvs seem to be missing, yes. What did GreenTrafficLight say about them?

If you uncomment these lines (not # Set uv, of course) some uvs are correct, those of the hood for example.

            # Set uv
            #uv = mesh.uv_layers.new()
            #for i in range(0, len(indices)):
                #for v in range(0, 3):
                    #mesh.uv_layers[uv.name].data[(i * 3) + v].uv = (texCoords[indices[i][v]][0], 1 - texCoords[indices[i][v]][1])
Edited by shak-otay
Link to comment
Share on other sites

  • 2 weeks later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...