Dion Moult
Dion Moult
# **Blender and OS versions** 2.8+, Win/Mac/Linux # **Describe the bug** G'day! I am the developer of the BlenderBIM Add-on (https://blenderbim.org/). It works with BIM formats and standards (digital building)...
# **Blender and OS versions** Not relevant, I suspect, but Blender 2.92, Gentoo Linux. # **Describe the bug** The add-on prompts the user to enter in large numbers for the...
**Motivation / Existing Problem** IFC is a way of describing parametric geometry in the world of BIM (Building Information Management - basically the schema for digital buildings). Right now there...
In this line of code, vDate defaults to the current date: https://github.com/jsGanttImproved/jsgantt-improved/blob/7d696916467dee891f2f33640fbcc7612f89a984/src/utils/date_utils.ts#L6 Also problematically, in this line of code, functions like getStart default to the current date if no date...
Consider this scenario, where a 2x2x2 meter BVHModel has a trapezoidal BVHModel and both are checked for collision. Contact data is returned, and the penetration depth of each contact point...
If I have 2 mesh boxes next to each other in a collision manager, which share a coplanar face, a managed internal collision check result will show that they both...
I am looking to distribute some scripts based on https://github.com/BerkeleyAutomation/python-fcl I was wondering if there were some precompiled binaries available for Windows, Mac, and Linux for perhaps the common architectures?...
Steps: 1. Set up lfs-test-server on http://mywebsite.com:9999 and run the lfs-test-server binary 2. Verify lfs-test-server works by checking out the /mgmt, logging in, and adding in a user 3. On...
On Gentoo Linux: Running: ``` mkdir build cd build cmake .. (for a release you would use cmake -DCMAKE_BUILD_TYPE=Release ..) make -j 4 ``` ``` [ 44%] Building CXX object...
When it is packaged in a phar, it gets upset. ``` Message: Fail to load language file 'phar:///path/to/my.phar/vendor/vlucas/valitron/lang/en.php' File: phar:///path/to/my.phar/vendor/vlucas/valitron/src/Valitron/Validator.php Line: 113 ``` The lines in question: ``` if (stream_resolve_include_path($langFile))...