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

add bpy console printing from snlite using cprint #4503

Merged
merged 1 commit into from
Jun 1, 2022
Merged

Conversation

zeffii
Copy link
Collaborator

@zeffii zeffii commented Jun 1, 2022

adds cprint to convenience functions of snlite. like print

  • it will print whatever you pass into it, but rather than printing to stdout it will print directly to the first open blender-bpy-console that it finds.
  • to avoid reprinting identical content the function checks first if the last printed message is the same as the proposed new message, if they are identical the operation is skipped.

image

@zeffii zeffii merged commit fa1673f into master Jun 1, 2022
@zeffii zeffii deleted the snlite_cprint branch June 1, 2022 14:18
@zeffii
Copy link
Collaborator Author

zeffii commented Jun 1, 2022

i'll add documentation as soon as i'm certain that this is the extent of this feature.

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