MarkHedleyJones / blender-pcd-io

Import and Export Point Cloud Data files from Blender 2.8+
51 stars 4 forks source link

Add a check that the version number has been incremented in new PRs #10

Open MarkHedleyJones opened 2 years ago

MarkHedleyJones commented 2 years ago

As it's easy to forget to increment the version number in /io_pcd/__init__.py, it would be good to check that the version number in a PR does not match the current master version number.

LanD350 commented 1 month ago

you will have an idea of ​​why I manage to generate lists with the point clouds of my file but when I want to import mine nothing works I have no success at the list generation output but a bunch of errors in the console

MarkHedleyJones commented 1 month ago

Hi @LanD350, Thanks for your time. Is this issue you're describing related to checking that new pull-requests on GitHub have a new version number?

MarkHedleyJones commented 1 month ago

Ah, I see you've created a new issue for the issue you're describing. If you don't mind I'll delete the comment you made here.