Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-03 05:34:37 +02:00
cb283c3cd9 Cleanup: suppress array-bounds warning with GCC
Campbell Barton commented on issue blender/blender#128175 2024-10-03 05:15:34 +02:00
WIN32: Extension update failed and removed the addon instead

@Rawalanche committed a fix for the extensions being broken on update, however as far as I can tell there isn't a way to remove a directory which is "locked", without killing the process that has…

Campbell Barton pushed to main at blender/blender 2024-10-03 04:21:28 +02:00
2fdfade51d Merge branch 'blender-v4.3-release'
9db8cb5ae4 Merge branch 'blender-v4.3-release'
ae9f02c433 Merge branch 'blender-v4.3-release'
1563ba7e6c Fix #128175: Updating extension can remove the extension on WIN32
952e1d46d1 Cleanup: match declaration names, avoid shadowing & clear trailing space
Compare 6 commits »
Campbell Barton closed issue blender/blender#128175 2024-10-03 04:21:26 +02:00
WIN32: Extension update failed and removed the addon instead
Campbell Barton pushed to blender-v4.3-release at blender/blender 2024-10-03 04:16:34 +02:00
1563ba7e6c Fix #128175: Updating extension can remove the extension on WIN32
952e1d46d1 Cleanup: match declaration names, avoid shadowing & clear trailing space
4fa3dc0dd4 Cleanup: spelling in comments, use uppercase tags
Compare 3 commits »
Campbell Barton commented on pull request blender/blender#128493 2024-10-03 03:40:09 +02:00
Modeling: Support selecting elements by pole count

The "Count" seems important to include, suggest:

  • Vertices by Pole Count
  • Vertices by Pole Count & Edges
  • Vertices by Pole Count & Faces

The tool-tip can expand on what expanding…

Campbell Barton commented on pull request blender/blender#127831 2024-10-03 03:24:20 +02:00
Render: support pixel density in the render pipeline

One thing which feels weird in the implementation is that in some cases we store base and factor, and in other cases westore divided value. But, maybe, there is no way around it.

This is…

Campbell Barton commented on pull request blender/blender#125378 2024-10-03 02:48:44 +02:00
WIP: UI: Use SVG Icons for Tools

In this case I think it'd be better to agree on a design before reviewing code.

I'm really not keen on using SVG icon drawing code paths to draw non-SVG file-types. Especially to support a…

Campbell Barton suggested changes for blender/blender#128493 2024-10-03 02:34:49 +02:00
Modeling: Support selecting elements by pole count

Generally good, minor requests inline.

Campbell Barton commented on pull request blender/blender#128493 2024-10-03 02:34:48 +02:00
Modeling: Support selecting elements by pole count

The term "Touching" doesn't seem correct as geometry that overlaps can be considered touching. "Connected" seems more correct.

Campbell Barton commented on pull request blender/blender#128493 2024-10-03 02:34:47 +02:00
Modeling: Support selecting elements by pole count

Unnecessary updates should be avoided.

Campbell Barton commented on pull request blender/blender#128493 2024-10-03 02:34:45 +02:00
Modeling: Support selecting elements by pole count

These values should use an enum defined before edbm_select_by_pole_count_exec.

Campbell Barton created pull request blender/blender#128514 2024-10-03 02:12:29 +02:00
WIP: Fix #128175: Updating extension can remove the extension on WIN32
Campbell Barton pushed to pr-128175-fix at ideasman42/blender 2024-10-03 02:08:00 +02:00
118275ee14 Fix #128175: Updating extension can remove the extension on WIN32
520b88defd Cleanup: remove trailing space
d2a802d3c6 VSE: Remove timeline box select
177e2ac837 Grease Pencil: Tool settings layout adjustments
4cefac0da3 Fix: Remove incorrect sculpt assert
Compare 10 commits »
Campbell Barton created branch pr-128175-fix in ideasman42/blender 2024-10-03 02:08:00 +02:00
Campbell Barton commented on pull request blender/blender#128279 2024-10-02 10:31:01 +02:00
Python API: Add link/append pre/post handlers.

Should "Link Append" be renamed to "Import" here? (description mentions link/append).

Campbell Barton commented on pull request blender/blender#128279 2024-10-02 10:16:14 +02:00
Python API: Add link/append pre/post handlers.

Slight preference for import_items matches (keymap_items, enum_items ... filter_items_by_name etc).

Campbell Barton pushed to main at blender/blender 2024-10-02 07:49:07 +02:00
0f3fdd25bc Cleanup: various non-functional changes for C++
0b69e1d6f5 Cleanup: double quotes for strings, replace f-string with str.format
dadb9ba5dc Cleanup: script formatting
Compare 3 commits »