-
Notifications
You must be signed in to change notification settings - Fork 15
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
Assign RGB color to polyline, point, mesh #125
Comments
Yes that is normal because the python runtime that is within CloudCompare 2.13 is old and does not have these functions |
verified with 2.14 built 29/9/2024 AttributeError: module 'pycc_runtime' has no attribute 'Rgb' At: Error |
Hum that is because the version of the python runtime that is is CC's installer is also too old Maybe you could try using the installer that is linked in the readme |
there is something like this import sys to check the python runtime version ? I need to be able to assign RGB color to points, polyline and mesh, possibly I will open a request to daniel on CC forum for a make a new build with updated python runtime environment.... |
No there is no way to check the version of the CloudCompare python bindings |
unfortunately not even in the latest version of CC (2.14.alpha 10/14/2024) the script for the color wont works, how can I solve the problem ? What can I ask Daniel to get the correct version of CloudCompare-PythonRuntime implemented ? Can I ask you if you are sure that the part of your code on this aspect is correct can you verify it ? Thanks |
I'll verify |
Unfortunately, it does not work even in version 2.14 of 04/11/2024... |
Yes because it seems its still not using the latest version of the runtime What you can do is download the runtime installer from here https://u.pcloud.link/publink/show?code=XZlNs00Z5koREF3zkzSSFRmBs9tQUFj5Cq97 |
Is the latest version of the runtime compatible with the latest 'sf_double' branch? I'm mostly waiting for this plugin to work with this branch to merge and update everything... |
I'll do it this week end |
I have this double-sf it compiles and works, but it needs a bit more work to be more robust and also some tests |
Thanks. Can I still issue a new 'alpha' release or should I wait a little bit more? |
Should wait that I confirm there is no trivial bug |
I just pushed some small fixes, you can try to have a new alpha |
Perfect |
Ok, it's now online! |
hello Thomas,
inside CC 2.13.2, your example to assign color to polyline won’t work....
this is the error:
Is possibile to correct the code ?
How to assign color to point and mesh ?
thanks
Mario
The text was updated successfully, but these errors were encountered: