Blender Git Commit Log

All Blender Git commits.

Page: 863 / 8462

March 5, 2021, 04:22 (GMT)
Presets: Improve sort order of presets

Pythons sort function does not sort naturally,
to solve this a custom sort key is used.

This issue is apparent when trying D10553
March 5, 2021, 03:59 (GMT)
Cleanup: disambiguate 'queue' struct members

The term queue isn't very descruptive on it's own, use:

- wmWindow.event_queue
- wmWindowManager.notifier_queue
March 5, 2021, 03:44 (GMT)
UI: save-preview tip now states that it's used for blend thumbnails
March 5, 2021, 03:44 (GMT)
Cleanup: rename event to event_type

Reserve `event` for wmEvent.
March 5, 2021, 03:44 (GMT)
Cleanup: spelling
March 5, 2021, 03:08 (GMT)
Cleanup: maintain include order without disabling clang format
March 5, 2021, 03:04 (GMT)
Cleanup: rename evt to event

Following naming convention of most operators.
March 5, 2021, 03:03 (GMT)
Cleanup: rename variables in wm_event_add_ghostevent

Using both evt and event together was confusing.

Renamed:

- event_state <- evt
- event_state_other <- oevt
- event_other <- oevent
- win_other <- owin
March 5, 2021, 02:43 (GMT)
USD Import: USDPrimReader uninitialized members.

Fixed bug where several USDPrimReader class member variables
were not being intialized in the constructor. One of the
previously uninitialized variables stores the reference count,
which was causing memory leaks in some cases.
March 5, 2021, 01:54 (GMT)
Fix T86185: Win32 Multiple Monitor Window Position

Because of D10469 we can now not force child windows onto parent's monitor and allow them to go where they wish.

Differential Revision: https://developer.blender.org/D10593

Reviewed by Ray Molenkamp
March 5, 2021, 01:54 (GMT)
USD Import: UV fixes.

Made the following updates to fix UV import errors:
Added logic to read UVs with Vertex interpolation and
indexed UVs. Fixed incorrect UV winding order for
left-handed orientation.
March 5, 2021, 01:20 (GMT)
Windows/CLog: Support color logging on Win 10

Windows 10 supports V100 on all consoles given
you enable the ENABLE_VIRTUAL_TERMINAL_PROCESSING
flag for the console.

This patch enables color logging only on windows
10 and only if the log is not being redirected
to a file.

Differential Revision: https://developer.blender.org/D10546
March 4, 2021, 20:37 (GMT)
Merge branch 'master' into temp-gpencil-io
March 4, 2021, 20:37 (GMT)
Merge branch 'master' into greasepencil-object
March 4, 2021, 20:32 (GMT)
GPencil: Implement Autokey button for Draw/Edit and Sculpt mode

Now, if the Autokey is not enabled, a new frame is not created and it is used the last active one. If no active frame, a message is displayed and the operation is canceled.

This is a common request for 2D artists.

Also, grease pencil was not working as Blender does in other areas.

Reviewed By: pepeland

Differential Revision: https://developer.blender.org/D10557
March 4, 2021, 19:20 (GMT)
Fix T59376: UV project modifier not working after modifiers that dont provide a UVMap

This was reported for remesh and skin modifiers.
These dont preserve UV layers (and probably cannot in a reasonable way),
so instead let the UV Project modifier create a new (equally named) UV
layer (as was suggested by @brecht in T59376).

Maniphest Tasks: T59376

Differential Revision: https://developer.blender.org/D10617
March 4, 2021, 19:06 (GMT)
Merge branch 'master' into sculpt-dev
March 4, 2021, 18:06 (GMT)
Merge branch 'master' into temp-gpencil-autokey
March 4, 2021, 17:43 (GMT)
Cleanup: Main `foreach ID` code: Remove `MAX_LIBARRAY` and improve comments.

The `MAX_LIBARRAY` define was an annoying doublon to the `INDEX_ID_MAX` enum value
now defined in `DNA_ID.h`, and it is no more useful.

And comments were somewhat outdated. Also added an explanation about
chosen order for the `INDEX_ID_<IDTYPE>` order.
March 4, 2021, 17:39 (GMT)
UI: prefer shorter search items in fuzzy search

This is a simple heuristic that seems to improve the search results in many cases.

Differential Revision: https://developer.blender.org/D10618
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021