-
Updated
May 18, 2022 - JavaScript
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 5,321 public repositories matching this topic...
See KhronosGroup/glTF#1691 for implementation spec.
-
Updated
May 5, 2022 - JavaScript
-
Updated
Jan 30, 2022 - C++
Is there an existing request for this?
- I have searched the existing requests
Forums discussion
gitter
Subproject(s) affected?
Path
Idea description
Per LGTM, many PathWB conditional DEBUG rules are "unreachable".
"Unreachable code makes the code more difficult to understand and may slow down loading of modules."
Currently IndexDatatype.createTypedArray only outputs Uint16Array and Uint32Array. This caused a bug in #10344 because it returned a Uint16Array for uint8 indices, which was too big for the getBufferData function. The fix itself is easy but it causes a lot of unit tests to break, which will take more time to fix.
Once this function is changed to return Uint8Array, the manual check i
-
Updated
May 10, 2022
-
Updated
Jan 19, 2022 - Python
-
Updated
May 17, 2022 - C++
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.
If the issue concerns an operator that grab geodata from an external web service (Basemaps, OSM, SRTM), then it can be a network
-
Updated
May 18, 2022 - C++
-
Updated
Aug 3, 2020 - JavaScript
-
Updated
Nov 9, 2021 - JavaScript
-
Updated
Oct 1, 2020 - Python
-
Updated
Sep 7, 2021 - MATLAB
-
Updated
May 16, 2022 - TypeScript
-
Updated
Mar 18, 2022 - C++
-
Updated
May 17, 2022 - C++
-
Updated
May 7, 2022 - JavaScript
-
Updated
May 14, 2022 - Python
-
Updated
May 18, 2022 - C++
-
Updated
May 18, 2022 - TypeScript
-
Updated
Apr 11, 2022 - HTML
-
Updated
Apr 22, 2022 - Java
- Wikipedia
- Wikipedia
Found a small error in the Real World Use Cases of the v8 Migration Guide
The example code describing that array's must be explicit is missing the .map() closing bracket.
What it is now: