USD: Add test coverage for parent-child transforms during animation
Makes use of recently added test data to ensure proper handling of child objects, with animated transform constraints, parented to other objects who also have animated transform constraints. Also uses the `colored_print` module to better segment the test output. Pull Request: https://projects.blender.org/blender/blender/pulls/133600
This commit is contained in:
committed by
Jesse Yurkovich
parent
3e11cfb1d0
commit
d4c2d73864
@@ -36,9 +36,9 @@ def print_message(message, type=None, status=''):
|
||||
elif status == 'OK':
|
||||
status_text = " OK "
|
||||
elif status == 'PASSED':
|
||||
status_text = " PASSED "
|
||||
status_text = " PASSED "
|
||||
elif status == 'FAILED':
|
||||
status_text = " FAILED "
|
||||
status_text = " FAILED "
|
||||
else:
|
||||
status_text = status
|
||||
if status_text:
|
||||
|
||||
Reference in New Issue
Block a user