[Bf-extensions-cvs] [bde1bc48] master: Merge branch 'blender-v2.81-release'

Alexander Gavrilov noreply at git.blender.org
Tue Oct 22 18:26:22 CEST 2019


Commit: bde1bc48cd7a57e6187b5849d6208a4816102f01
Author: Alexander Gavrilov
Date:   Tue Oct 22 19:26:05 2019 +0300
Branches: master
https://developer.blender.org/rBAbde1bc48cd7a57e6187b5849d6208a4816102f01

Merge branch 'blender-v2.81-release'

===================================================================



===================================================================

diff --cc rigify/utils/switch_parent.py
index d43e0830,c26f5e74..b536048d
--- a/rigify/utils/switch_parent.py
+++ b/rigify/utils/switch_parent.py
@@@ -13,8 -13,14 +13,9 @@@ from .misc import map_list, map_apply, 
  from ..base_rig import *
  from ..base_generate import GeneratorPlugin
  
- from itertools import count, repeat
+ from collections import defaultdict
+ from itertools import count, repeat, chain
  
 -def _auto_call(value):
 -    if callable(value):
 -        return value()
 -    else:
 -        return value
  
  def _rig_is_child(rig, parent):
      if parent is None:



More information about the Bf-extensions-cvs mailing list