Fixes setting object bound dimensions using Multiple Value Edition from UI. #117731
Open
Jaume Bellet
wants to merge 1 commits from
When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
JaumeBellet/blender:pr-0019-object-dimensions-set-fix
into main
pull from: JaumeBellet/blender:pr-0019-object-dimensions-set-fix
merge into: blender:main
blender:main
blender:npr-prototype
blender:blender-v4.2-release
blender:pr-seq-uninit
blender:blender-v3.6-release
blender:icons-cleanup
blender:blender-v3.3-release
blender:brush-assets-project
blender:pr-extensions-tidy-space
blender:blender-v4.0-release
blender:universal-scene-description
blender:blender-v4.1-release
blender:blender-v3.6-temp_wmoss_animrig_public
blender:temp-sculpt-dyntopo
blender:gpencil-next
blender:anim/animation-id-113594
blender:blender-projects-basics
blender:bridge-curves
blender:sculpt-blender
blender:asset-browser-frontend-split
blender:asset-shelf
blender:tmp-usd-python-mtl
blender:tmp-usd-3.6
blender:blender-v3.5-release
blender:blender-v2.93-release
blender:realtime-clock
blender:sculpt-dev
blender:bevelv2
blender:xr-dev
When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.
1 Commits
Author | SHA1 | Message | Date | |
---|---|---|---|---|
37c4f67821 |
Fixes setting object bound dimensions using Multiple Value Edition from UI.
Was failing, according to message set on RNA info due to cached values. Solves it resetting the cached bounds, and updating the local object_to_world matrix. It does not recompute the min-max values based on geometry as this stored on another cache and is not necessary because current implementations works changing the scale vector of the object. The matrix must be set to match the scale, as the value is recovered just after set. It also adds the values on Object Panel. |