Code Monkey home page Code Monkey logo

gametools's People

Contributors

flasheeprom avatar medstar117 avatar sbobovyc avatar

Stargazers

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

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

gametools's Issues

TypeError: '_PropertyDeferred' object is not subscriptable

Hi Having an issue when importing my CSV into blender, I have exported 'VS in' From Renderdoc, however getting an error shown below. I have uploaded the CSV file to [https://we.tl/t-soQgmYMG3Y].

Python: Traceback (most recent call last):
File "C:\Users\XXX\AppData\Roaming\Blender Foundation\Blender\2.93\scripts\addons\Blender_Import_CSV.py", line 91, in execute
global_matrix = axis_conversion(from_forward = self.axis_forward, from_up = self.axis_up).to_4x4()
File "D:\Program Files\Blender\2.93\scripts\modules\bpy_extras\io_utils.py", line 302, in axis_conversion
if from_forward[-1] == from_up[-1] or to_forward[-1] == to_up[-1]:
TypeError: '_PropertyDeferred' object is not subscriptable

location: :-1

Appreciate it very much if you could help.

Kind Regards.

Problems loading Script into Addins

import_pix.zip

Hello,
I have used RenderDoc to extract a model to CSV file.
I have been trying to load the import_pix.py script in to Blender. I have tried a fewof different Blender versions from the latest 2.7 to older 2.66 and 2.5 and I can not get he script loaded, it errors when I tick the box to enable it.

(Blender is running on Windows 10 I tried two different computers)
--------------/
Traceback (most recent call last):
File "C:\blender-2.74-windows64\blender-2.74-windows64\2.74\scripts\modules\addon_utils.py", line 306, in enable
mod = import(module_name)
File "C:\Users\kcassidy\AppData\Roaming\Blender Foundation\Blender\2.74\scripts\addons\import_pix.py", line 240, in
bpy.ops.object.pix_csv_importer('INVOKE_DEFAULT')
File "C:\blender-2.74-windows64\blender-2.74-windows64\2.74\scripts\modules\bpy\ops.py", line 183, in call
BPyOpsSubModOp._scene_update(context)
File "C:\blender-2.74-windows64\blender-2.74-windows64\2.74\scripts\modules\bpy\ops.py", line 149, in _scene_update
scene = context.scene
AttributeError: '_RestrictContext' object has no attribute 'scene'
--------------/
I have attached a screen shot of the error.

Really appreciate
blendererror
any pointers you could give.
Thanks.

renderdoc vertex limit

so this is not the place to ask this and i know it isn't, but you seem to know some stuff and i don't know where else to ask, renderdoc has a vertex limit so big ships cant be exported fully in one piece, so i thought about doing a capture from another angle but silly me it doesn't work, i get the exact same model because i am trying to capture the same thing twice (duhh), do you know of a way to overwrite the limit/ get other vertexes captured. normally it isn't a problem as the ships are symmetrical so i just mirrored it in blender but there is a little bit at the back where there are holes.

error axi

Python: Traceback (most recent call last):
File "C:\Users\vmira\AppData\Roaming\Blender Foundation\Blender\3.4\scripts\addons\t.py", line 90, in execute
global_matrix = axis_conversion(from_forward = self.axis_forward, from_up = self.axis_up).to_4x4()
File "C:\Program Files\Blender Foundation\Blender 3.4\3.4\scripts\modules\bpy_extras\io_utils.py", line 284, in axis_conversion
if from_forward[-1] == from_up[-1] or to_forward[-1] == to_up[-1]:
TypeError: '_PropertyDeferred' object is not subscriptable

MoW Issue

Having trouble trying to get the script to convert a character model.

Fails immediately outputting "Unsupported format".

Problems with csv to obj script

Hi.
I have a .csv file from RenderDoc though I have been having trouble getting it into a more usable state, I tried to import it into Blender with your script though half of the polygons were missing (It does this for a lot of models actually) I saw you had a python script that should be able to convert .csv files to .obj although I haven't been able to get it to work. Would you able to take a look at this and help?
H_c.zip

Vehicle model support

Really love the tool you made, however i found sadly that it does not support vehicles, and you hadn't have any update for over a year, are you planning on continue to finish this tool with more feature?

Raw2Obj.py documentation

It's been a while since I've done this and I forgot how it's done.
To figure it out I searched in the closed issues to the documentation but it seems like that page is removed.
Would it be possible to provide another documentation, this time I'll download it so you won't have to be bugged again :D.
Sorry for the inconvinience,
I'm stupid.
Thanks in advance.

blender script import csv

Hi There, I am able to successfully import a CSV from renderdoc and import into blender, however the model is squashed / scaled non uniformly, is there something I am doing wrong?

thank you.

import_pix.py bl_info causes issues

A guy on the blenderartists forum wanted to use your csv import function, but it wasn't working because of errors caused by the bl_info section on the addon. I made some corrections and put them into a pull request.

Please help

input_type = InputType[os.path.splitext(path)[1][1:].strip()]

Thank you for sharing this code!
i found the next error when trying to run it into blender

File "\Text", line 94, in
File "C:\Program Files\Blender Foundation\Blender 3.3\3.3\python\lib\ntpath.py", line 204, in splitext
p = os.fspath(p)
TypeError: expected str, bytes or os.PathLike object, not NoneType

and i do not know how to solve this issue
does the same happen with you?

error when installing PIX CSV on Blender 2.79

(I think it might be the version) Whenever I install the PIX CSV addon on to blender, everything goes fine, but whenever I try to check the box to run it, I get this error.
Captura de pantalla (4)
Does anyone know if I have to do anything?

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.