Menu

Commit [r22672]  Maximize  Restore  History

The frame order pivot points are now stored differently in the current data pipe.

Instead of being stored as a list or array of numbers in cdp.pivot, the point is now stored as
cdp.pivot_x, cdp.pivot_y and cdp.pivot_z. The second pivot cdp.pivot2 is now stored as
cdp.pivot_x_2, cdp.pivot_y_2 and cdp.pivot_z_2.

This is to simplify the automated handling of optimisation parameters. Rather than having to
convert the pivot_x, pivot_y, and pivot_z parameters to and from a list, the same mechanisms can now
be used for all of the optimised frame order parameters. This will be used to hugely simplify many
of the functions in the specific_analyses.frame_order.parameters module and eliminate a large source
of bugs.

bugman 2014-04-10

changed /trunk/specific_analyses/frame_order/api.py
changed /trunk/specific_analyses/frame_order/optimisation.py
changed /trunk/specific_analyses/frame_order/parameters.py
changed /trunk/specific_analyses/frame_order/uf.py
changed /trunk/test_suite/system_tests/scripts/frame_order/cam/base_script.py
/trunk/specific_analyses/frame_order/api.py Diff Switch to side-by-side view
Loading...
/trunk/specific_analyses/frame_order/optimisation.py Diff Switch to side-by-side view
Loading...
/trunk/specific_analyses/frame_order/parameters.py Diff Switch to side-by-side view
Loading...
/trunk/specific_analyses/frame_order/uf.py Diff Switch to side-by-side view
Loading...
/trunk/test_suite/system_tests/scripts/frame_order/cam/base_script.py Diff Switch to side-by-side view
Loading...
Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.