Ticket #2806 (closed: fixed)
Expose V3D and Quat to Python
Reported by: | Nick Draper | Owned by: | Martyn Gigg |
---|---|---|---|
Priority: | major | Milestone: | Iteration 28 |
Component: | Python | Keywords: | |
Cc: | Blocked By: | ||
Blocking: | Tester: | Andrei Savici |
Description
So they can be created in python itself
Change History
comment:1 Changed 9 years ago by Martyn Gigg
- Status changed from new to verify
- Resolution set to fixed
comment:2 Changed 9 years ago by Andrei Savici
- Status changed from verify to verifying
- Tester set to Andrei Savici
Note: See
TracTickets for help on using
tickets.
(In [10789]) Fixes #2806. V3D and Quat were already exported to Python as contructable objects. This just tidies up their constructors so that they are documented all of the C++ ones are exposed, not just the number related ones.