Added back "Ignoring" info statement. Updated from Python 2.7 to Python 3 #104892

Open
John W Carlson wants to merge 1 commits from yottzumm/blender-addons:yottzumm-patch-1 into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
First-time contributor

Replaced Python 2.7 formatting with Python 3 formatting in debugging "Ignoring" statement, so developers can be aware of what's not handled in the X3D export.

Signed-off-by: John W Carlson yottzumm@gmail.com

Replaced Python 2.7 formatting with Python 3 formatting in debugging "Ignoring" statement, so developers can be aware of what's not handled in the X3D export. Signed-off-by: John W Carlson <yottzumm@gmail.com>
John W Carlson added 1 commit 2023-09-16 20:06:53 +02:00
0331becfc8 Added back "Ignoring" debug statement. Updated from Python 2.7 to Python 3
Replaced Python 2.7 formatting with Python 3 formatting in debugging "Ignoring" statement, so developers can be aware of what's not handled in the X3D export.

Signed-off-by: John W Carlson <yottzumm@noreply.localhost>
John W Carlson changed title from Added back "Ignoring" debug statement. Updated from Python 2.7 to Python 3 to Added back "Ignoring" info statement. Updated from Python 2.7 to Python 3 2023-09-16 20:10:00 +02:00

Depending on the importance of this information, it may be more convenient to work with a Blender notification system.

Using print in addons sometimes causes the mysterious "[WinError 233]" problem for some.

See:
blender/blender#99440: OSError: [WinError 233] No process is on the other end of the pipe

Depending on the importance of this information, it may be more convenient to work with a Blender notification system. Using `print` in addons sometimes causes the mysterious "[WinError 233]" problem for some. See: blender/blender#99440: OSError: [WinError 233] No process is on the other end of the pipe
This pull request can be merged automatically.
This branch is out-of-date with the base branch
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u yottzumm-patch-1:yottzumm-yottzumm-patch-1
git checkout yottzumm-yottzumm-patch-1
Sign in to join this conversation.
No reviewers
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: blender/blender-addons#104892
No description provided.