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

Missing frames result in NoneType #12

Open
IvRogoz opened this issue Jun 8, 2022 · 3 comments
Open

Missing frames result in NoneType #12

IvRogoz opened this issue Jun 8, 2022 · 3 comments
Assignees
Labels
bug Something isn't working
Milestone

Comments

@IvRogoz
Copy link

IvRogoz commented Jun 8, 2022

Python: Traceback (most recent call last):
File "C:\Users\nccwa\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\Addon\Operators\captureFace.py", line 129, in modal
self.one_euro_x = OneEuroFilter(self.frame_num, armature[:, 0])
TypeError: 'NoneType' object is not subscriptable

location: :-1

@MohamedAliRashad MohamedAliRashad added the bug Something isn't working label Jul 2, 2022
@JeraWolfe
Copy link

I'm getting this error too. Is there any information I can send you to help you fix it?

@JeraWolfe
Copy link

An excerpt from my console window. I am using Blender 3.1.2 (stable). Please advise if that is not the proper or correct version. Thank you. Also, if you want a tutorial in English, be happy to help you generate voice over for your video.
Cheers. Excellent work and proper respects, my friend.

Info: Successfully generated: "RIG-FFMoCap_Armature_001"
Python: Traceback (most recent call last):
File "C:\Users\jeraw\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\FreeFaceMocap\Operators\generate_rig.py", line 34, in execute
"WGTS_rig").name = get_name_of_object("WGTS_rig_")
AttributeError: 'NoneType' object has no attribute 'name'

location: :-1
Error: Python: Traceback (most recent call last):
File "C:\Users\jeraw\AppData\Roaming\Blender Foundation\Blender\3.1\scripts\addons\FreeFaceMocap\Operators\generate_rig.py", line 34, in execute
"WGTS_rig").name = get_name_of_object("WGTS_rig_")
AttributeError: 'NoneType' object has no attribute 'name'

location: :-1

@MohamedAliRashad
Copy link
Owner

Working on it … sorry for the late guys I was just super busy the past few weeks

@MohamedAliRashad MohamedAliRashad self-assigned this Aug 3, 2022
@MohamedAliRashad MohamedAliRashad added this to the 1.1.0 milestone Aug 3, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

3 participants