Blender Git Commits

Blender Git "master" branch commits.

Page: 2454 / 5574

December 19, 2015, 10:04 (GMT)
Fix shadowing var in own previous commit.
December 18, 2015, 22:15 (GMT)
BGE: Fix unconverted character max jump value from old files.

The bug was introduced in 3dd83b, a little conversion in versioning_270.c
was forgotten. Now max_jumps is set as default to 1.
December 18, 2015, 21:12 (GMT)
Add a void 'user_data' memeber to Outliner's callbacks.

This is not used currently, but needed for work done in id-remap branch, and will
greatly reduce diff noise in this area...
December 18, 2015, 18:16 (GMT)
OpenSubdiv: Avoid having bad-level call

This is always asking for problems. Additionally, that call was leading
to OpenGL calls happening from threads.
December 18, 2015, 16:50 (GMT)
Cycles: Log OSL texture system statistics after finishing the render
December 18, 2015, 16:50 (GMT)
Cycles: Implement proper texture derivatives evaluation for OSL

This was an oldie TODO since initial work on newer OSL/OIIO support.
Now we should be ready for the libraries bump.
December 18, 2015, 15:32 (GMT)
Fix T47009: Value typing issue in pie menu.

When we have an active button in modal state, completely bypass the whole 'pie' handling part of the menu.

Note that behavior is probably still not ideal here (e.g. would be nice to avoid enter/escape to quit
completely the pie menu in that case - but on the other hand Pies were not really designed to handle
that kind of modal stuff either, so think having minimal support for it is enough for now.
December 18, 2015, 11:27 (GMT)
Cleanup: use unpacking generalization
December 18, 2015, 07:25 (GMT)
Fix T46946: EdgeSlide via G-G disables 'Correct UV'
December 18, 2015, 05:17 (GMT)
Add wrap argument to cycle wm utility funcs

Now zooming text in the console and text editor isn't wrapping from large/small font size (annoying).
December 18, 2015, 05:02 (GMT)
Fix T46998: Console zoom doesn't update scrollbars
December 17, 2015, 16:00 (GMT)
Fix T46959: sys.meta_path reset on on exit
December 17, 2015, 15:46 (GMT)
Cleanup: quiet warning
December 17, 2015, 08:45 (GMT)
Transform: bend-mouse-input error initializing

Missed from transform-mouse-input changes.
December 17, 2015, 07:10 (GMT)
BMesh: split-by-edges minor fixes

- select all newly created edges
- remove redundant edges (not essential but nicer output).
December 17, 2015, 07:06 (GMT)
BMesh: add BM_face_share_vert_check/count
December 17, 2015, 07:03 (GMT)
BMesh: partial-connection could make duplicate edges

Avoiding to make duplicate edges is too involved, do a remove-duplicates pass at the end instead.
December 17, 2015, 03:58 (GMT)
Revert "3D Cursor: Add option to lock it in place to prevent accidental modification"

This reverts commit a791153ca5e6f87d50396e188a3664b579884161.

Rather users get feedback on changing cursor-depth,
instead of preventing 3d-cursor placement entirely.
December 17, 2015, 00:35 (GMT)
Fix particle count being grayed out when emitting from verts, but grid is on.

Differential Revision: https://developer.blender.org/D1675
December 16, 2015, 18:13 (GMT)
BMesh: support connecting single-edge island links

Handle these cases by temporarily disconnecting the single links to ensure isolated islands,
then link back up after.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021