Uses RNA to draw object bound dimensions fields on 3D view Panel. #117871

Open
Jaume Bellet wants to merge 1 commits from JaumeBellet/blender:pr-0019-object-dimensions-use-rna into main

When changing the target branch, be careful to rebase the branch in your fork to match. See documentation.

1 Commits

Author SHA1 Message Date
Jaume Bellet 8ab41edc96 Uses RNA to draw object bound dimensions fields on 3D view Panel.
Includes PR #117731 "Fixes setting object bound dimensions using Multiple
Value Edition from UI."

Removes using TransformProperties struct to store temporary data.
Removed unnecessary data on the struct.

Removes function v3d_object_dimension_buts, code to draw fields is
placed on void v3d_transform_butsR.

v3d_transform_butsR gets the ob, because is needed to perfom a check that was
previously done in the removed function.

removes B_TRANSFORM_PANEL_DIMS constant.
2024-02-05 23:49:11 +01:00