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

  • Joined on 2010-10-07
Bastien Montagne created pull request blender/blender#105380 2023-03-02 18:02:31 +01:00
WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne created branch F-wmtimer-fix in mont29/blender 2023-03-02 18:00:56 +01:00
Bastien Montagne pushed to F-wmtimer-fix at mont29/blender 2023-03-02 18:00:56 +01:00
83edd41ca6 WM: Fix invalid memory access in wmTimer handling code.
Bastien Montagne deleted branch F-link-override-basics from mont29/blender 2023-03-02 17:22:56 +01:00
Bastien Montagne merged pull request blender/blender#104746 2023-03-02 17:22:54 +01:00
Add a basic support to BKE library linking code to generate liboverrides.
Bastien Montagne pushed to main at blender/blender 2023-03-02 17:22:53 +01:00
ff6ce25926 Add a basic support to BKE library linking code to generate liboverrides.
Bastien Montagne pushed to blender-v3.5-release at mont29/blender 2023-03-02 16:41:15 +01:00
00ca7c5221 Fix #105109: Pick selection with multi object edit
422f3d0b0f Fix #105278: IDProperty UI missing library overridable toggle
Compare 2 commits »
Bastien Montagne pushed to main at mont29/blender 2023-03-02 16:41:07 +01:00
1d3a2fb5bb Merge branch 'blender-v3.5-release'
422f3d0b0f Fix #105278: IDProperty UI missing library overridable toggle
fa044c453f Cleanup: Unused fields and API for tracks map
81b56f8bbc Cleanup: Refactor BKE_nlatrack_add to multiple methods to handle adding a new NLA track to the track list. Insert before, after, head, and tail
12854fdfd6 Fix: Frame Channels fails when no keys in range
Compare 5 commits »
Bastien Montagne pushed to F-link-override-basics at mont29/blender 2023-03-02 16:16:34 +01:00
4a22cb4557 Add a basic support to BKE library linking code to generate liboverrides.
Bastien Montagne pushed to F-link-override-basics at mont29/blender 2023-03-02 16:13:04 +01:00
bb60ef93f6 Add a basic support to BKE library linking code to generate liboverrides.
f97542e5a2 Merge branch 'blender-v3.5-release'
9e5275791f Fix #105343: id.make_local() doesn't work for overridden data.
4de2cf4136 Merge branch 'blender-v3.5-release'
2eeec49640 Fix #105339: grease pencil selection can toggle object selection
Compare 478 commits »
Bastien Montagne commented on issue blender/blender#105272 2023-03-02 15:47:25 +01:00
Fix/Refactor NLA Track library override

For context, systematically setting NLATRACK_OVERRIDELIBRARY_LOCAL is done to avoid as much Editor code as possible to need to be aware that it's working on liboverride data. The idea is…

Bastien Montagne commented on issue blender/blender#105369 2023-03-02 11:34:17 +01:00
wmTimer, wmJob and WM_report issue - can lead to crash

@ideasman42 @brecht, could use your feedback on this one. Think it's a fairly bad issue, and would rather fix it for 3.5 (and backport to previous LTS)?

Bastien Montagne opened issue blender/blender#105369 2023-03-02 11:32:52 +01:00
wmTimer, wmJob and WM_report issue - can lead to crash
Bastien Montagne pushed to main at mont29/blender 2023-03-02 11:04:33 +01:00
f97542e5a2 Merge branch 'blender-v3.5-release'
9e5275791f Fix #105343: id.make_local() doesn't work for overridden data.
Compare 2 commits »
Bastien Montagne pushed to main at blender/blender 2023-03-02 11:04:27 +01:00
f97542e5a2 Merge branch 'blender-v3.5-release'
9e5275791f Fix #105343: id.make_local() doesn't work for overridden data.
Compare 2 commits »
Bastien Montagne pushed to main at mont29/blender 2023-03-02 11:04:05 +01:00
4de2cf4136 Merge branch 'blender-v3.5-release'
2eeec49640 Fix #105339: grease pencil selection can toggle object selection
b02b2589e2 Merge branch 'blender-v3.5-release'
bb77d6934c Merge branch 'blender-v3.5-release'
944a6e78f5 Fix #105277: Alt key suck after Alt-Tab on Windows 11
Compare 26 commits »
Bastien Montagne pushed to blender-v3.5-release at mont29/blender 2023-03-02 11:03:57 +01:00
9e5275791f Fix #105343: id.make_local() doesn't work for overridden data.