new import fbx problem #73146

Closed
opened 2020-01-15 20:32:53 +01:00 by jamal johnson · 13 comments

System Information
Operating system:
Graphics card:

Blender Version
Broken: (example: 2.80, edbf15d3c0, master, 2018-11-28, as found on the splash screen)
Worked: (optional) worked less than 24 hours ago

Short description of error

I exported animations from maximo. Some import fine, while one charecter is not importing at all. they were made the same way and are pretty much copies of the same base model. I have copiied the error I keep getting.

Exact steps for others to reproduce the error
Based on the default startup or an attached .blend file (as simple as possible).

  1. Import fbx.

Error pops up:

bpy.ops.object.delete(use_global=False, confirm=False)
Deleted 1 object(s)
bpy.context.space_data.recent_folders_active = 0
Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2558, in load
  _(); del _
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2557, in _
  fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings)
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom
  ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh)
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal
  fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True):
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop
  blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride),
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct
  fbx_data_len = len(fbx_data)

TypeError: object of type 'NoneType' has no len()

location: :-1

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2362, in load
  if is_ascii(filepath, 24):
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2311, in is_ascii
  with open(filepath, 'r', encoding="utf-8") as f:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\TMVTC\Documents\'

location: :-1

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2362, in load
  if is_ascii(filepath, 24):
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2311, in is_ascii
  with open(filepath, 'r', encoding="utf-8") as f:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\TMVTC\Documents\'

location: :-1

bpy.context.space_data.recent_folders_active = 1
Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2558, in load
  _(); del _
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2557, in _
  fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings)
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom
  ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh)
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal
  fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True):
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop
  blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride),
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct
  fbx_data_len = len(fbx_data)

TypeError: object of type 'NoneType' has no len()

location: :-1

bpy.ops.object.delete(use_global=False, confirm=False)
Deleted 1 object(s)
bpy.context.space_data.recent_folders_active = 0
Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2558, in load
  _(); del _
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2557, in _
  fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings)
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom
  ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh)
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal
  fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True):
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop
  blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride),
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct
  fbx_data_len = len(fbx_data)

TypeError: object of type 'NoneType' has no len()

location: :-1

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2362, in load
  if is_ascii(filepath, 24):
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2311, in is_ascii
  with open(filepath, 'r', encoding="utf-8") as f:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\TMVTC\Documents\'

location: :-1

Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2362, in load
  if is_ascii(filepath, 24):
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2311, in is_ascii
  with open(filepath, 'r', encoding="utf-8") as f:

FileNotFoundError: [Errno 2] No such file or directory: 'C:\Users\TMVTC\Documents\'

location: :-1

bpy.context.space_data.recent_folders_active = 1
Traceback (most recent call last):

File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute
  if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}:
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2558, in load
  _(); del _
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2557, in _
  fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings)
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom
  ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh)
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal
  fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True):
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop
  blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride),
File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct
  fbx_data_len = len(fbx_data)

TypeError: object of type 'NoneType' has no len()

location: :-1

**System Information** Operating system: Graphics card: **Blender Version** Broken: (example: 2.80, edbf15d3c044, master, 2018-11-28, as found on the splash screen) Worked: (optional) worked less than 24 hours ago **Short description of error** I exported animations from maximo. Some import fine, while one charecter is not importing at all. they were made the same way and are pretty much copies of the same base model. I have copiied the error I keep getting. **Exact steps for others to reproduce the error** Based on the default startup or an attached .blend file (as simple as possible). 1. Import fbx. Error pops up: bpy.ops.object.delete(use_global=False, confirm=False) Deleted 1 object(s) bpy.context.space_data.recent_folders_active = 0 Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2558, in load _(); del _ File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2557, in _ fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings) File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh) File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True): File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride), File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct fbx_data_len = len(fbx_data) ``` TypeError: object of type 'NoneType' has no len() location: <unknown location>:-1 Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2362, in load if is_ascii(filepath, 24): File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2311, in is_ascii with open(filepath, 'r', encoding="utf-8") as f: ``` FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\TMVTC\\Documents\\' location: <unknown location>:-1 Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2362, in load if is_ascii(filepath, 24): File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2311, in is_ascii with open(filepath, 'r', encoding="utf-8") as f: ``` FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\TMVTC\\Documents\\' location: <unknown location>:-1 bpy.context.space_data.recent_folders_active = 1 Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2558, in load _(); del _ File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2557, in _ fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings) File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh) File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True): File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride), File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct fbx_data_len = len(fbx_data) ``` TypeError: object of type 'NoneType' has no len() location: <unknown location>:-1 bpy.ops.object.delete(use_global=False, confirm=False) Deleted 1 object(s) bpy.context.space_data.recent_folders_active = 0 Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2558, in load _(); del _ File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2557, in _ fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings) File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh) File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True): File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride), File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct fbx_data_len = len(fbx_data) ``` TypeError: object of type 'NoneType' has no len() location: <unknown location>:-1 Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2362, in load if is_ascii(filepath, 24): File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2311, in is_ascii with open(filepath, 'r', encoding="utf-8") as f: ``` FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\TMVTC\\Documents\\' location: <unknown location>:-1 Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2362, in load if is_ascii(filepath, 24): File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2311, in is_ascii with open(filepath, 'r', encoding="utf-8") as f: ``` FileNotFoundError: [Errno 2] No such file or directory: 'C:\\Users\\TMVTC\\Documents\\' location: <unknown location>:-1 bpy.context.space_data.recent_folders_active = 1 Traceback (most recent call last): ``` File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\__init__.py", line 216, in execute if import_fbx.load(self, context, filepath=path, **keywords) == {'FINISHED'}: File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2558, in load _(); del _ File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 2557, in _ fbx_item[1] = blen_read_geom(fbx_tmpl, fbx_obj, settings) File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1302, in blen_read_geom ok_normals = blen_read_geom_layer_normal(fbx_obj, mesh) File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 1186, in blen_read_geom_layer_normal fbx_layer_data, fbx_layer_index, fbx_layer_mapping, fbx_layer_ref, 3, 3, layer_id, xform, True): File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 959, in blen_read_geom_array_mapped_polyloop blen_read_geom_array_setattr(blen_read_geom_array_gen_direct(fbx_layer_data, stride), File "C:\Program Files\Blender Foundation\Blender 2.81\2.81\scripts\addons\io_scene_fbx\import_fbx.py", line 820, in blen_read_geom_array_gen_direct fbx_data_len = len(fbx_data) ``` TypeError: object of type 'NoneType' has no len() location: <unknown location>:-1
Author

Added subscriber: @tmvtc

Added subscriber: @tmvtc

Added subscriber: @dr.sybren

Added subscriber: @dr.sybren

Changed status from 'Needs Triage' to: 'Needs User Info'

Changed status from 'Needs Triage' to: 'Needs User Info'

Please update the task with the version of Blender you tested with. Replace the example text with concrete information, please.

Please update the task with the version of Blender you tested with. Replace the example text with concrete information, please.

Added subscriber: @iss

Added subscriber: @iss

Changed status from 'Needs User Info' to: 'Archived'

Changed status from 'Needs User Info' to: 'Archived'
Richard Antalik self-assigned this 2020-01-26 02:22:23 +01:00

Since last asking for information it has been 7 or more days, due to the policy of our bug tracker we will have to close the report.

Since last asking for information it has been 7 or more days, due to the policy of our bug tracker we will have to close the report.

Added subscriber: @benolayinka

Added subscriber: @benolayinka

I have the same problem. Version 2.82 (2.82 2020-02-12). FBX file causing the problem is attached. I'll create a new issue as well.

samurai_light.fbx

I have the same problem. Version 2.82 (2.82 2020-02-12). FBX file causing the problem is attached. I'll create a new issue as well. [samurai_light.fbx](https://archive.blender.org/developer/F8497985/samurai_light.fbx)

@benolayinka This task has been closed already. Please create a new bug report for this.

@benolayinka This task has been closed already. Please create a new bug report for this.

Added subscriber: @luc1906

Added subscriber: @luc1906

I'm having the same issue on 2.83. Was this solved already?

I'm having the same issue on 2.83. Was this solved already?

@luc1906 This task has been closed as "Invalid", and thus will not be worked on. If you have a similar issue, please write a new bug report. Please make sure that, unlike this report, all the requested information is in the bug description.

@luc1906 This task has been closed as "Invalid", and thus will not be worked on. If you have a similar issue, please write a new bug report. Please make sure that, unlike this report, all the requested information is in the bug description.
Sign in to join this conversation.
No Label
Interest
Alembic
Interest
Animation & Rigging
Interest
Asset Browser
Interest
Asset Browser Project Overview
Interest
Audio
Interest
Automated Testing
Interest
Blender Asset Bundle
Interest
BlendFile
Interest
Collada
Interest
Compatibility
Interest
Compositing
Interest
Core
Interest
Cycles
Interest
Dependency Graph
Interest
Development Management
Interest
EEVEE
Interest
EEVEE & Viewport
Interest
Freestyle
Interest
Geometry Nodes
Interest
Grease Pencil
Interest
ID Management
Interest
Images & Movies
Interest
Import Export
Interest
Line Art
Interest
Masking
Interest
Metal
Interest
Modeling
Interest
Modifiers
Interest
Motion Tracking
Interest
Nodes & Physics
Interest
OpenGL
Interest
Overlay
Interest
Overrides
Interest
Performance
Interest
Physics
Interest
Pipeline, Assets & IO
Interest
Platforms, Builds & Tests
Interest
Python API
Interest
Render & Cycles
Interest
Render Pipeline
Interest
Sculpt, Paint & Texture
Interest
Text Editor
Interest
Translations
Interest
Triaging
Interest
Undo
Interest
USD
Interest
User Interface
Interest
UV Editing
Interest
VFX & Video
Interest
Video Sequencer
Interest
Virtual Reality
Interest
Vulkan
Interest
Wayland
Interest
Workbench
Interest: X11
Legacy
Blender 2.8 Project
Legacy
Milestone 1: Basic, Local Asset Browser
Legacy
OpenGL Error
Meta
Good First Issue
Meta
Papercut
Meta
Retrospective
Meta
Security
Module
Animation & Rigging
Module
Core
Module
Development Management
Module
EEVEE & Viewport
Module
Grease Pencil
Module
Modeling
Module
Nodes & Physics
Module
Pipeline, Assets & IO
Module
Platforms, Builds & Tests
Module
Python API
Module
Render & Cycles
Module
Sculpt, Paint & Texture
Module
Triaging
Module
User Interface
Module
VFX & Video
Platform
FreeBSD
Platform
Linux
Platform
macOS
Platform
Windows
Priority
High
Priority
Low
Priority
Normal
Priority
Unbreak Now!
Status
Archived
Status
Confirmed
Status
Duplicate
Status
Needs Info from Developers
Status
Needs Information from User
Status
Needs Triage
Status
Resolved
Type
Bug
Type
Design
Type
Known Issue
Type
Patch
Type
Report
Type
To Do
No Milestone
No project
No Assignees
5 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender#73146
No description provided.