中国天眼新成果发布,它如何捕捉到快速射电暴的“宇宙心跳“?
2026/1/17 2:54:55
Error executing code: 'NoneType' object has no attribute 'context'
把
bpy.context.space_data.clip_end = 300000改成
for area in bpy.context.screen.areas: if area.type == 'VIEW_3D': for space in area.spaces: if space.type == 'VIEW_3D': space.clip_end = 300000 print("已设置3D视口远裁剪平面") break