Giter Club home page Giter Club logo

re-volt-addon's Introduction

re-volt-addon's People

Contributors

gk7huki avatar markol avatar yethiel avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

re-volt-addon's Issues

Cut .w into multiple BigCubes

For now we're only writing one BigCube around the entire level. Users have to use WorldCut with the settings (4000, 12000) to achieve optimal performance.
This could be done in the add-on itself.

struct.error when importing .w file with animated textures

Plugin version 18.6.19
Blender 2.79b

Feedback when trying to import market1.w:

  File "/home/raster/.config/blender/2.79/scripts/addons/io_revolt/operators.py", line 95, in execute
    w_in.import_file(self.filepath, scene)
  File "/home/raster/.config/blender/2.79/scripts/addons/io_revolt/w_in.py", line 45, in import_file
    world = World(file)
  File "/home/raster/.config/blender/2.79/scripts/addons/io_revolt/rvstruct.py", line 57, in __init__
    self.read(file)
  File "/home/raster/.config/blender/2.79/scripts/addons/io_revolt/rvstruct.py", line 81, in read
    self.animations.append(TexAnimation(file))
  File "/home/raster/.config/blender/2.79/scripts/addons/io_revolt/rvstruct.py", line 667, in __init__
    self.read(file)
  File "/home/raster/.config/blender/2.79/scripts/addons/io_revolt/rvstruct.py", line 678, in read
    self.frames.append(Frame(file))
  File "/home/raster/.config/blender/2.79/scripts/addons/io_revolt/rvstruct.py", line 712, in __init__
    self.read(file)
  File "/home/raster/.config/blender/2.79/scripts/addons/io_revolt/rvstruct.py", line 724, in read
    self.delay = struct.unpack("<F", file.read(4))[0]
struct.error: bad char in struct format

location: <unknown location>:-1

Similar errors when trying to import other tracks with texanim, both stock (toylite, toy2, muse2 tested) and custom (donut3, lrc1r2, personal test track with otherwise very simple mesh).

Unable to export after manually removing vertex color layers

If I manually remove a vertex color layer, it happens from time to time that I cannot export .w or .ncp files anymore.

When this happens, the layer parameter in layers.py:get_average_vcol2(faces, layer) is None.

I fixed this locally by adding

if not layer:
    return (0,0,0)

There might be a cleaner solution.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.