-
Updated
Jun 24, 2020 - Python
3D
3D modeling uses specialized software to create a digital model of a physical object. It is an aspect of 3D computer graphics, used for video games, 3D printing, and VR, among other applications.
Here are 318 public repositories matching this topic...
-
Updated
Apr 4, 2020 - Python
Good first issue
Please respect the following template to report a new issue, otherwise your issue will be automatically closed.
Before submitting, search through existing open or closed issues reports and through blender.stackexchange.com to check whether the issue already exists.
Make sure the issue concerns the BlenderGIS addon and not Blender itself.
In preference do not ask for help here, only report
Expose raytracing render-path in Armory and document implementation details.
-
Updated
Mar 24, 2020 - Python
-
Updated
Feb 24, 2020 - Python
-
Updated
Mar 9, 2020 - Python
-
Updated
Mar 18, 2020 - Python
In las file format, vlrs info is crucial to correctly describe point's spatial location.
However, if you try to use pyntcloud.las_header.vlrs, you wouldn't get anything, the value is alway none.
Through your source code, I can see you try to use
data["las_header"] = las.header
But it can not pass vlrs or evlrs info into new object, because in laspy, vlrs info is dynamically obtained afterw
-
Updated
Mar 3, 2020 - Python
-
Updated
Jun 19, 2020 - Python
-
Updated
Oct 7, 2019 - Python
I’m realizing that not all of the API is covered in the documentation. Is there a way we can run sphinx and report the coverage for what is autodoc’d in the docs?
It would be ideal to have this at 100%
-
Updated
Oct 4, 2019 - Python
-
Updated
Feb 4, 2020 - Python
-
Updated
Jun 30, 2020 - Python
-
Updated
May 14, 2020 - Python
-
Updated
Jun 11, 2020 - Python
Hi, I attached a picture of what I see when I run k3d.plot().display() in a couple of test cases.
It's bla
- Create 'Cube', 'Cube.001', 'Cube.002'. Create collection 'Collection 1'.
- Move 'Cube.002' into 'Collection 1'.
- Exclude 'Collection 1' by clicking the check box on its left.
- Goto 'Quick Align Planes' Grab Destination of 'Cube'.
- Select 'Cube.001' select three points and hit 'Apply to Object' button.
- Get error message "Object Cube.002 not in View layer 'View layer'".
during CI on my hiwenet, I discovered a ton of deprecation warnings from scipy : https://travis-ci.org/github/raamana/hiwenet/jobs/658810855
mostly asking medpy to move from scipy to numpy for functions such as sum, absolute, sqrt, square etc .. see below for a sample, and the above link for a full list.. If you can, can you try fix them? thanks.
/hom-
Updated
Aug 26, 2019 - Python
This code was originated from before I wrote PEP-8 styled code.
Much of it uses weird layouts.
We should update the syntax.
Also note, some syntax should deviate from PEP-8 for readability, ie the large matrix operations should remain laid out in a readable manner.
-
Updated
Oct 15, 2018 - Python
-
Updated
Jun 23, 2020 - Python
-
Updated
Feb 20, 2020 - Python
- Wikipedia
- Wikipedia


Very cool project. This request may be similar to issue 10. Is there a way to print the Dense alignment images (yellow + blue=green) shown in the readme? Is Matlab (not free) required?
"Simply use:
imshow(image);
hold on;
pcshow(vertices);
view(2);"
Also (btw), I have seen haar cascades combined with dlib for facial detection speedups: