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

  • Joined on 2010-10-07
Bastien Montagne pushed to main at blender/blender-manual-translations 2024-11-04 11:50:40 +01:00
0836531297 Update po-files (2e08c1070)
Bastien Montagne pushed to main at mont29/blender-manual-translations 2024-11-04 11:23:43 +01:00
a20bdf4577 Russian: Updated using Blender Weblate instance.
85b432ba5c Chinese (Simplified Han script): Updated using Blender Weblate instance.
3e6195eadd Russian: Updated using Blender Weblate instance.
70d6feb50c Spanish: Updated using Blender Weblate instance.
56d847fe9c Russian: Updated using Blender Weblate instance.
Compare 63 commits »
Bastien Montagne pushed to main at mont29/blender-manual 2024-11-04 11:22:58 +01:00
2e08c1070f Merge branch 'blender-v4.3-release'
e9d6a6f8a8 Removal final mention of the removal of Vega support from Cycles
6d08a26b3f Merge branch 'blender-v4.3-release'
cbbf7c3a92 Remove Radeon Pro WX 9100 (Vega) from Cycles supported GPU list
ee52dc5e51 Merge branch 'blender-v4.3-release'
Compare 16 commits »
Bastien Montagne commented on pull request blender/blender#129689 2024-11-04 11:19:25 +01:00
I18n: Translate brush assets, asset browser and shelf, tabs & catalogs

@JulianEisel feedback on how you'd see best handled Brush Assets names translation in the UI would be appreciated. :)

Bastien Montagne pushed to blender-v4.3-release at mont29/blender 2024-11-04 11:16:20 +01:00
edcc5e0e87 I18n: Translate and disambiguate a few messages
b6481372b9 Fix #129629: Crash when applying Geometry Nodes modifier on all keyframes on a Grease Pencil object
673f6dbb7f Fix #129725: Handle case of no animation keys during Collada export
60d88f46ba Fix: STL import crash when unable to open or read file
2a32b26415 Fix: VSE: Use after free in retiming
Compare 29 commits »
Bastien Montagne deleted branch dp_disambiguate from pioverfour/blender 2024-11-04 11:16:09 +01:00
Bastien Montagne merged pull request blender/blender#128715 2024-11-04 11:16:05 +01:00
I18n: Translate and disambiguate a few messages
Bastien Montagne pushed to blender-v4.3-release at blender/blender 2024-11-04 11:16:04 +01:00
edcc5e0e87 I18n: Translate and disambiguate a few messages
Bastien Montagne pushed to main at blender/blender-developer-docs 2024-11-04 10:41:32 +01:00
a3c13cfa7b Update docs/release_notes/4.4/index.md
Bastien Montagne pushed to main at mont29/blender 2024-11-04 10:34:08 +01:00
3ab01f02f3 Merge branch 'blender-v4.3-release'
673f6dbb7f Fix #129725: Handle case of no animation keys during Collada export
0d6dc4c594 Merge branch 'blender-v4.3-release'
60d88f46ba Fix: STL import crash when unable to open or read file
4af90dcaff Merge branch 'blender-v4.3-release'
Compare 14 commits »
Bastien Montagne commented on issue blender/blender#129699 2024-11-03 19:58:59 +01:00
Python: declaring __init__ for an operator causes RuntimeError

__init__ of Blender-derived python classes was not called in a canonical way before when instantiating them, may very well has been skipped in some cases then.

Again, our handling of these…

Bastien Montagne commented on issue blender/blender#127017 2024-11-03 19:36:38 +01:00
Stretch To constraints are broken on file reopening

@io7m the immediate work-around is to mute or fix your StretchTo constraints (to be valid, they should either target another object, or have an additional bone sub-target).

Bastien Montagne commented on issue blender/blender#129699 2024-11-03 19:30:15 +01:00
Python: declaring __init__ for an operator causes RuntimeError

I would need to dive deep in WM/BPY code to answer for sure, but I would not find this unexpected no... Remember that the handling of Blender-defined python classes (in general), and Operator ones…

Bastien Montagne commented on issue blender/blender#129699 2024-11-03 18:12:15 +01:00
Python: declaring __init__ for an operator causes RuntimeError

The API docs will be updated tomorrow yes, and it will also be mentioned in the 4.4 release notes.

Bastien Montagne commented on issue blender/blender#129699 2024-11-03 17:59:22 +01:00
Python: declaring __init__ for an operator causes RuntimeError

Don't think so, these are very low Python-managed related functions, API does not have much control over them

Bastien Montagne commented on issue blender/blender#129750 2024-11-03 17:38:04 +01:00
Assertion: Unused Workspace on save

And some similar problem was also hit during BCon24 with the video processing tool, see infrastructure/conference-video-processing#3

So there is definitively something that is not going right here.

Bastien Montagne commented on issue blender/blender#129750 2024-11-03 17:35:42 +01:00
Assertion: Unused Workspace on save

This is most likely same root issue as #124857.

Bastien Montagne commented on issue blender/blender#129699 2024-11-03 17:32:33 +01:00
Python: declaring __init__ for an operator causes RuntimeError

#127025 is also related to overloading __init__, not sure if it's related? @mont29

#127025 was reported before the changes introduced by 1dbe94c8ac... Though it might be worth re-checking…