Blender Git Commit Log

All Blender Git commits.

Page: 3644 / 8462

October 19, 2017, 17:37 (GMT)
Fix errors in UI scripts after last merge

Patch by @sergey, with minor fixes.
October 19, 2017, 15:22 (GMT)
Merge branch 'id_override_static' into asset-engine
October 19, 2017, 15:09 (GMT)
Fix draw on parented object

When the gp object was parented, the location was not using obmatrix and the position was wrong.
October 19, 2017, 14:29 (GMT)
Cleanup: Add end line
October 19, 2017, 13:58 (GMT)
Reorganize shgroups creation

Improve the creation of shading groups and fix some memory leaks when the shading group was created but not used in any pass.
October 19, 2017, 13:27 (GMT)
Merge branch 'master' into blender2.8
October 19, 2017, 13:19 (GMT)
Correct last commit, use WM_exit

Without this temp directory isn't removed.
October 19, 2017, 13:11 (GMT)
Merge branch 'blender2.8' into greasepencil-object
October 19, 2017, 13:10 (GMT)
Exit with invalid command line arguments

Loading blender with an unknown name would interpret it as a blend file.

This meant passing `--arg` arguments would end up creating new
blend files which could be confusing if you made a typo on a command
line argument.

Now check the string has a blend file extension,
exiting if it doesn't.
October 19, 2017, 13:05 (GMT)
Minor RNA tweaks for MultiEdit

* Rename RNA properties to bring them more in line with standard naming
* Make it clearer in the tooltip for MultiEdit that only selected keyframes
will be edited
October 19, 2017, 13:02 (GMT)
Merge branch 'master' into id_override_static
October 19, 2017, 11:58 (GMT)
Merge branch 'master' into blender2.8
October 19, 2017, 11:57 (GMT)
Depsgraph: Use new ID copy API to copy scenes

Avoids temporary main and datablock memory from being allocated.
October 19, 2017, 11:55 (GMT)
Allow non-initialized memory to be passed to BKE_id_copy_ex

This only applies when LIB_ID_CREATE_NO_ALLOCATE flag is used and guarantees
that non-memset-zero memory can be used (or, that same memory chunk might be
used over and over again without need to clean it from the calleer).
October 19, 2017, 11:44 (GMT)
Fix operators adding manipulators multiple times

Running spin or bisect twice in a row added widget groups each time.
October 19, 2017, 10:33 (GMT)
Add note about handling of root nodetree in ID copydata.

OUr beloved root nodetrees... Had to check again the code to undersand
why we copy them with bmain even though they are not in bmain, so this
is worth a comment. ;)
October 19, 2017, 09:26 (GMT)
Cycles: Add extra logging in CUDA device detection code
October 19, 2017, 06:15 (GMT)
Merge branch 'blender2.8' into greasepencil-object

Conflicts:
release/scripts/startup/bl_ui/space_view3d.py
October 19, 2017, 06:05 (GMT)
Merge branch 'master' into blender2.8
October 19, 2017, 06:03 (GMT)
Merge branch 'master' into blender2.8
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021