tornavis/source/blender/editors
Jaume Bellet 58877fd199 Merge branch 'bf-blender' into mb-0013-blender-top-bar 2024-04-04 19:38:21 +02:00
..
animation Fix null pointer dereference in assertion 2024-04-04 10:55:08 +11:00
armature Cleanup: remove redundant null check, declare arguments non-null 2024-04-04 10:55:19 +11:00
asset Cleanup: use const arguments & variables 2024-04-04 10:55:10 +11:00
curve Cleanup: remove unnecessary checks & unused assignments 2024-04-04 10:55:13 +11:00
curves Cleanup: spelling in comments & comment blocks 2024-04-04 11:26:28 +11:00
datafiles Sculpt: Add Line Hide tool 2024-03-29 00:05:25 +01:00
geometry Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
gizmo_library Cleanup: use BLI_assert_msg instead of checking string literals 2024-04-03 14:27:54 +11:00
gpencil_legacy Cleanup: avoid shadowing local variables 2024-04-03 14:41:43 +11:00
grease_pencil Fix #120212: GPv3: Hide masks flag wrongly set 2024-04-03 17:59:30 +02:00
include Merge branch 'bf-blender' into mb-0013-blender-top-bar 2024-04-04 19:38:21 +02:00
interface Merge branch 'bf-blender' into mb-0013-blender-top-bar 2024-04-04 19:38:21 +02:00
io Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
lattice Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
mask Cleanup: Remove unnecessary keywords from newly C++ headers 2024-03-27 02:45:30 +01:00
mesh UI: Rename VCols to Color Attributes in edit mesh operators 2024-03-29 19:30:25 +01:00
metaball Cleanup: Use C++ namespace for object editors module 2024-03-28 01:30:38 +01:00
object Fix: baking simulation only bakes a single frame 2024-04-01 17:59:29 +02:00
physics Cleanup: spelling in comments 2024-04-01 16:47:57 +11:00
render Cleanup: use const pointer arguments 2024-03-28 20:57:50 +11:00
scene Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
screen Cleanup: remove redundant null pointer checks 2024-04-01 22:20:09 +11:00
sculpt_paint Cleanup: Improve naming and comments for sculpt undo node 2024-04-03 14:01:08 -04:00
sound Cleanup: Move remaining editors internal headers to C++ 2024-03-27 02:45:27 +01:00
space_action Cleanup: spelling in comments 2024-03-27 10:25:31 +11:00
space_api Cleanup: Move remaining curves editors functions to C++ namespace 2024-03-27 22:25:08 -04:00
space_buttons Fix #106641: Missing Annotation widgets 2024-03-28 12:15:33 +01:00
space_clip Cleanup: quiet set-but-unused warnings 2024-04-04 10:55:18 +11:00
space_console Cleanup: declare arrays as const where possible 2024-03-28 22:57:57 +11:00
space_file Cleanup: use const pointer arguments 2024-04-03 10:22:05 +11:00
space_graph Cleanup: spelling in comments & comment blocks 2024-04-04 11:26:28 +11:00
space_image Fix #106641: Missing Annotation widgets 2024-03-28 12:15:33 +01:00
space_info Fix #120095: Missing stats in sculpt mode 2024-04-03 01:00:43 +02:00
space_nla Anim: Update NLA "make single user" popup dialog 2024-04-04 18:34:08 +02:00
space_node Fix #120087: wrong node selection after duplicating node 2024-04-02 15:40:51 +02:00
space_outliner Cleanup: Outliner: Return early, reduce variable scope 2024-03-28 16:40:15 -04:00
space_script Cleanup: Remove unnecessary keywords from newly C++ headers 2024-03-27 02:45:30 +01:00
space_sequencer Cleanup: use const arguments & variables 2024-04-04 10:55:10 +11:00
space_spreadsheet Cleanup: Move remaining GPU headers to C++ 2024-03-23 01:24:18 +01:00
space_statusbar Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
space_text Cleanup: use const pointer arguments 2024-04-03 10:22:05 +11:00
space_topbar Revert changes from main commits that were merged into blender-v4.1-release 2024-03-18 15:04:12 +01:00
space_userpref Cleanup: Move remaining editors internal headers to C++ 2024-03-27 02:45:27 +01:00
space_view3d Fix null pointer dereference in assertion 2024-04-04 10:55:08 +11:00
transform Fix #120245: Grid snap not working when constraining axis before moving 2024-04-04 11:42:27 -03:00
undo Cleanup: Move remaining curves editors functions to C++ namespace 2024-03-27 22:25:08 -04:00
util Cleanup: Use const for evaluated cage meshes and related data 2024-03-28 18:57:57 -04:00
uvedit Cleanup: declare arrays as const where possible 2024-03-28 22:57:57 +11:00
CMakeLists.txt