Skip to content

revorked Vector2 and Vector3 in python#551

Merged
ABSitf merged 5 commits intomasterfrom
i1195_Vector2_&_Vector3_in_python
Sep 28, 2022
Merged

revorked Vector2 and Vector3 in python#551
ABSitf merged 5 commits intomasterfrom
i1195_Vector2_&_Vector3_in_python

Conversation

@ABSitf
Copy link
Contributor

@ABSitf ABSitf commented Sep 27, 2022

small fix Color in python

@ABSitf ABSitf marked this pull request as ready for review September 28, 2022 09:03
Comment on lines +53 to +58
/*def( pybind11::init<const MR::Vector2i&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector2f&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector2d&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector3i&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector3f&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector3d&>(), pybind11::arg( "v" ) ).*/\
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

commented code

Comment on lines +98 to +103
/*def( pybind11::init<const MR::Vector2i&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector2f&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector2d&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector3i&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector3f&>(), pybind11::arg( "v" ) ).\
def( pybind11::init<const MR::Vector3d&>(), pybind11::arg( "v" ) ).*/\
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

same

@ABSitf ABSitf merged commit ef5add3 into master Sep 28, 2022
@ABSitf ABSitf deleted the i1195_Vector2_&_Vector3_in_python branch September 28, 2022 09:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants