Eyad Ahmed EyadAhmed
  • Joined on 2019-01-05
Eyad Ahmed commented on pull request blender/blender#111772 2023-09-06 02:30:08 +02:00
Batch rename: add brush and scene data types

Ok now I see, this happens when space is not outliner, a more sensible way i see now is to return all scenes in file instead so user will rename all scenes if not in outliner, will modify…

Eyad Ahmed commented on pull request blender/blender#111772 2023-09-05 19:02:17 +02:00
Batch rename: add brush and scene data types

Only selected actually works if we switch outliner to data block view for brushes, and scene view to list all scenes, besides the rename count indicates how many scenes are affected by rename…

Eyad Ahmed closed issue blender/blender#111783 2023-09-04 16:53:41 +02:00
Add-ons install button not working sometimes
Eyad Ahmed commented on issue blender/blender#111783 2023-09-04 16:53:38 +02:00
Add-ons install button not working sometimes

Unfortunately, we can't fix issue, that is random. The failure to allocate resources could be related to memory limitations or conflicts with other processes running on your system. I…

Eyad Ahmed commented on issue blender/blender#111783 2023-09-02 12:09:15 +02:00
Add-ons install button not working sometimes
  1. I'm not actually sure :/ it happens when installing ZIP file addons
  2. Maybe when computer goes to sleep, or I switch away from the window for sometime, or when installing and reinstalling an…
Eyad Ahmed opened issue blender/blender#111783 2023-09-01 11:22:07 +02:00
Add-ons install button not working sometimes
Eyad Ahmed created pull request blender/blender#111772 2023-09-01 07:47:31 +02:00
Batch rename: add brush and scene data types
Eyad Ahmed commented on issue blender/blender#109422 2023-06-28 23:28:34 +02:00
Assertion triggered when opening a new file and "Load UI" is disabled in settings

Oh, just to clarify, this issue is ONLY when selecting File / New. Opening existing files work fine.

Frankly I'm not sure of expected behavior in this case. Just because you have "Load…

Eyad Ahmed opened issue blender/blender#109422 2023-06-27 22:44:05 +02:00
Assertion triggered when opening a new file and "Load UI" is disabled in settings
Eyad Ahmed commented on pull request blender/blender#105598 2023-03-13 20:46:42 +01:00
WIP: IO: C++ STL exporter

It's nice that there really isn't much code here, a pretty simple change! Would it be worth adding multithreading in this first commit? That could be done by just gathering a list of objects…

Eyad Ahmed commented on pull request blender/blender#105598 2023-03-13 15:28:22 +01:00
WIP: IO: C++ STL exporter

I found a much bigger problem, exporting two selected cube only exports one cube, does not matter if selection only is enabled or not, trying to fix it

Eyad Ahmed commented on pull request blender/blender#105598 2023-03-09 14:47:28 +01:00
WIP: IO: C++ STL exporter

Oh awesome, I will use it then

Eyad Ahmed created pull request blender/blender#105598 2023-03-09 13:08:41 +01:00
WIP: IO: C++ STL exporter