Blender Git Commit Log

All Blender Git commits.

Page: 736 / 8462

April 13, 2021, 09:29 (GMT)
Cleanup: Nodes: Use consistent errors for nodes built without features
April 13, 2021, 09:29 (GMT)
PyAPI: support retrieving the exception when running a string

- Optionally get the error as a single line.
- Support access the error as an allocated string.
- PyC_ExceptionBuffer_Simple was always printing to the `stdout` while
PyC_ExceptionBuffer didn't, now either print to the output.

Without this, callers are unable to do anything with the error string.
April 13, 2021, 09:29 (GMT)
Fix T87400: GPencil change Select Alternate defaults

Now, the Unselect Ends is disabled by default.
April 13, 2021, 09:29 (GMT)
DNA: support int8_t type in DNA structs

Differential Revision: https://developer.blender.org/D8908
April 13, 2021, 09:29 (GMT)
CMake: fix error building with the version set to 300

When Blender's minor version was single digits, it wasn't properly
extracted. Resolve by adding zero padding.

Issue raised by @harley in D10954.
April 13, 2021, 09:29 (GMT)
Fix compile error: Missing include paths

rB8d9fd0427dd6 added the `WITH_GMP` definition but did not append the
include paths.
April 13, 2021, 09:29 (GMT)
GPencil: WIP geometry update flag
April 13, 2021, 08:48 (GMT)
Tweaked InputToOutput scheduling.

No real difference in perfomance.
April 13, 2021, 08:48 (GMT)
Cleanup: Pose library, move pose backup code into its own file

Move the pose backup & restore functionality into its own file, so that
the functions can be called from other places in Blender as well.

No functional changes.
April 13, 2021, 08:44 (GMT)
Fix another crash
April 13, 2021, 08:12 (GMT)
Compostior: Test for break to stop compositing.
April 13, 2021, 08:10 (GMT)
GPencil: Bezier pen recalculate handles
April 13, 2021, 08:08 (GMT)
Fix infinite loop bug
April 13, 2021, 07:58 (GMT)
Merge branch 'master' into temp-compositor-scheduling
April 13, 2021, 07:49 (GMT)
Motion Tracking: setting Keyframe A & B was not updating UI indicators

Entering the numbers in the keyframe field was not triggering a viewport
update, so the little green lines down in the cache area were only
change when the user e.g. changed the frame.

Now send appropriate notifiers.

Issue spotted in T86456 by sebastian_k.

Maniphest Tasks: T86456

Differential Revision: https://developer.blender.org/D10963
Revision 721ff6a by Falk David (master)
April 13, 2021, 07:47 (GMT)
Fix compile error: Missing include paths

rB8d9fd0427dd6 added the `WITH_GMP` definition but did not append the
include paths.
April 13, 2021, 07:43 (GMT)
CMake: fix error building with the version set to 300

When Blender's minor version was single digits, it wasn't properly
extracted. Resolve by adding zero padding.

Issue raised by @harley in D10954.
April 13, 2021, 07:39 (GMT)
DNA: support int8_t type in DNA structs

Differential Revision: https://developer.blender.org/D8908
April 13, 2021, 07:24 (GMT)
Fix T87400: GPencil change Select Alternate defaults

Now, the Unselect Ends is disabled by default.
April 13, 2021, 07:01 (GMT)
cleanup
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021