You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: kk_bullet_constraints_builder/global_vars.py
-3Lines changed: 0 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -286,9 +286,6 @@
286
286
grpNameFoundation="Foundation"
287
287
materialName="BCB_Gradient_"
288
288
289
-
# For monitor event handler
290
-
qRenderAnimation=0# 0 | Render animation by using render single image function for each frame (doesn't support motion blur, keep it disabled), 1 = regular, 2 = OpenGL
# Stupid Blender design hack, enforcing context to be accepted by operators (at this point copy() even throws a warning but works anyway, funny Blender)
59
-
contextFix=bpy.context.copy()
60
-
print("Note: Please ignore above copy warning, it's a false alarm.")
print("\rWarning: Element has lost its constraint references or the corresponding empties their constraint properties respectively, rebuilding constraints is recommended.")
1686
1670
print("(%s)"%const.name)
1687
1671
1688
-
### Disable Dynamic Paint modifier after baking for a playback performance boost
1689
-
formodinobjFM.modifiers:
1690
-
if"Dynamic Paint"inmod.name:
1691
-
mod.show_render=False
1692
-
mod.show_viewport=False
1693
-
1694
1672
### Damping Region - revert RBs to original dampings
0 commit comments