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

Upgraded RSS example code #8123

Open
wants to merge 11 commits into
base: dev
Choose a base branch
from
Open

Conversation

Daraan
Copy link
Contributor

@Daraan Daraan commented Sep 10, 2024

Description

  • Changed color coding to be like it was intended: One dynamic color value was unused and overwritten with a static one, others shared a variable and was jointly modified.

  • More efficient and simpler code.

  • Changed np.matrix to np.array code.
    Note for reviewing: np.matrix is always two dimensional even with operations that create different shapes for np.array hence the swap from np.concatenate to stack.

Where has this been tested?

  • Python version(s): Python 3.10
  • Unreal Engine version(s): 4.26

Possible Drawbacks


This change is Reviewable

@Daraan Daraan requested a review from a team as a code owner September 10, 2024 18:32
Copy link

update-docs bot commented Sep 10, 2024

Thanks for opening this pull request! The maintainers of this repository would appreciate it if you would update our CHANGELOG.md based on your changes.

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.

1 participant