-
Hello World!
The posts here serves as a bookmark to the random tech stuffs i find and encounter. It might be useful to other people as well. If there are any topics/stuff that you think is wrong or could be done better, feel free to correct me.…
-
[Houdini] – Radial Sort
A quick way to sort your ports in a radial manner: Add a Sort node and sort by the attribute radialSortVal You can swap the parameters if you want the point to be sorted in reverse
-
[Houdini] – Sort by Vertex Order
This is actually a very common issue that beginners face when starting in Houdini. This happens because the Add node works on Points and connects it sequence. What you really want is to sort it based on the Vertex order of the prim. You can…
-
Setting up Visual Studio Code as an editor for 3DS Maxscript
I assume you already have VSCode installed. In VSCode, press Ctrl+Shift+P and type “extension”. Search for maxscript and download the extension by Atelier Bump Go to https://github.com/JeffHanna/MXSPyCOM and download the project. Open MXSPyCOM.sln and compile project. Put the compiled .exe somewhere on your local disk. For example, “C:\MXSPyCOM.exe” Paste…