Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bforartists 0.9.6 - go through the addons again #69

Closed
ReinerBforartists opened this issue Mar 12, 2018 · 3 comments
Closed

Bforartists 0.9.6 - go through the addons again #69

ReinerBforartists opened this issue Mar 12, 2018 · 3 comments
Assignees
Labels
0 - task A normal development task 1- Fixed This task is fulfilled

Comments

@ReinerBforartists
Copy link
Contributor

The FBX export bug showed that we have again a discrepance between the Blender addons and the Bforartists addons in version 0.9.6. And again it's quite a few, as meld shows.

So we need to go through them again, one by one.

@ReinerBforartists ReinerBforartists added the 0 - task A normal development task label Mar 12, 2018
@Draise14
Copy link
Collaborator

I found that bug. Here is the code I found and after my deadlines I'll upload the sample scene (of which works fine in Blender 2.79a):

`
Traceback (most recent call last):
File "G:\3D stuff\Bforartists\BFA 0.9.6 - 64bit - 2.79a\2.79\scripts\addons\io_scene_fbx_init_.py", line 620, in execute
return export_fbx_bin.save(self, context, **keywords)
File "G:\3D stuff\Bforartists\BFA 0.9.6 - 64bit - 2.79a\2.79\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 3087, in save
ret = save_single(operator, context.scene, filepath, **kwargs_mod)
File "G:\3D stuff\Bforartists\BFA 0.9.6 - 64bit - 2.79a\2.79\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 2994, in save_single
fbx_objects_elements(root, scene_data)
File "G:\3D stuff\Bforartists\BFA 0.9.6 - 64bit - 2.79a\2.79\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 2793, in fbx_objects_elements
fbx_data_mesh_elements(objects, me_obj, scene_data, done_meshes)
File "G:\3D stuff\Bforartists\BFA 0.9.6 - 64bit - 2.79a\2.79\scripts\addons\io_scene_fbx\export_fbx_bin.py", line 1069, in fbx_data_mesh_elements
collayer.data.foreach_get("color", t_lc)
RuntimeError: internal error setting the array

location: :-1
`

@ReinerBforartists
Copy link
Contributor Author

Hey Draise,
The FBX bug is already fixed here: #63
It was the reason why i stumbled across the differences in the addons again. And so i made this task. Seems that something went wrong with pulling the newest addons at one point.

@ReinerBforartists ReinerBforartists self-assigned this Mar 13, 2018
@ReinerBforartists
Copy link
Contributor Author

Fixed in master
3eeeb5d

@ReinerBforartists ReinerBforartists added 2 - bug It's a bug !! Please make sure that it really is ;) 1- Fixed This task is fulfilled and removed 2 - bug It's a bug !! Please make sure that it really is ;) labels Mar 13, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
0 - task A normal development task 1- Fixed This task is fulfilled
Projects
None yet
Development

No branches or pull requests

2 participants