Abhinav Chennubhotla PhoenixFlame101
  • Joined on 2022-04-08
Abhinav Chennubhotla commented on pull request blender/blender#105565 2023-04-23 10:49:42 +02:00
WIP: Fix #97049: Auto-keyframe Status Message Overlaps Navigation Gizmo

The code works and is mergeable, but it doesn't do what you outlined here.

I tried using ED_area_status_text,…

Abhinav Chennubhotla commented on pull request blender/blender#105565 2023-04-03 16:02:07 +02:00
WIP: Fix #97049: Auto-keyframe Status Message Overlaps Navigation Gizmo

After doing some research, I found this code responsible for writing the text on the left side of the header while grabbing, rotating etc. : [headerRotation()](https://projects.blender.org/blende

Abhinav Chennubhotla pushed to main at PhoenixFlame101/blender 2023-04-01 16:01:31 +02:00
e652d0002b GPU: FrameBuffer: Fix empty framebuffer update
897a735151 BLI: Rotation: Add CartesianBasis `transform_point` and `invert`
957ac41237 Fix #78396: Pack UVs to original bounding box
531f99ffbd UV: simplify uv packing api and simplify uv packing
6778460e53 Fix #106323: Snap to Face Nearest not working
Compare 65 commits »
Abhinav Chennubhotla commented on pull request blender/blender#105565 2023-03-30 05:29:23 +02:00
WIP: Fix #97049: Auto-keyframe Status Message Overlaps Navigation Gizmo

I did U.rvisize * 1.2f, and it works! Still don't know what to do with the U.pixelsize though, since it's 0 and multiplying it would mean the product becomes 0.

![image](/attachments/78a19b22-…

Abhinav Chennubhotla pushed to 97049-fix at PhoenixFlame101/blender 2023-03-30 05:21:44 +02:00
3fab8dea45 Fix offset value for USER_MINI_AXIS_TYPE_MINIMAL
Abhinav Chennubhotla commented on pull request blender/blender#105565 2023-03-29 18:50:00 +02:00
WIP: Fix #97049: Auto-keyframe Status Message Overlaps Navigation Gizmo

Weirdly enough, U.pixelsize seems to be 0 for me. U.rvisize works though!

It's a little too exact though, should I add an extra offset on top of the rvisize?

![image](/attachments/4f3b0…

Abhinav Chennubhotla commented on pull request blender/blender#105565 2023-03-29 10:02:18 +02:00
WIP: Fix #97049: Auto-keyframe Status Message Overlaps Navigation Gizmo

Sorry about the delay, I was busy with some other stuff.

Simply changing the font_id to BLF_set_default() from BLF_default() seems to fix the issue!

I have updated the commit to…

Abhinav Chennubhotla pushed to 97049-fix at PhoenixFlame101/blender 2023-03-29 09:57:34 +02:00
5c822f77f4 Fix #97049: Auto-keyframing warning message shows on top of navigator
86b1e5e3b6 Cleanup: simplify uv packing api
2bc331981d Cleanup: function style casts, remove UNUSED(..) & use nullptr in C++
1ddbe7cadd Cleanup: move doc-strings into headers, remove duplicates
ce659dbc4e Cleanup: use doxygen sections
Compare 552 commits »
Abhinav Chennubhotla pushed to main at PhoenixFlame101/blender 2023-03-29 08:25:10 +02:00
86b1e5e3b6 Cleanup: simplify uv packing api
2bc331981d Cleanup: function style casts, remove UNUSED(..) & use nullptr in C++
1ddbe7cadd Cleanup: move doc-strings into headers, remove duplicates
ce659dbc4e Cleanup: use doxygen sections
35f770a689 Cleanup: duplicate words in comments
Compare 69 commits »
Abhinav Chennubhotla pushed to main at PhoenixFlame101/blender 2023-03-27 15:18:53 +02:00
7a1f2fd680 Timeline: draw cache in overlay so that it stays in sync with actually cached data
3b4725fb62 Fix #106094: Snap curves to surface operator does not update geometry
3d06905ac4 Realtime Compositor: Use luminance coefficients in SMAA
c42370d577 Fix: Glare has an offset on low quality settings
bb2dc141f2 Cleanup: spelling in comments
Compare 375 commits »
Abhinav Chennubhotla pushed to main at PhoenixFlame101/blender 2023-03-11 15:49:39 +01:00
54c9f972df Merge branch 'blender-v3.5-release'
7d22b11352 Fix #105601: Remove duplicates when inserting links into multi inputs
b06edc2897 Cleanup: UV: simplify uv packing API.
e56fe42aab Cleanup: format
eaa5a439b5 Merge branch 'blender-v3.5-release'
Compare 107 commits »
Abhinav Chennubhotla pushed to 97049-fix at PhoenixFlame101/blender 2023-03-08 17:20:56 +01:00
eef2ee0a71 WIP: Fix #97049: Auto-keyframing warning message shows on top of navigator
Abhinav Chennubhotla pushed to 97049-fix at PhoenixFlame101/blender 2023-03-08 16:42:36 +01:00
db532b4b09 WIP: Fix #97049: Auto-keyframing warning message shows on top of navigator
Abhinav Chennubhotla pushed to 97049-fix at PhoenixFlame101/blender 2023-03-08 16:20:15 +01:00
da0b07dd07 WIP: Fix #97049: Auto-keyframing warning message shows on top of navigator
Abhinav Chennubhotla commented on pull request blender/blender#105565 2023-03-08 15:11:27 +01:00
WIP: Fix #97049: Auto-keyframe Status Message Overlaps Navigation Gizmo

To reiterate what was mentioned in the older diff,

image

The problem here seems to be that printable_size (the size of the text it…

Abhinav Chennubhotla created pull request blender/blender#105565 2023-03-08 15:05:23 +01:00
WIP: Fix #97049: Auto-keyframing warning message shows on top of navigator
Abhinav Chennubhotla pushed to 97049-fix at PhoenixFlame101/blender 2023-03-08 15:02:13 +01:00
c5d58cdd6a WIP: Fix #97049: Auto-keyframing warning message shows on top of navigator
Abhinav Chennubhotla pushed to 97049-fix at PhoenixFlame101/blender 2023-03-08 14:55:44 +01:00
9925b539da Draft: Fix #97049: Auto-keyframing warning message shows on top of navigator
Abhinav Chennubhotla created branch 97049-fix in PhoenixFlame101/blender 2023-03-08 14:55:44 +01:00
Abhinav Chennubhotla pushed to main at PhoenixFlame101/blender 2023-03-08 14:44:10 +01:00
6398c9cd7f Cleanup: Remove unused GPU subdivision function declaration
25016b56ef EEVEE Next: Tag shadowmap usage for transparent object volumes
53bb713eda Refactor: Rename `OB_GPENCIL` and `ID_GD`
a736f1d638 BLI: Math: Support more vector swizzling and add alignment static assert
63a05f1e18 Vulkan: Fix Shader Compilation Issues.
Compare 534 commits »