Blender Git Commits

Blender Git "master" branch commits.

Page: 2639 / 5574

Revision efc7c35 by Joshua Leung
April 2, 2015, 03:33 (GMT)
Code Cleanup: Pruning back the unusued includes now
Revision 26fa13e by Joshua Leung
April 2, 2015, 03:29 (GMT)
Code Cleanup: Reshuffling some of the GPencil code

* Moved the context handling stuff into gpencil_utils.c

* Moved the datablock and layer operators out into their own file too. Again,
these weren't related to the other stuff that much

* Split the GPencil to Curves operator out into its own file (gpencil_convert.c).
This was quite a massive blob of code (48kb) that was not that related to the
other operators still in that file (gpencil_edit.c)
Revision b6d878f by Joshua Leung
April 1, 2015, 23:12 (GMT)
Fix for incorrect description
Revision 4b84759 by Julian Eisel
April 1, 2015, 22:24 (GMT)
Fix T44217: Crash when starting .blend without "Load UI" enabled

Caused by changes in 31e26bb83b. This makes it fall back to the old
method if we can't find a screen.

Patch is actually by @LazyDodo with minor edits by me.
April 1, 2015, 16:20 (GMT)
Cycles: Make SSS intersection closer to regular triangle intersection
April 1, 2015, 16:08 (GMT)
Cycles: Remove unused direction from triangle intersection functions

This argument was unused and got nicely optimized out. But once it
starts to be using registers are getting stressed really crazy,
causing slow down of render.
April 1, 2015, 09:24 (GMT)
Proportional editing for graph editor did not work outside edit mode
April 1, 2015, 09:21 (GMT)
Fix T44113: Ashikhmin-Shirley distribution of glossy shader at 0 roughness causes artifacts when background uses MIS

Was a division by zero error, solved in the same way as beckmann/ggx
deals with small roughness values.
April 1, 2015, 07:48 (GMT)
Fix T44212: Crash on Group Rename.

Nice offset-by-one index error. ;)
April 1, 2015, 07:34 (GMT)
Real fix for T44127: Python does not guarantee to free all objects on exit...

All kudos to Campbell for the head-up and patch!
April 1, 2015, 06:07 (GMT)
Fix glitch scaling bone radius

connected parents radius could get out of sync with child.
March 31, 2015, 22:29 (GMT)
Match corrective-smooth UI to smooth modifier
Revision c59ca9e by Mike Erwin
March 31, 2015, 18:58 (GMT)
silence MSVC warning

�??*/�?? found outside of comment
March 31, 2015, 17:10 (GMT)
Corrections to submodules: we need to use latest tag available from master branch
March 31, 2015, 15:37 (GMT)
Fix T43987 ambient occlusion wrong for Intel cards on windows (tested on
HD3000 and HD4000 cards so far).

Similar issue to Radeon 3xxx series but Intels need the opposite factors
for dfdy.
March 31, 2015, 15:01 (GMT)
Fix writing freed memory, exiting full view
March 31, 2015, 14:52 (GMT)
Cycles: Avoid float/int conversion in few places
March 31, 2015, 14:52 (GMT)
Cycles: Fix typo in distance heuristic for shadow rays

It's not that bad because this typo could only caused not really
efficient BVH traversal, causing higher render times. Not as if
it was causing render artifacts.
March 31, 2015, 14:45 (GMT)
Proportional editing for IPO editor - version ready for feedback by artists.

This works by using the distance in the x axis only (usually artists want to influence nearby
keyframes based on timing, not value). Tweaking handles is the same as tweaking
the central handle. It's a bit ambiguous if proportional editing is really meaningful
for handles but will leave that for artists to decide.
March 31, 2015, 13:57 (GMT)
Point master's submodules to v2.74 tag as well
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021