Advertisement
Guest User

Untitled

a guest
Dec 22nd, 2021
47
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.32 KB | None | 0 0
  1. Blender console output(with debug enabled)
  2.  
  3.  
  4. [Output Image Path (pencile)]: === Bake starts ===
  5. [Output Image Path (pencile)]: Creating temporary files in /tmp/blender_IGVogY/
  6. [Output Image Path (pencile)]: - BW_pencile.blend
  7. [Output Image Path (pencile)]: - BW_pencile.blend.log
  8. [Output Image Path (pencile)]: Blender: 3.0.0 Addon: 1.2.2
  9. [Output Image Path (pencile)]: Launching background process:
  10. ================================================================================
  11. > Debugging output enabled
  12. > Processing [Output Image Path (pencile)]: Creating 5 images
  13. >
  14. > Pass: [Bake Pass.001 (METALLIC)] [Mesh Nodes (1)]
  15. > Mesh: [Input Mesh] [Targets (1)]
  16. > Preparing material [Material_Bake Pass.001_Input Mesh_stuff] for [METALLIC] bake
  17. > Chosen output [Material Output] descending tree:
  18. > Reached branch end, Not linked, value will be copied
  19. > Preparing material [Material.004_Bake Pass.001_Input Mesh_stuff] for [METALLIC] bake
  20. > Chosen output [Material Output] descending tree:
  21. > Reached branch end, Not linked, value will be copied
  22. > Preparing material [Material.002_Bake Pass.001_Input Mesh_stuff] for [METALLIC] bake
  23. > Chosen output [Material Output] descending tree:
  24. > Reached branch end, Not linked, value will be copied
  25. > Real bake type set to [EMIT]
  26. > -Baking METALLIC pass: ================================================================================
  27. [Output Image Path (pencile)]: Background process ended
  28. [Output Image Path (pencile)]: Bake failed after 0:00:02.177707
  29. [Output Image Path (pencile)]: Failed
  30.  
  31.  
  32.  
  33. Generated log file from plugin
  34.  
  35.  
  36.  
  37. Info: Bake Wrangler nodes registered
  38. > Debugging output enabled
  39. > Processing [Output Image Path (pencile)]: Creating 5 images
  40. >
  41. > Pass: [Bake Pass.001 (METALLIC)]
  42. [Mesh Nodes (1)]
  43. > Mesh: [Input Mesh] [Targets (1)]
  44. > Preparing material [Material_Bake Pass.001_Input Mesh_stuff] for [METALLIC] bake
  45. > Chosen output [Material Output] descending tree:
  46. OUTPUT_MATERIAL:Surface->Material Output:None
  47. EMISSION:Color->Principled BSDF:BSDF
  48. > Reached branch end,
  49. Not linked, value will be copied
  50. > Preparing material [Material.004_Bake Pass.001_Input Mesh_stuff] for [METALLIC] bake
  51. > Chosen output [Material Output] descending tree:
  52. OUTPUT_MATERIAL:Surface->Material Output:None
  53. EMISSION:Color->Principled BSDF:BSDF
  54. > Reached branch end,
  55. Not linked, value will be copied
  56. > Preparing material [Material.002_Bake Pass.001_Input Mesh_stuff] for [METALLIC] bake
  57. > Chosen output [Material Output] descending tree:
  58. OUTPUT_MATERIAL:Surface->Material Output:None
  59. EMISSION:Color->Principled BSDF:BSDF
  60. > Reached branch end,
  61. Not linked, value will be copied
  62. > Real bake type set to [EMIT]
  63. > -Baking METALLIC pass:
  64. Blender 3.0.0 (hash f1cca3055776 built 2021-12-17 06:39:03)
  65. Read prefs: /home/nib/.config/blender/3.0/config/userpref.blend
  66. Read blend: /tmp/blender_IGVogY/BW_pencile.blend
  67. Traceback (most recent call last):
  68. File "/home/nib/.config/blender/3.0/scripts/addons/BakeWrangler/baker.py", line 2310, in <module>
  69. main()
  70. File "/home/nib/.config/blender/3.0/scripts/addons/BakeWrangler/baker.py", line 2261, in main
  71. err = process_tree(args.tree, args.node, args.sock)
  72. File "/home/nib/.config/blender/3.0/scripts/addons/BakeWrangler/baker.py", line 220, in process_tree
  73. err += process_solution(solutions[key])
  74. File "/home/nib/.config/blender/3.0/scripts/addons/BakeWrangler/baker.py", line 271, in process_solution
  75. err += process_bake_pass(solution, key, solution.split)
  76. File "/home/nib/.config/blender/3.0/scripts/addons/BakeWrangler/baker.py", line 875, in process_bake_pass
  77. err += bake_solo(img_bake, unique_mats, bake_settings, mesh_settings)
  78. File "/home/nib/.config/blender/3.0/scripts/addons/BakeWrangler/baker.py", line 1007, in bake_solo
  79. return bake(bake_settings['bake_cat'], bake_settings['bake_type'], bake_settings, mesh_settings, False, False)
  80. File "/home/nib/.config/blender/3.0/scripts/addons/BakeWrangler/baker.py", line 1103, in bake
  81. bpy.ops.object.bake(
  82. File "/usr/share/blender/3.0/scripts/modules/bpy/ops.py", line 132, in __call__
  83. ret = _op_call(self.idname_py(), None, kw)
  84. TypeError: Converting py args to operator properties: OBJECT_OT_bake.margin expected an int type, not float
  85.  
  86. Blender quit
  87.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement