Campbell Barton ideasman42
  • Australia
  • Joined on 2005-01-30
Campbell Barton pushed to main at blender/blender 2023-03-09 03:18:15 +01:00
25d2a4f948 Merge branch 'blender-v3.5-release'
f4c6ad5eb3 Fix RNA path functions not escaping strings, using single quotes
Compare 2 commits »
Campbell Barton pushed to blender-v3.5-release at blender/blender 2023-03-09 03:16:29 +01:00
f4c6ad5eb3 Fix RNA path functions not escaping strings, using single quotes
Campbell Barton deleted branch pr-save-load-handlers-with-filepath from ideasman42/blender 2023-03-09 02:15:31 +01:00
Campbell Barton closed pull request blender/blender#104769 2023-03-09 02:15:17 +01:00
PyAPI: extend save/load handlers, optionally take a filepath argument
Campbell Barton commented on pull request blender/blender#104769 2023-03-09 02:15:08 +01:00
PyAPI: extend save/load handlers, optionally take a filepath argument

Committed 46be42f6b16314f59a37ebb430d77d12e7a88461, closing.

Campbell Barton pushed to main at blender/blender 2023-03-09 02:14:30 +01:00
c10377cf08 Cleanup: rename 'ok' to 'success' in file reading, double-quote paths
46be42f6b1 PyAPI: extend save/load handlers, optionally take a filepath argument
1cc072b1a7 Cleanup: remove redundant filepath access in WM_OT_save_mainfile
Compare 3 commits »
fdfbccf012 PyAPI: extend save/load handlers, optionally take a filepath argument
b3625e6bfd Cleanup: comment blocks
56d2298271 Fix #105435: Pause Win32 Auto-Focus During Text Entry
60f35207d4 Fix: Hide ".uv_seam" attribute in UI
27b9ce6ab6 Mesh: Avoid writing unnecessary attributes
Compare 238 commits »
Campbell Barton pushed to main at blender/blender 2023-03-09 00:44:08 +01:00
b3625e6bfd Cleanup: comment blocks
Campbell Barton commented on issue blender/blender#104387 2023-03-08 08:38:33 +01:00
extrusion and bevel values have no effect in certain splines

I can still not redo this behavior, the radius of a converted spline is always 1.0.

Please focus on detailed steps to redo the error, you note that this used to work but no longer does.


Campbell Barton opened issue blender/blender#105556 2023-03-08 08:03:06 +01:00
Weld-vertices modifier crashes when merging N-gons
Campbell Barton suggested changes for blender/blender#104678 2023-03-08 06:11:07 +01:00
UI: File Save Incremental Operator
Campbell Barton commented on pull request blender/blender#104678 2023-03-08 06:11:07 +01:00
UI: File Save Incremental Operator

Couldn't this be implemented as an option for the existing save operator?

Campbell Barton pushed to main at blender/blender 2023-03-08 05:50:36 +01:00
4fb2c9a407 Cleanup: use system native slashes in PLY, OBJ tests, studiolights
4787384d9d Cleanup: use BKE_area_find_region_type utility function
3a1d5e6032 Cleanup: surround expressions in defines by parenthesis
7896ebec12 Cleanup: make undeclared function static
Compare 4 commits »
Campbell Barton commented on pull request blender/blender#104876 2023-03-08 02:47:48 +01:00
Python: Support multiple custom script directories in Preferences

Note that I think we could even consider removing the function, scripts that use it are likely not to function properly and I don't think its a widely used function either (none of the add-ons…

Campbell Barton commented on issue blender/blender#104387 2023-03-08 01:47:21 +01:00
extrusion and bevel values have no effect in certain splines

@Zombie re-opening this report as it seems the issue remains. Although I can't redo the problem you describe.

if an unrelated action suddenly assign a zero value to all curve points, i don't…

Campbell Barton reopened issue blender/blender#104387 2023-03-08 01:38:14 +01:00
extrusion and bevel values have no effect in certain splines
Campbell Barton commented on pull request blender/blender#105393 2023-03-08 01:25:51 +01:00
Fix #102843: Add UV Packer with O(nlogn) performance

It would be good to give some context for whats going on here.

Campbell Barton pushed to main at blender/blender 2023-03-07 05:59:57 +01:00
5a004ccc6a Cleanup: use function style casts, nullptr