Luxalpa
Luxalpa
em013 (Fatalis) monster weight calculation is incorrect for weightDynamics 65 and 57 (8 weights) on `Mod3VertexWeightExtended`. Changing `Mod3VertexWeightExtended.WEIGHT_MULTIPLIER` from 255 to 1023 and replacing the last weight (which is using...
If you click on the Gear icon of the overlay that tracks your own deck, a menu pops up with different settings. If you then click somewhere outside of that...
I'm looking for a way to load a KineFX skeleton into Houdini via Engine. It seems that HAPI_CurveInfo::isClosed exists but hasn't yet been replicated here.
## Environment * **IntelliJ Rust plugin version:** 0.4.200.5421-232 * **Rust toolchain version:** 1.73.0-nightly (39f42ad9e 2023-07-19) x86_64-pc-windows-msvc * **IDE name and version:** CLion 2023.2.1 (CL-232.9559.58) * **Operating system:** Windows 11.0 *...
This is a follow-up to #526 . It implements `ArrayDeserializer` and `ObjectDeserializer` APIs and allows for arbitrary nesting. The internals are a bit complex due to the way error handling...
Setting up the tool like in the Readme, I am getting this error when running it as `cargo clif build`: ``` error: failed to run `rustc` to learn about target-specific...
I'm noticing this crate not being on version 1.0 yet even though it does feel fairly complete to me (I am sure there's more than enough stuff that still could...
Serde has `#[serde(deserialize_with = "path")]` in order to deserialize using a custom function. I'm not sure how easy that would be to implement in bitcode. The issue I currently have...
### What would you like? Either improve the contrast on the side bar, or add an option to use light mode (ideally preselected when the OS / browser is in...
### Motivation I am not entirely sure what the process is for removing `cfg(web_sys_unstable_apis`) or how the WebIDL works, but according to [MDN](https://developer.mozilla.org/en-US/docs/Web/API/Element/animate), parts of the Web Animations API such...