blender/tests/python
Sebastian Parborg 623ff64a27 Fix T81541: Symmetrize Transform Constraint, Y rotational axis unexpected results
The case where Y rotation is mapped to Y rotation was not handled.
This is now fixed.

Also added an automated test to make sure that the symmetrize operator
functions as intended.

Reviewed By: Sybren

Differential Revision: http://developer.blender.org/D9214
2022-02-04 14:21:20 +01:00
..
collada Tests: fail automated tests on memory leaks and other internal errors 2020-08-26 22:02:02 +02:00
modules Fix: Updating geometry nodes test results fails 2021-12-01 21:22:00 -05:00
view_layer Tests: fail automated tests on memory leaks and other internal errors 2020-08-26 22:02:02 +02:00
alembic_export_tests.py Alembic: remove non-functional "Renderable Objects" only option 2021-07-06 13:22:07 +02:00
batch_import.py Cleanup: Spelling Mistakes 2021-06-22 10:54:50 -07:00
bevel_operator.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
bl_alembic_io_test.py Alembic: add support for reading override layers 2022-01-17 14:51:04 +01:00
bl_animation_fcurves.py Cleanup: pep8 2021-07-06 12:05:27 +10:00
bl_blendfile_io.py Fix tests broken by rB58632a7f3c0f1be6. 2021-09-06 10:56:02 +02:00
bl_blendfile_liblink.py Cleanup: fix typos in comments and docs 2021-11-19 12:46:49 +01:00
bl_blendfile_library_overrides.py Cleanup: fix typos in comments and docs 2021-11-19 12:46:49 +01:00
bl_blendfile_utils.py Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
bl_bundled_modules.py Tests: updated Python bundled modules test 2021-10-21 21:25:34 +02:00
bl_constraints.py Copy Transforms: implement Remove Target Shear and more Mix options. 2021-07-02 15:15:05 +03:00
bl_id_management.py Cleanup: formatting, strip trailing space 2020-03-05 08:05:21 +11:00
bl_keymap_completeness.py Tests: disable keymap hierarchy tests until they are fixed 2019-06-28 13:49:04 +02:00
bl_keymap_validate.py Cleanup: spelling in comments 2022-02-02 13:53:46 +11:00
bl_load_addons.py PyAPI: use keyword only arguments 2021-06-09 03:05:44 +10:00
bl_load_py_modules.py Tests: fix some tests passing even if there are Python errors 2020-04-28 12:50:16 +02:00
bl_mesh_modifiers.py Tests: fix some tests passing even if there are Python errors 2020-04-28 12:50:16 +02:00
bl_mesh_validate.py Tests: fix some tests passing even if there are Python errors 2020-04-28 12:50:16 +02:00
bl_pyapi_bpy_path.py PyAPI: use keyword only arguments 2021-06-09 03:05:44 +10:00
bl_pyapi_bpy_utils_units.py Cleanup: use keywords for unit tests 2021-06-08 00:07:19 +10:00
bl_pyapi_idprop_datablock.py Cleanup: Fix typos in source code 2021-12-06 22:23:17 -05:00
bl_pyapi_idprop.py Tests: support running ID-property test without numpy 2021-10-12 17:57:38 +11:00
bl_pyapi_mathutils.py Cleanup: use keywords for unit tests 2021-06-08 00:07:19 +10:00
bl_pyapi_prop_array.py PyAPI: support multi-dimensional arrays for bpy.props vector types 2021-07-29 11:09:21 +10:00
bl_rigging_symmetrize.py Fix T81541: Symmetrize Transform Constraint, Y rotational axis unexpected results 2022-02-04 14:21:20 +01:00
bl_rna_defaults.py
bl_rna_manual_reference.py
bl_rst_completeness.py
bl_run_operators_event_simulate.py Docs: correct doc-string for bl_run_operators_event_simulate 2022-01-11 09:13:25 +11:00
bl_run_operators.py Cleanup: Spelling Mistakes 2021-06-22 10:54:50 -07:00
bl_test.py PyAPI: remove deprecated bpy.app.binary_path_python 2021-06-14 23:52:08 +10:00
bl_usd_import_test.py New test for USD import. 2021-10-20 12:07:28 -04:00
boolean_operator.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
CMakeLists.txt Fix T81541: Symmetrize Transform Constraint, Y rotational axis unexpected results 2022-02-04 14:21:20 +01:00
compositor_render_tests.py Cleanup: pep8 2021-07-06 12:05:27 +10:00
curve_to_mesh.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
cycles_render_tests.py Fix/workaround failing Cycles tests on macOS after ray offset changes 2022-01-26 18:52:56 +01:00
deform_modifiers.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
eevee_render_tests.py Fix failing Eevee render tests after recent changes 2020-12-07 17:09:34 +01:00
ffmpeg_tests.py Tests: use explicit Python to run unit tests 2020-04-24 17:10:22 +02:00
geo_node_test.py Geometry Nodes: increase threshold to make regression tests pass 2021-08-02 10:38:11 +02:00
modifiers.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
opengl_draw_tests.py Tests: fail automated tests on memory leaks and other internal errors 2020-08-26 22:02:02 +02:00
operators.py Tests: add edit-mesh operator tests 2021-11-30 17:43:24 +11:00
pep8.py Cleanup: unused variables 2019-03-17 21:14:43 +11:00
physics_cloth.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
physics_dynamic_paint.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
physics_ocean.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
physics_particle_instance.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
physics_particle_system.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
physics_softbody.py Regression Testing: Running tests based on blend files 2021-07-27 21:01:15 +05:30
rna_array.py Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
rna_info_dump.py Cleanup: pep8 (indentation, spacing, long lines) 2020-10-02 11:59:16 +10:00
rst_to_doctree_mini.py
sequencer_render_tests.py Add sequencer transform tests 2020-11-01 21:34:18 +01:00
workbench_render_tests.py Tests: add CMake option to run Cycles regression tests on GPU devices 2020-11-30 13:40:33 +01:00