Results 362 comments of Mahid Sheikh

Adding this to the MCprep 3.6.1 milestone so we can get this fixed in the near future

Blender 3.4 brought path guiding to Cycles. More research will need to be done on how it impacts scenes that use MCprep

Some details on this PR since it's been a while since any work has been done on this, the following goals are in progress: - [x] Finer adjustment of how...

As mentioned [here](https://standingpadanimations.github.io/posts/goodbye-for-now/), I won't be working on MCprep anymore, so this PR will just be left in this state. I believe this will eventually get done in the future,...

Closing this in favor of using future improvements made in [Kaion](https://github.com/StandingPadAnimations/MCprep-Kaion)

> I attempted this on Linux, but the build failed. Since I'm not very familiar with Rust and I'm concerned about potentially disrupting my system dependencies, I would like to...

@cantudo building on Arch Linux, I get the following error: ``` /usr/bin/ld: cannot find -lxdo: No such file or collect2: error: ld returned 1 exit status ```

That helps, although on Arch I'm getting the following errors while it's running: ```sh (WebKitWebProcess:2053756): GLib-GObject-CRITICAL **: 20:46:24.133: invalid (NULL) pointer instance (WebKitWebProcess:2053756): GLib-GObject-CRITICAL **: 20:46:24.133: g_signal_connect_data: assertion 'G_TYPE_CHECK_INSTANCE (instance)'...

~~I don't recall seeing webkit2gtk in the repos either (at least with autocompletion)~~ Correction: it does exist

Ok so it builds in release mode, but the `webkit2gtk` dependency needs to be `webkit2gtk-4.1` and the dependencies `gst-libav`, `gst-plugins-base`, and `gst-plugins-good` are needed. I'll make a PKGBUILD and verify...