Blender Git Commit Log

All Blender Git commits.

Page: 1178 / 8462

October 28, 2020, 07:49 (GMT)
Blender v2.83.9 beta
October 28, 2020, 06:44 (GMT)
LineArt: comment fixes.
October 28, 2020, 06:40 (GMT)
PyAPI: remove bpy.app.binary_path_python

This is deprecated in 2.91,
remove for 2.92 in favor of 'sys.executable'.
October 28, 2020, 06:33 (GMT)
Merge branch 'blender-v2.91-release'
October 28, 2020, 06:30 (GMT)
Fix T82049: material select button now only works for active object

Include edit-mode objects from space-properties context
unless there is a pinned object.

Regression caused by change in 12bc34b0b81b.
October 28, 2020, 05:46 (GMT)
Cleanup: fix function names
October 28, 2020, 05:00 (GMT)
Cleanup: update comments

Some references to argument levels were still in comments.
October 28, 2020, 03:39 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
October 28, 2020, 03:24 (GMT)
LineArt: Python formatting fix.
October 28, 2020, 03:04 (GMT)
Cleanup: update old comment for why we can't use PySys_SetArgv
October 28, 2020, 03:04 (GMT)
Cleanup: move WM_init & arg parsing out of if/else branch
October 28, 2020, 03:04 (GMT)
BLI_args: disallow zero to be used as a pass value

Introduced recently in 09139e41ed4ea.
While this worked in the cases it was used, '--threads' for example
was failing to parse the number when it's pass was set to 0.

Increase the enum values to start at 1 &
add asserts so this wont happen again.
October 28, 2020, 03:04 (GMT)
Cleanup: use enum for command line argument passes
October 28, 2020, 03:04 (GMT)
BLI_args: refactor argument passes

Avoid passing the pass argument to BLI_argsAdd, instead set this
once for each group of passes.

This means we can add new passes without having to bump the arguments
to BLI_argsAdd.
October 28, 2020, 02:59 (GMT)
LineArt: Formatting.
October 28, 2020, 02:52 (GMT)
LineArt: Move OP exec functions into lineart_ops.c
October 28, 2020, 02:37 (GMT)
Merge remote-tracking branch 'origin/master' into lanpr-under-gp
October 28, 2020, 02:21 (GMT)
Merge branch 'master' into geometry-nodes
Revision 5711b85 by Hans Goudey (master)
October 28, 2020, 01:12 (GMT)
Cleanup: Remove unused IDProperty function

This function from 2017 came with a comment: "TODO Nuke this once its
only user has been correctly converted to use generic IDmanagement"
Since it is unused after rB91462fbb31ba, now is time to remove it.

Differential Revision: https://developer.blender.org/D9368
October 28, 2020, 00:52 (GMT)
Merge branch 'blender-v2.91-release'
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021