Bastien Montagne mont29
  • Amsterdam, The Netherlands
  • Blender developer, mainly focused on 'Core' module.

  • Joined on 2010-10-07
Bastien Montagne commented on pull request blender/blender#104463 2023-02-17 18:27:53 +01:00
Shape Keys: support locking to protect from accidental editing.

Can we please have a proper design task, leading to a proper design (both on UI/UX and technical aspects) signed of by the relevant team(s) first? A patch review is not the place to have…

Bastien Montagne closed issue blender/blender#104582 2023-02-17 18:22:40 +01:00
Fixing undo overreach after RNA property changes done through UI.
Bastien Montagne commented on issue blender/blender#104582 2023-02-17 18:22:39 +01:00
Fixing undo overreach after RNA property changes done through UI.

We already have many (many) bug reports about that generic issue (transitions between undo steps of different types), and this is not a design task at all. So will archive it for now.

Note that…

Bastien Montagne pushed to tmp-brush-assets at mont29/blender 2023-02-17 18:04:29 +01:00
75f47804a2 Brush Assets: Add initial support for the new 'brush asset' usage.
Bastien Montagne pushed to tmp-brush-assets at mont29/blender 2023-02-17 11:36:53 +01:00
6e564fc295 Brush Assets: Add initial support for the new 'brush asset' usage.
f2d0707c4b Add low-level support code in BKE link/append area for 'brush assets'.
bf7ccd43ca Cleanup: use PI and PI/2 in compatible_eul
773903f43c Docs: add doc-string for compatible_eul & improve code-comments
9b3ce950e6 Fix #95400: Crash when running Euler Filter on baked Curves
Compare 49 commits »
Bastien Montagne pushed to main at mont29/blender-addons-contrib 2023-02-17 11:30:08 +01:00
2f5e03e764 Update for Blender 3.x
418546054e Added emission strength
f3e4828e1a Changed Version
6dc3d5c16e Changed Blender Version
33386f7010 Update for Blender 3.x
Compare 8 commits »
Bastien Montagne pushed to main at mont29/blender-addons 2023-02-17 11:30:07 +01:00
7eef98cbe5 Merge branch 'blender-v3.5-release' into main
b89eb923ac Fix #104854: Storypencil warning II
813c383cec Merge branch 'blender-v3.5-release' into main
765749e2ea Fix #104854: Storypencil poll shows warning error
89347caf1b Merge branch 'blender-v3.5-release'
Compare 6 commits »
Bastien Montagne pushed to main at mont29/blender 2023-02-17 11:30:06 +01:00
bf7ccd43ca Cleanup: use PI and PI/2 in compatible_eul
773903f43c Docs: add doc-string for compatible_eul & improve code-comments
9b3ce950e6 Fix #95400: Crash when running Euler Filter on baked Curves
f6c6805226 Merge branch 'blender-v3.5-release'
a4b92a6814 Fix #104829: Clip editor has poor performance when Metadata panel is closed
Compare 47 commits »
Bastien Montagne closed issue blender/blender#103124 2023-02-17 10:41:45 +01:00
Crashing after a few frames into animation rendering... no error displayed.
Bastien Montagne commented on issue blender/blender#103124 2023-02-17 10:41:44 +01:00
Crashing after a few frames into animation rendering... no error displayed.

No activity for more than a week. As per the tracker policy we assume the issue is gone and can be closed.

Thanks again for the report. If the problem persists please open a new report with…

Bastien Montagne pushed to tmp-brush-assets at mont29/blender 2023-02-16 18:55:26 +01:00
e0d1f37159 Brush Assets: Add initial support for the new 'brush asset' usage.
72120be10c Add low-level support code in BKE link/append area for 'brush assets'.
c39b81d832 UI: Improvement to screen_find_area_xy
6e7242f00c Merge branch 'blender-v3.5-release'
4cb119f533 Fix #104584: Reassigning effect strip input does not update its position
Compare 79 commits »
Bastien Montagne created branch tmp-brush-assets in mont29/blender 2023-02-16 18:43:46 +01:00
Bastien Montagne pushed to tmp-brush-assets at mont29/blender 2023-02-16 18:43:46 +01:00
80ffca29e7 Brush Assets: Add initial support for the new 'brush asset' usage.
c403f8a7b0 Add low-level support code in BKE link/append area for 'brush assets'.
Compare 2 commits »
Bastien Montagne suggested changes for blender/blender#104828 2023-02-16 17:04:31 +01:00
Fix #104785: Quick fur keeps asset status of appended node groups

Patch LGTM, but the name of the commit is not valid, it should not hide a change to a generic API behind a issue fix.

Bastien Montagne commented on pull request blender/blender#104814 2023-02-16 14:06:28 +01:00
Fix #98583: Appending a particle system pulls in an unused collection

If we wanted that behavior, indeed non-currently-used pointers should be cleared when the source is switched. That way info would not be stored in file etc.

But as long as the reference to the…

Bastien Montagne suggested changes for blender/blender#104815 2023-02-16 12:46:26 +01:00
Fix #104810: Appending a camera does not pull in background movie clip

The logic in this code is also wrong, these two pointers should be expanded, regardless of the source setting.

Bastien Montagne closed pull request blender/blender#104814 2023-02-16 12:45:12 +01:00
Fix #98583: Appending a particle system pulls in an unused collection