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

  • Joined on 2010-10-07
Bastien Montagne opened issue blender/blender#107847 2023-05-11 15:34:41 +02:00
BKE_id_copy: Hanlde properly case when copying IDs into non-local destination (aka copied ID will belong to a library)
Bastien Montagne pushed to main at blender/blender 2023-05-10 16:36:43 +02:00
de21a0c901 Fix (unreported) remapping code wrongly skipping UI data when it should not.
Bastien Montagne pushed to main at blender/blender 2023-05-10 16:36:16 +02:00
ade83b21d1 Fix (unreported) crash in readfile code when deleting an invalid shapekey.
Bastien Montagne pushed to main at mont29/blender 2023-05-10 13:03:16 +02:00
d6092a6c36 Fix #107670: Lattice undo misses vertex group weights data
fc7b5f993b Cleanup: Follow naming conventions for Plane Track node
ed5dee857e Fix blender failing to link WITH_USD when building for the first time
0d171bc5be Cleanup: quiet enumerated type warning
ee09d75e80 Cleanup: naming of looptri indexing variables
Compare 48 commits »
Bastien Montagne pushed to main at mont29/blender 2023-05-08 18:28:06 +02:00
527b21f0ae LibOverride: Restore local references to virtual linked liboverrides on resync.
Bastien Montagne deleted branch F-liboverride-resync-replace-missing-ids from mont29/blender 2023-05-08 18:22:50 +02:00
Bastien Montagne pushed to main at blender/blender 2023-05-08 18:22:47 +02:00
527b21f0ae LibOverride: Restore local references to virtual linked liboverrides on resync.
Bastien Montagne merged pull request blender/blender#107144 2023-05-08 18:22:39 +02:00
LibOverride: Restore local references to virtual linked liboverrides on resync.
Bastien Montagne opened issue blender/blender#107745 2023-05-08 17:36:34 +02:00
Assert in bbone evaluation code
5637384156 Fix after merging main.
853fcad47c Merge branch 'main' into F-liboverride-resync-replace-missing-ids
0327d2c963 Add missing notifier when setting cursor.matrix
8759ae1760 GPU: Initialize SRGB In TestCases
7e79e0eec0 File Browser: Avoid filling file cache needlessly on auto-complete
be19edf356 Cleanup: Add API comment on side-effect of file browser query function
Compare 218 commits »
Bastien Montagne pushed to main at mont29/blender 2023-05-08 17:03:44 +02:00
0327d2c963 Add missing notifier when setting cursor.matrix
8759ae1760 GPU: Initialize SRGB In TestCases
7e79e0eec0 File Browser: Avoid filling file cache needlessly on auto-complete
be19edf356 Cleanup: Add API comment on side-effect of file browser query function
c0ce427760 Cleanup: Move file cache lookup into function
Compare 10 commits »
Bastien Montagne pushed to main at mont29/blender 2023-05-08 13:02:36 +02:00
309775a28b I18N: updated UI messages translations from SVN trunk (r6511).
1f3fda16e6 Vulkan: Extract Correct UniformBuf Name From Interface
f6b492c43d Build: use versioned TBB library to avoid conflicts with Linux system libs
3c2dc42712 Fix (studio-reported) crash in liboverride resync code after recent changes.
Compare 4 commits »
Bastien Montagne pushed to main at blender/blender 2023-05-08 13:02:34 +02:00
309775a28b I18N: updated UI messages translations from SVN trunk (r6511).
Bastien Montagne pushed to main at blender/blender 2023-05-08 12:47:03 +02:00
3c2dc42712 Fix (studio-reported) crash in liboverride resync code after recent changes.
Bastien Montagne pushed to main at mont29/blender-addons 2023-05-08 12:22:18 +02:00
808466d8d8 Export_3ds: Fixed key error in matrix calculation
935323001e Export_3ds: Added new colormix node type
Compare 2 commits »
Bastien Montagne pushed to main at mont29/blender 2023-05-08 12:22:14 +02:00
ae1c52b3f2 Cleanup: remove dead code
d8388ef36a Fix: avoid extra depsgraph evaluation when stopping animation playback
8e9ada0079 Fix: force frame update only when starting animation timer
037b3f87bd Fix: scrubbing time always has extra update that is only used by sequencer
2fbbc7acbb Fix: unnecessary depsgraph update when scrubbing in timeline
Compare 33 commits »
Bastien Montagne commented on issue blender/blender#43295 2023-05-08 12:07:34 +02:00
Translation disambiguation requests

[I take it that the program will work despite these variations of format?] Type "%s" can not be found Windowing Environment: %s

As long as there are the same number of…

Bastien Montagne suggested changes for blender/blender#106848 2023-05-06 20:26:32 +02:00
Initial Grease Pencil 3.0 stage

Globally looks pretty good, but I have a few concerns with current patch.

Bastien Montagne commented on pull request blender/blender#106848 2023-05-06 20:26:31 +02:00
Initial Grease Pencil 3.0 stage

Not sure why the greasepencil namespace ends up here? Also means that e.g. the fairly generically-named StrokePoint struct is in the fairly generic blender::bke namespace, which does not sounds great to me? not to mention 'C-style' namespace in names like GreasePencilDrawingRuntime.