Ankit Meel ankitm
  • Joined on 2019-08-21
Ankit Meel commented on pull request blender/blender#112189 2023-09-13 12:55:04 +02:00
WIP: Add OSX support for Image copy/paste in the Image Editor osx-clipboard

a file copied from Finder has multiple meanings.

To be clear there's no need to paste the image if the copied file is path to an image. Just that current code seems to be interpreting that…

Ankit Meel commented on pull request blender/blender#112189 2023-09-13 06:17:54 +02:00
WIP: Add OSX support for Image copy/paste in the Image Editor osx-clipboard

For objc code, new code should use @autoreleasepool{} blocks instead of alloc and release

Ankit Meel commented on pull request blender/blender#112189 2023-09-13 06:17:13 +02:00
WIP: Add OSX support for Image copy/paste in the Image Editor osx-clipboard

Did a cursory test and it works as advertised for PNG, JPEG and TIFF images when copied from open with preview > select all > copy

Though I don't think hasClipboardImage is working properly..…

Ankit Meel commented on issue ankitm/blender#1 2023-05-26 16:24:12 +02:00
open in vscode
vptr:OpenSubdiv
alignment:std::__1::__function::__value_func
alignment:std::__1::function
# alignment:blender::deg::(anonymous namespace)
# alignment:blender::deg::DepsNodeFactoryImpl<blen…
Ankit Meel commented on pull request blender/blender#107522 2023-05-24 19:21:04 +02:00
UI: Text cursor behavior for Apple Devices

Please feel free to land it.. I'm okay with making the follow up changes

Ankit Meel commented on pull request blender/blender#107522 2023-05-24 15:55:04 +02:00
UI: Text cursor behavior for Apple Devices

I've approved the functioning with caveats.. committing is up to @Harley

Ankit Meel commented on pull request blender/blender#108001 2023-05-20 12:26:39 +02:00
Nodes: Move preview images to an overlay

@blender-bot package

Ankit Meel commented on pull request blender/blender#107522 2023-05-08 20:57:31 +02:00
UI: Text cursor behavior for Apple Devices

image

There is an element of surprise due to change in cursor behaviour in different text contexts: console, text editor and text input.…

Ankit Meel commented on pull request blender/blender#107298 2023-05-08 20:49:47 +02:00
Imbuf: Change thumbnail caching location

On win, Ray and Harley approved the location change. Plus I don't think any other system is dependent on the location of blender thumbnail cache. Plus the original comment " /* Yes, applications…

Ankit Meel commented on pull request blender/blender#107522 2023-05-06 20:57:57 +02:00
UI: Text cursor behavior for Apple Devices

Halrley's discretion needed: I feel we should change it for all kinds of text fields/ workspaces at once.

Ankit Meel commented on pull request blender/blender#107522 2023-05-04 07:47:55 +02:00
UI: Text cursor behavior for Apple Devices

The behaviour of shift/noshift + command/alt + arrow is the same as before

Also, in main too, alt + delete inserts space and moves cursor to the right.. probably a different bug. Same for this…

Ankit Meel commented on pull request blender/blender#107522 2023-05-02 20:46:54 +02:00
UI: Text cursor behavior for Apple Devices

idea looks good.. I myself was bothered by the mismatch between other editors and blender code editor

Need to test it.

Ankit Meel pushed to ankitm/finderreveal at ankitm/blender 2023-05-01 18:43:44 +02:00
94d1988e40 review
Ankit Meel pushed to ankitm/finderreveal at ankitm/blender 2023-05-01 14:36:53 +02:00
167041bcbf review
Ankit Meel commented on pull request blender/blender#107267 2023-04-30 19:35:31 +02:00
macOS/File Browser: Support external operations

reveal in finder: opens a window with the file/folder selected

On windows, the file path is also passed down instead of just root. So it can be used to match OS behaviour

But I don't see…

Ankit Meel pushed to ankitm/finderreveal at ankitm/blender 2023-04-30 06:53:46 +02:00
8f351b3793 remove ghost, comment
Ankit Meel pushed to ankitm/finderreveal at ankitm/blender 2023-04-29 15:35:20 +02:00
e50a558a45 change desc
Ankit Meel pushed to ankitm/finderreveal at ankitm/blender 2023-04-29 15:29:22 +02:00
48058451e6 Rename enums, support open