Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix ToPyList with mvVec2/4 values #2467

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

SamuMazzi
Copy link
Contributor


name: Pull Request
about: Fixing a bug
title: Fix ToPyList with mvVec2/4 values


Description:
The function ToPyList had a problem inside of it, where the actual output was never filled the values but left empty. This explains the errors in #2462 where the list of points was left empty and used to throw error when filled with more than 4 points.

Simply replacing the name of the variables fixed the problem.

Closes #2462

@v-ein
Copy link
Contributor

v-ein commented Feb 4, 2025

LOL what a typo, SetItem that adds an item to itself 😂! Good catch!

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.

get_item_configuration on draw_polygon fails
2 participants