Skip to content
#

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...

domlysz
domlysz commented Mar 11, 2020

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

darkclip
darkclip commented Jan 21, 2020

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

pyvista
banesullivan
banesullivan commented Dec 29, 2019

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%

fatboyzz
fatboyzz commented Oct 2, 2019
  1. Create 'Cube', 'Cube.001', 'Cube.002'. Create collection 'Collection 1'.
  2. Move 'Cube.002' into 'Collection 1'.
  3. Exclude 'Collection 1' by clicking the check box on its left.
  4. Goto 'Quick Align Planes' Grab Destination of 'Cube'.
  5. Select 'Cube.001' select three points and hit 'Apply to Object' button.
  6. Get error message "Object Cube.002 not in View layer 'View layer'".
adamlwgriffiths
adamlwgriffiths commented Jan 11, 2019

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.

Wikipedia
Wikipedia
You can’t perform that action at this time.