manually sync rigify with render branch
fixes [#22231] Rigify Script Error When Generate From Human(Meta-Rig)
This commit is contained in:
		@@ -291,7 +291,7 @@ def main(obj, bone_definition, base_names, options):
 | 
			
		||||
 | 
			
		||||
        hinge_driver_path = pb[control].path_from_id() + '["hinge"]'
 | 
			
		||||
 | 
			
		||||
        fcurve = con.driver_add("influence", 0)
 | 
			
		||||
        fcurve = con.driver_add("influence")
 | 
			
		||||
        driver = fcurve.driver
 | 
			
		||||
        var = driver.variables.new()
 | 
			
		||||
        driver.type = 'AVERAGE'
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user