How to fix Blender RBC 1.3 (for now - updated method)

Поделиться
HTML-код
  • Опубликовано: 5 сен 2024
  • yea so that's how I fix it maybe..
    get the addon : blendermarket....
    This will fix the "Python: Traceback (most recent call last): _init,py_ ...line 788, ... line 782, ...line 756, ...line 7676, ...line 113" or the "ADD RIG" to a custom model.
    Find this line of code :
    bpy.ops.transform.translate(value=(0, 0, 0.15), orient_axis_ortho='X', orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', constraint_axis=(False, False, True), mirror=True, use_proportional_edit=False, proportional_edit_falloff='SMOOTH', proportional_size=1, use_proportional_connected=False, use_proportional_projected=False)
    Change it to :
    bpy.ops.transform.translate(value=(0, 0, 0.15), orient_type='GLOBAL', orient_matrix=((1, 0, 0), (0, 1, 0), (0, 0, 1)), orient_matrix_type='GLOBAL', constraint_axis=(False, False, True), mirror=True, use_proportional_edit=False, proportional_edit_falloff='SMOOTH', proportional_size=1, use_proportional_connected=False, use_proportional_projected=False)
    I DO MEWING DAILY 💀💀💀
    tags (ignore this fr) :
    #blender3d #blender #blenderanimation #blendertutorial #blendertutorialforbeginners #pythonprogramming #pyhton #blenderaddon #blenderaddons

Комментарии • 12

  • @atthariqinsanulhaq
    @atthariqinsanulhaq  11 дней назад

    Fixing Record Cache Error : ruclips.net/video/-IhrsPsBa7Q/видео.html

  • @kenzietownsend6644
    @kenzietownsend6644 Месяц назад +1

    Great job! :D Thank you for doing this.

  • @griffpromax
    @griffpromax 12 дней назад +1

    record cache gicing a similar issue bro... HELP

    • @atthariqinsanulhaq
      @atthariqinsanulhaq  12 дней назад +1

      @@griffpromax could you please provide the error message? I'm happy to help

    • @griffpromax
      @griffpromax 12 дней назад +1

      @@atthariqinsanulhaq Python: Traceback (most recent call last):
      File "C:\Users\thegr\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons
      bc_addon_pro_init_.py", line 2342, in invoke
      return self.execute(context)
      File "C:\Users\thegr\AppData\Roaming\Blender Foundation\Blender\4.2\scripts\addons
      bc_addon_pro_init__.py", line 2332, in execute
      bpy.ops.ptcache.free_bake(override)
      File "C:\Program Files\Blender Foundation\Blender 4.2\4.2scripts\modules\bpy\ops.py", line 106, in call
      C_exec, C_undo = _BPyOpsSubModOp._parse_args(args)
      File "C:\Program Files\Blender Foundation\Blender 4.2\4.2scripts\modules\bpy\ops.py", line 60, in _parse_args
      raise ValueError("1-2 args execution context is supported")
      ValueError: 1-2 args execution context is supported

    • @griffpromax
      @griffpromax 12 дней назад +1

      @@atthariqinsanulhaq also It would really help if you could provide your rbc addon I need to complete my projects

    • @griffpromax
      @griffpromax 11 дней назад +1

      @@atthariqinsanulhaq I provided the error msg but its keeps getting deleted in RUclips comment section maybe

    • @griffpromax
      @griffpromax 11 дней назад +1

      @@atthariqinsanulhaq tysm!