Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel commented on issue infrastructure/blender-projects-platform#31 2024-05-27 10:51:31 +02:00
Gitea: Enable repository code search

There's this Gitea option, where I think we'd only be enable sources and templates.

REPO_INDEXER_REPO_TYPES = sources,forks,mirrors,templates

But maybe we don't need to enable…

Brecht Van Lommel commented on issue infrastructure/blender-projects-platform#31 2024-05-27 10:37:16 +02:00
Gitea: Enable repository code search

Code search is not enabled anywhere. It explicitly mentioned blender/, but the more general thing is that we don't want to be indexing forks, as Gitea treats every one separately. There is a…

Brecht Van Lommel commented on pull request blender/blender#122223 2024-05-27 10:32:29 +02:00
Add "Import Images as Planes" to Blender as an Operator

Yes it works, but imho this extra clicking defeats the whole purpose of drag'n'drop... If I need to click through two different pop-ups every time I drag an image, I'm likely just as well using…

Brecht Van Lommel commented on issue infrastructure/blender-projects-platform#31 2024-05-24 21:14:21 +02:00
Gitea: Enable repository code search

Gitea 1.22 add support for code search without an index. I'm not sure how fast it is on a big repository, may be worth testing at some point.

Brecht Van Lommel opened issue infrastructure/blender-projects-platform#81 2024-05-24 21:13:20 +02:00
Upgrade to latest HIP compiler on Windows
Brecht Van Lommel commented on pull request blender/blender#121050 2024-05-24 21:08:26 +02:00
Cycles: Linux Support for HIP-RT

I guess we can make the build system support providing a PYTHON_PATH. To implement that in the cleanest way possible I guess it would be best to replace the platform specific bat and bash files…

Brecht Van Lommel commented on issue blender/blender#122061 2024-05-24 20:53:02 +02:00
Refactor of Partial Write and Beyond

I'm not sure if and how more advanced library datablock editing should work. I think we can seriously consider just not supporting it all, and keep the restriction of a single asset per blend…

Brecht Van Lommel commented on pull request blender/blender#122223 2024-05-24 20:42:37 +02:00
Add "Import Images as Planes" to Blender as an Operator

@guishe has been doing a lot of work on these kinds of drop handlers as well, maybe he has an idea for how best to integrate this.

Brecht Van Lommel commented on pull request blender/blender#121050 2024-05-24 20:24:57 +02:00
Cycles: Linux Support for HIP-RT

I forgot the C++20 issue. @salipour we could also use help to make HIPRT build with C++17. That's the version used by the VFX reference platform (https://vfxplatform.com/) that Blender and other…

Brecht Van Lommel commented on pull request blender/blender#121050 2024-05-24 20:16:10 +02:00
Cycles: Linux Support for HIP-RT

I made further changes to properly handle Orochi, disable encryption, some fixes for Windows (but still untested), fix library detection on Linux.

Next steps would be:

  • I would like to get…
Brecht Van Lommel commented on pull request blender/blender#122231 2024-05-24 19:48:56 +02:00
Fix Image Save operator locking when saving render result

Move this code to render_result_free? So we can't accidentally miss it.

Brecht Van Lommel commented on pull request blender/blender#122231 2024-05-24 19:48:55 +02:00
Fix Image Save operator locking when saving render result

Maybe it's nicer to add a RE_ReferenceRenderResult to keep all the reference counting in the render module.

Brecht Van Lommel pushed to HIPRT_OPEN_SOURCE at salipour/AMD_HIPRT 2024-05-24 19:38:21 +02:00
ba1437b75d Remove now unnecessary dynamic lib detection
Brecht Van Lommel pushed to HIPRT_OPEN_SOURCE at salipour/AMD_HIPRT 2024-05-24 19:36:59 +02:00
b2a3a18fbc Remove version number from library name
6b1d8e2e5c Handle orochi as own package, disable encryption, and more fixes
Compare 2 commits »
Brecht Van Lommel commented on pull request blender/blender#122166 2024-05-24 17:08:03 +02:00
Adjust "Report a bug" wording on Gitea issue template

I think it's just people who don't read the instructions. But I don't care much about the wording either way. If the triaging team is happy with the changes go ahead.

Brecht Van Lommel commented on pull request blender/blender#122166 2024-05-24 17:08:02 +02:00
Adjust "Report a bug" wording on Gitea issue template

Report a bug -> Report a Bug