Ludvik Koutny Rawalanche
  • Joined on 2017-03-08
Ludvik Koutny commented on issue blender/blender#130844 2024-11-24 22:20:19 +01:00
Blender portable mode no longer working

Since 4.2 you should follow: https://docs.blender.org/manual/en/4.2/advanced/blender_directory_layout.html#portable-installation

Ohhh, I didn't know this changed. Ok, you can close this…

Ludvik Koutny opened issue blender/blender#130844 2024-11-24 13:19:50 +01:00
Blender portable mode no longer working
Ludvik Koutny commented on issue blender/blender#130425 2024-11-22 21:50:20 +01:00
Changing Preferences Outside of the Preferences Editor

True, that would work for the per-file options. For the ones that are per-editor this isn't enough.

What would be example of such options? A per-editor ones, which you would not want to…

Ludvik Koutny commented on issue blender/blender#130425 2024-11-22 13:18:26 +01:00
Changing Preferences Outside of the Preferences Editor

And potentially a fourth: Global properties that set a default on a per-file basis. So when you open an existing file, it uses the setting in that file, but when you create a new one, it…

Ludvik Koutny commented on issue blender/blender#130425 2024-11-21 17:00:19 +01:00
Changing Preferences Outside of the Preferences Editor

The logic here is flawed. If there's anything user needs to change on the fly repeatedly "while they continue to use the program" then it is very clearly not supposed to be in the global…

Ludvik Koutny commented on issue blender/blender#130425 2024-11-19 17:58:21 +01:00
Changing Preferences Outside of the Preferences Editor

Why not just have additional "Preferences" menu in the header of any editor which will have Preference setting shortcuts? This would be standardized across all the editors, and would clearly group…

Ludvik Koutny commented on pull request blender/blender#126477 2024-11-19 17:41:50 +01:00
UI Experiment: Operator Preferences on Status Bar

I hope I am misunderstanding the design.

Good news then, because you are. This does not move the storage of anything in or out of blender prefs.

Think of this as a shortcut that…

Ludvik Koutny commented on pull request blender/blender#126477 2024-11-19 11:01:17 +01:00
UI Experiment: Operator Preferences on Status Bar

Even more context: There are generally two types of preferences:

  1. Those people want to set once and forget
  2. Those people want to occasionally change on the fly

Those in the #1 category…

Ludvik Koutny commented on pull request blender/blender#126477 2024-11-19 10:29:10 +01:00
UI Experiment: Operator Preferences on Status Bar

I hope I am misunderstanding the design. If not, then it's pretty bad. To me, there are only two, equally as bad possibilities:

  1. These preferences will no longer be stored globally in the OS…
Ludvik Koutny commented on issue blender/blender#73479 2024-11-15 12:41:09 +01:00
3D View Selection Occlusion (Select Through)

@ideasman42 What happened to this? Close to 5 years ago you made a design task to stop already existing patch so many people requested from being merged in, and you invented a lot of synthetic…

Ludvik Koutny commented on pull request blender/blender#130172 2024-11-12 22:18:01 +01:00
Edit Mesh: New Extrude Boolean Tool

If this works, then extrude manifold operator should just straight up be deleted. Other than that, has this been tested on actual meshes? The example shows just 3x3 subdivided cube. But how about…

Ludvik Koutny commented on issue blender/blender#128584 2024-11-12 11:36:52 +01:00
Dyntopo will always turn itself off when exiting to object mode despite user explicitly enabling it.

Then I need to clarify what I mean by "Dynotopo destroys data".

It means the data in certain attributes (E.g. the positions of vertices in a UV map) are erased. But the actual attribute…

Ludvik Koutny commented on issue blender/blender#128584 2024-11-12 10:20:04 +01:00
Dyntopo will always turn itself off when exiting to object mode despite user explicitly enabling it.

@Rawalanche it would be good to clarify everything so we're all on the same page.

Is my interpretation in [this comment](blender/blender#128584 (comment)

Ludvik Koutny pushed to auto_xray_toggle at Rawalanche/blender 2024-11-12 09:37:07 +01:00
0fa2c08bdb Initial Auto X-Ray Selection implementation
1d14390f99 Fix #129297: Gizmo missing for unlocked layer when autolock inactive is on
009fb327ee Fix #130101: Boundary brush radius uses incorrect initial value
1158130995 Fix #129324: Merge Down operator always appends merged layers at the end
f93108fa28 Fix: GPv3: Hide sculpt automasking properties in UI
Compare 34 commits »
Ludvik Koutny commented on issue blender/blender#128584 2024-11-12 09:27:46 +01:00
Dyntopo will always turn itself off when exiting to object mode despite user explicitly enabling it.

If you close this as not a bug I will instantly open a new report labeled "Dyntopo does not destroy attribute data" since the warning clearly implies that upon any Dyntopo operation, the attribute…

Ludvik Koutny commented on issue blender/blender#128584 2024-11-12 09:21:10 +01:00
Dyntopo will always turn itself off when exiting to object mode despite user explicitly enabling it.

So, I'm a bit confused by what specifically needs clarification here - based on your latest comment @Rawalanche, the specific issue that you're trying to automate seems to be a bug (See:…

Ludvik Koutny pushed to auto_xray_toggle at Rawalanche/blender 2024-11-09 11:21:05 +01:00
2daaf8fc5d Initial Auto X-Ray Selection implementation
325c8c0190 PyDoc: add doc-string for addon_utils.extensions_refresh
63c56a5d67 PyDoc: show keyword-only signifier for all RNA functions
56cea4a36b Fix PyDoc: Invalid signature for functions without arguments
cd07e729a2 Fix #130024: addon_utils.enable(..) doesn't setup extensions wheels
Compare 10 commits »
Ludvik Koutny created branch auto_xray_toggle in Rawalanche/blender 2024-11-09 11:21:05 +01:00
Ludvik Koutny commented on pull request blender/blender#128818 2024-11-08 10:44:28 +01:00
UI: Move Preference Auto Close Pairs to Text Editor

@Rawalanche the intent isn't to close, it's to move the discussion to a design task.

The fact people are making suggestions here for how this might work differently - or different ways we…

Ludvik Koutny commented on pull request blender/blender#128818 2024-11-08 10:32:00 +01:00
UI: Move Preference Auto Close Pairs to Text Editor

I am afraid that "needs more design discussion" is becoming a doublespeak for wanting a PR to end up abandoned. If it needs more design, then let's keep the PR open and provide ideas. Here's…