Skip to content
Snippets Groups Projects
  • Nathan Vegdahl's avatar
    c795106a
    Rigify: patch from Shinsuke Irie fixing rig imports on some systems. · c795106a
    Nathan Vegdahl authored
    From the report:
      This patch fixes a bug that rig modules of 'arm' and
      'leg' cannot be loaded failing as follows:
      
      Rigify: No module named 'rigify.rigs.biped.arm.biped'
      Rigify: No module named 'rigify.rigs.biped.leg.biped'
    
    I couldn't reproduce the error, but new code works on my system
    just as well as the old code, so I assume this serves to make the
    code more robust on a larger range of systems.
    
    Thanks Shinsuke!
    c795106a
    History
    Rigify: patch from Shinsuke Irie fixing rig imports on some systems.
    Nathan Vegdahl authored
    From the report:
      This patch fixes a bug that rig modules of 'arm' and
      'leg' cannot be loaded failing as follows:
      
      Rigify: No module named 'rigify.rigs.biped.arm.biped'
      Rigify: No module named 'rigify.rigs.biped.leg.biped'
    
    I couldn't reproduce the error, but new code works on my system
    just as well as the old code, so I assume this serves to make the
    code more robust on a larger range of systems.
    
    Thanks Shinsuke!