Blender Git Commits

Blender Git commits from all branches.

Page: 1808 / 2888

March 16, 2017, 20:57 (GMT)
Splash screens for 101

Note that binary files in git isn't really accepted
(breaking own rules!)

This branch will likely be deleted and templates moved elsewhere.
March 16, 2017, 20:57 (GMT)
Support custom splash images for templates

note that the splash can't replace the text (thats a feature!).
March 16, 2017, 20:56 (GMT)
Merge branch 'master' into cloth-develop
March 16, 2017, 20:50 (GMT)
Uber-picky: Remove single pixel offset on topbar
March 16, 2017, 20:39 (GMT)
Remove all Info Editors when loading old files

Had to move some functions from ED to BKE to avoid having to duplicate
it all.
Works surprisingly well, didn't expect it to be that easy :)
March 16, 2017, 20:31 (GMT)
cleanup in manta C api

no need to pass smoke modifier data as argument anymore
March 16, 2017, 20:06 (GMT)
Merge branch 'master' into app-templates
March 16, 2017, 19:47 (GMT)
Add BKE_blendfile_userdef_read_from_memory

Use so we can load user-preferences on their own from memory.
March 16, 2017, 19:33 (GMT)
Use alternate lighting
March 16, 2017, 19:31 (GMT)
Use lighting and font paths from template
March 16, 2017, 19:14 (GMT)
Merge branch 'workspaces' into topbar

Conflicts:
source/blender/blenloader/intern/versioning_280.c
source/blender/editors/workspace/screen_ops.c
source/blender/editors/workspace/workspace_layout_edit.c
source/blender/gpu/intern/gpu_framebuffer.c
source/blender/windowmanager/intern/wm.c
March 16, 2017, 19:05 (GMT)
Check classes are registered before unregistering
March 16, 2017, 19:05 (GMT)
Disable addons before setting template

This is needed so we can manage classes without getting mixed up with add-on classes.
March 16, 2017, 18:54 (GMT)
Merge branch 'blender2.8' into workspaces

Conflicts:
source/blender/blenloader/intern/versioning_280.c
source/blenderplayer/bad_level_call_stubs/stubs.c

Also had to do some more changes in versioning_280.c to prevent startup
crash.
March 16, 2017, 18:23 (GMT)
Merge branch 'master' into app-templates
March 16, 2017, 18:02 (GMT)
Only show startup.blend in template menu
March 16, 2017, 18:01 (GMT)
PyAPI: add filter path to Menu.path_menu
March 16, 2017, 17:50 (GMT)
Store active layout of each workspace per window

Allows users having a different active window stored even in inactive
workspaces per window. So that when activating a workspace the layout
is activated that was active the last time the workspace was active in
this window.
This is basically a per window, per workspace storage, but it's probably
how users would expect things to work.

Also, getting file read/write to work correctly was a challenge once
again, had to use global oldnew-map for pointer lookup on file read.

And another 'also': had to change order in which IDs are freed, so that
workspaces are freed after window-manager. Needed so that we can free
assignments/relations correctly when closing windows.
March 16, 2017, 16:10 (GMT)
Example preferences for 101
March 16, 2017, 16:09 (GMT)
Support for template-local preferences
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021