Giter Club home page Giter Club logo

blender_t3d's People

Contributors

crapola avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

artism90 antisol

blender_t3d's Issues

XIII game t3d gives error upon importing

I've exported the map DM_Amos from the game XIII to .t3d and I get this error when I try to import it with your plugin (Unreal Tournament DM_Deck16][.t3d imports fine with no errors).
immagine
I don't know how to fix it or if the plugin is compatible with XIII's UE branch.

Can't see the addon in the menu

Hello!
I installed Lark and assumably installed the addon (It didn't give me any error)

But I can't seem to find any mention of any T3D plugin in the menu
Any way you can help me?

32d7a5b64a61997c451a4ca48ef025ed

consider removing typing to increase compatibility

Hello,

Thank you for this plugin, it's exactly what I was looking for..........almost.

I was able to make this work with blender 2.8 with minimal changes, mostly removing new-style type annotations like list[x], use of typing union operator |, and one place where you're using a case statement. See: here

You should consider using less bleeding-edge language features to increase compatibility for your code - not everybody can easily use the latest bleeding-edge version of blender/python, and you gain nothing by using these features except making your code less compatible.

I've refrained from raising a PR because I think it's unlikely to get anywhere (and because I've simply removed typing rather than e.g using the typing library's Union/Dict/List/Tuple classes because I was in a hurry and because that's my preference), but I thought you might be interested. I'm happy to raise a PR if you'd like me to.

Fails to parse CsgOper value

Python: Traceback (most recent call last):
  File "C:\...\Python\Python310\site-packages\lark\parsers\lalr_parser_state.py", line 77, in feed_token
    action, arg = states[state][token.type]
KeyError: '__ANON_17'

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
...
lark.exceptions.UnexpectedToken: Unexpected token Token('__ANON_17', 'CsgOper=') at line 960, column 1.
Expected one of: 
	* BEGIN
	* $END
	* __ANON_4
	* __ANON_2
	* __ANON_9

In this file CsgOper seems to be 1 in all cases:

CsgOper=1

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.