-
appleseed.studio has a few unit tests. The only way currently to execute them is from appleseed.studio's Tests dialog. It would be useful to be able to run those tests from the command line, for insta…
-
Repro case: [monkey.zip](https://github.com/appleseedhq/appleseed/files/1532328/monkey.zip)
The archive contains two scenes:
- `monkey_glass.appleseed` -> both objects use a glass BSDF
- `monkey_…
-
In `server.ts`:
``` typescript
export var router = {
// Matches a route like `/hello/world/johny/appleseed`
'/hello': {
'/world/?([^\/]*)\/([^\/]*)/?': function (a, b) {
console…
-
The camera controller is the piece of code that allows the user to manipulate the camera during interactive rendering. It works reasonably well but rotation and translation get difficult to use when s…
-
At https://appleseed-maya.readthedocs.io/en/master/features/features.html:
![image](https://user-images.githubusercontent.com/321290/67607177-dce0b080-f783-11e9-9f50-b93ef8331b13.png)
-
The good news is that Appleseed still works in 1.13, except for sign posting. The sign feature is broken and the following error appears whenever a sign is placed anyway.
`[21:07:33] [Server thread…
-
hi,
i can compile xgenseed.dll.
i put it to the bin directory of maya module...
when rendering with appleseed and xgen maya instantly crashes.
does somebody had any luck rendering with xgen?
-
Definitions with "inline" property example values, i.e. with `example` along with property, are not displayed in at resource page.
Definition like this
````yaml
UserMeResponse:
type: obj…
-
Great extension. Is there any chance of getting regex matching on URLs added as a feature?
-
Hi,
It would be quite interesting if appleseed included a [Hydra render delegate](https://graphics.pixar.com/usd/docs/api/hd_page_front.html) to make it compatible with the USD ecosystem. I just got…