Advertisement
Guest User

Untitled

a guest
Sep 14th, 2020
116
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.81 KB | None | 0 0
  1. # Blender 2.90.0, Commit date: 2020-08-31 11:26, Hash 0330d1af29c0
  2. bpy.context.space_data.context = 'RENDER' # Property
  3. bpy.context.scene.render.engine = 'RPR' # Property
  4. bpy.context.space_data.shading.type = 'MATERIAL' # Property
  5. bpy.context.space_data.shading.type = 'RENDERED' # Property
  6. bpy.context.space_data.shading.type = 'MATERIAL' # Property
  7. bpy.context.space_data.shading.type = 'SOLID' # Property
  8. bpy.context.space_data.shading.type = 'MATERIAL' # Property
  9. bpy.context.space_data.shading.type = 'RENDERED' # Property
  10. bpy.ops.object.editmode_toggle() # Operator
  11. bpy.ops.transform.translate(value=(-0, -2.05566, -0), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', constraint_axis=(False, True, False), mirror=True, use_proportional_edit=False, proportional_edit_falloff='SMOOTH', proportional_size=1, use_proportional_connected=False, use_proportional_projected=False) # Operator
  12. bpy.ops.object.editmode_toggle() # Operator
  13.  
  14. # backtrace
  15. 0 Blender 0x0000000115bd09d7 BLI_system_backtrace + 55
  16. 1 Blender 0x000000010e69cd78 sig_handle_crash + 392
  17. 2 libsystem_platform.dylib 0x00007fff6c2dd5fd _sigtramp + 29
  18. 3 ??? 0x0000000000000000 0x0 + 0
  19. 4 Metal 0x00007fff3778f678 -[MTLIOAccelCommandBuffer didCompleteWithStartTime:endTime:error:] + 104
  20. 5 Metal 0x00007fff3778f557 -[_MTLCommandQueue commandBufferDidComplete:startTime:completionTime:error:] + 197
  21. 6 Metal 0x00007fff3778f44d __53-[MTLIOAccelCommandQueue submitCommandBuffers:count:]_block_invoke.19 + 165
  22. 7 IOAccelerator 0x00007fff56d7138a ioAccelCommandQueueBlockFenceCallback + 44
  23. 8 IOKit 0x00007fff34ff779e IODispatchCalloutFromCFMessage + 364
  24. 9 IOKit 0x00007fff34ff761f _IODispatchCalloutWithDispatch + 33
  25. 10 libdispatch.dylib 0x00007fff6c0a23d4 dispatch_mig_server + 356
  26. 11 libdispatch.dylib 0x00007fff6c08b658 _dispatch_client_callout + 8
  27. 12 libdispatch.dylib 0x00007fff6c08d818 _dispatch_continuation_pop + 414
  28. 13 libdispatch.dylib 0x00007fff6c09d4be _dispatch_source_invoke + 2084
  29. 14 libdispatch.dylib 0x00007fff6c090af6 _dispatch_lane_serial_drain + 263
  30. 15 libdispatch.dylib 0x00007fff6c0915d6 _dispatch_lane_invoke + 363
  31. 16 libdispatch.dylib 0x00007fff6c09ac09 _dispatch_workloop_worker_thread + 596
  32. 17 libsystem_pthread.dylib 0x00007fff6c2e5a3d _pthread_wqthread + 290
  33. 18 libsystem_pthread.dylib 0x00007fff6c2e4b77 start_wqthread + 15
  34.  
  35. # Python backtrace
  36.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement