Michael Yuen

Results 10 issues of Michael Yuen

Related: https://github.com/RadicalCSG/Chisel.Prototype/issues/94 My proof of concept node graph https://github.com/mic-code/Chisel.Prototype/tree/node Currently implemented feature, Box brush Cylinder brush Subgraph Float Property node for exposing parameter

Basic fix so bevel works in blender2.9 Still need a way to set the custom profile curve to use the new bevel functionality Can't seems to find a node for...

Added node ExtrudeManifold for Blender 2.9 new feature, previously know as "Extrude, Dissolve and Intersect"

(cherry picked from commit 26f1bff6f2dd9d08b14517034aeda4c7537bf508)

**Describe the bug** Everything is selected even when the deselect option is enabled When set to face select mode, the correct face seems to be selected, but operation still use...

Feeding the animation time of a MotionHandle to a new MotionBuilder allow interrupting the animation and reverse it Sample Project https://github.com/mic-code/LitMotionToggleSample https://github.com/AnnulusGames/LitMotion/assets/26720201/518e9373-44b8-4eaf-b930-379e40abd86b

It is basically #include Maybe allow us the specify #include alias in the shadertoolsconfig.json https://docs.unity3d.com/6000.0/Documentation/Manual/shader-include-directives.html

Following the instruction from https://github.com/rethinkdb/rethinkdb/blob/main/WINDOWS.md ``` $ make -j$(nproc) make[1]: warning: undefined variable 'GNUMAKEFLAGS' make[1]: warning: undefined variable 'GNUMAKEFLAGS' INSTALL-INCLUDE protobuf_3.19.4 INSTALL-INCLUDE curl_7.82.0 INSTALL-INCLUDE zlib_1.2.11 INSTALL-INCLUDE re2_2015-11-01 BUILD openssl_3.0.7 INSTALL-INCLUDE...

https://rethinkdb.com/docs/install/windows/ https://download.rethinkdb.com/repository/raw/windows/rethinkdb-2.4.3.zip https://download.rethinkdb.com/repository/raw/windows/rethinkdb-2.4.3.zip Downloading from the above location and unzip the exe The start up message still shows an old version rethinkdb 2.4.2-11-g6613dc (Windows) (MSC 191627048)

``` Traceback (most recent call last): File "C:\repository\Test\graphrag-test\createKG.py", line 24, in rows = [row for row in reader] ^^^^^^ File "C:\Users\michael\AppData\Roaming\uv\python\cpython-3.12.9-windows-x86_64-none\Lib\encodings\cp1252.py", line 23, in decode return codecs.charmap_decode(input,self.errors,decoding_table)[0] ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ UnicodeDecodeError: 'charmap'...