Brecht Van Lommel brecht
  • Blender & Cycles developer

  • Joined on 2003-01-03
Brecht Van Lommel created pull request blender/blender-manual#104811 2024-06-05 19:01:36 +02:00
WIP: Advanced: New Deploying Blender page
Brecht Van Lommel pushed to deploying at brecht/blender-manual 2024-06-05 19:00:44 +02:00
84ed5dfa57 Advanced: New Deploying Blender page
Brecht Van Lommel created branch deploying in brecht/blender-manual 2024-06-05 19:00:44 +02:00
Brecht Van Lommel deleted branch portable from brecht/blender 2024-06-05 18:36:28 +02:00
Brecht Van Lommel pushed to blender-v4.2-release at blender/blender 2024-06-05 18:36:25 +02:00
939e4b2efc Core: Change portable install folder to portable/
Brecht Van Lommel merged pull request blender/blender#122778 2024-06-05 18:36:24 +02:00
Core: Change portable install folder to portable/
Brecht Van Lommel pushed to portable-system at brecht/blender-manual 2024-06-05 17:57:24 +02:00
834e0f925c Core: Updates for portable installation and system path changes
6c0a76526e Extensions: Fix wrong permission name (files)
47f21c8835 Extensions: Use /advanced/ for the URLs
1c8bae24d4 Extensions: schema update: permissions
940df7e6bd Shaders: Add notes about Ray Portal BSDF quirks
Compare 55 commits »
Brecht Van Lommel created pull request blender/blender-manual#104810 2024-06-05 17:56:22 +02:00
Core: Updates for portable installation and system path changes
Brecht Van Lommel pushed to portable-system at brecht/blender-manual 2024-06-05 17:56:09 +02:00
cf84305a31 Core: Updates for portable installation and system path changes
db8ed10e8c Update manual/advanced/extensions/addons.rst
3681918977 Alembic export: update Pack UV Islands option after rename in Blender
4c90b24182 Clarify when camera background images are shown
31e43d463d glTF: update for Vertex Color export options
Compare 10 commits »
Brecht Van Lommel created branch portable-system in brecht/blender-manual 2024-06-05 17:56:08 +02:00
Brecht Van Lommel commented on pull request blender/blender#122689 2024-06-05 16:28:47 +02:00
Core: Make BLENDER_SYSTEM_SCRIPTS always add paths

I changed the implementation to only support a single path for now.

Brecht Van Lommel commented on pull request blender/blender#122689 2024-06-05 16:28:21 +02:00
Core: Make BLENDER_SYSTEM_SCRIPTS always add paths

This was discussed and agreed with all the reviewers, so it should be mostly a matter of checking the implementation.

Brecht Van Lommel pushed to system-scripts at brecht/blender 2024-06-05 16:28:11 +02:00
f668f5facb Core: Make BLENDER_SYSTEM_SCRIPTS always add path
Brecht Van Lommel commented on pull request blender/blender#122778 2024-06-05 16:15:55 +02:00
Core: Change portable install folder to portable/

I already verbally agreed with all the reviewers on the design, so I guess this just needs one person to check the code.

Brecht Van Lommel created pull request blender/blender#122778 2024-06-05 16:14:37 +02:00
Core: Change portable install folder to portable/
Brecht Van Lommel pushed to portable at brecht/blender 2024-06-05 16:14:12 +02:00
9751dce96a Core: Change portable install folder to portable/
Brecht Van Lommel pushed to portable at brecht/blender 2024-06-05 16:13:29 +02:00
2bad63d8fa Core: Change portable install folder to portable/
fac32e9647 Cleanup: make format
ffa363355d Extensions: "permissions" Expect a dictionary instead of a list
e2458001e4 UI: Extensions: Layout tweaks to list items
c49045ff53 Nodes: open node property panel by default
Compare 10 commits »
Brecht Van Lommel created branch portable in brecht/blender 2024-06-05 16:13:29 +02:00
Brecht Van Lommel commented on pull request blender/blender#122670 2024-06-05 12:31:32 +02:00
WIP: extend "Struct-of-array-of-packed-structs" to all devices

We could also store both pointers in the same struct, not sure if that would impact performance.