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

  • Joined on 2010-10-07
Bastien Montagne commented on issue blender/blender#104582 2023-02-10 18:48:45 +01:00
Fixing undo overreach after RNA property changes done through UI.

Think @ideasman42 will be your best source of info on these topics.

Bastien Montagne commented on issue blender/blender#104582 2023-02-10 18:47:25 +01:00
Fixing undo overreach after RNA property changes done through UI.

Reacting to your edit: This is totally unrelated issue to RNA, it's due to the fact that Undo system for non-Object modes are different, and are not always cooperating well wiht Object mode undo…

Bastien Montagne commented on issue blender/blender#104582 2023-02-10 18:41:08 +01:00
Fixing undo overreach after RNA property changes done through UI.

Am not sure I follow you here... In the UI, undoable data changes do generate an undo step (e.g. changing location of an object in the property editor)?

Non-UI RNA editing (e.g. through python…

Bastien Montagne commented on issue blender/blender#104358 2023-02-10 11:21:20 +01:00
Regression: Blender crash in weight paint mode and vertex select checked and then weights -> fix deforms

Honestly think this is more of a Modelling module responsibility... This is really an 'internal affair' of Mesh data.

Bastien Montagne commented on issue blender/blender#104108 2023-02-08 16:56:51 +01:00
Regression: Importing of collada model with instances became a LOT slower since 2.80 (practically freezing)

@blender.girl please do not diverge from topic, and do not use the tracker for feature requests, thanks.

Bastien Montagne closed pull request blender/blender#104464 2023-02-08 16:14:02 +01:00
Added WM api to handle PanelType parent/child relationships
Bastien Montagne commented on pull request blender/blender#104464 2023-02-08 16:14:01 +01:00
Added WM api to handle PanelType parent/child relationships

@Pratyaksh-Raj thanks for the patch, but we already have a PanelType. And if we ever wanted to add a new one, it would need way way more changes than the one proposed here.

Please study the…

Bastien Montagne pushed to main at mont29/blender 2023-02-08 10:28:03 +01:00
4d3bfb3f41 Subdivision Surface: fix a serious performance hit when mixing CPU & GPU.
Bastien Montagne pushed to main at mont29/blender 2023-02-08 10:27:12 +01:00
d781e52ee0 Cleanup: use enum literals, order likely case first in polyfill_2d
09eb4fe19a Fix #103913: Triangulate sometimes creates degenerate triangles
6aa1b5d031 Cleanup: format
5c994d7846 Fix #104297: Cycling geometry nodes viewer ignores sockets
53b057aa09 Cleanup: Move 18 sculpt files to C++
Compare 8 commits »
Bastien Montagne pushed to main at mont29/blender 2023-02-07 17:53:54 +01:00
f01bf82480 Curves: Add select pick operator
8d9d16fb53 Fix #104396: Blender crashes when moving Keyframes in Graph Editor
Compare 2 commits »
Bastien Montagne created repository mont29/blender-addons-contrib 2023-02-07 17:12:10 +01:00
Bastien Montagne created repository mont29/blender-addons 2023-02-07 16:58:34 +01:00
Bastien Montagne pushed to main at mont29/blender 2023-02-07 16:49:40 +01:00
349350b304 Fix T104390: Regression: Object selection in viewport is not working
Bastien Montagne created repository mont29/blender 2023-02-07 16:33:14 +01:00