Blender Git Commits

Blender Git "master" branch commits.

Page: 3568 / 5574

June 16, 2012, 19:34 (GMT)
disable GaussianAlpha from attempting to get a non existing socket - and add an assert if this is attempted.
June 16, 2012, 16:57 (GMT)
style cleanup
June 16, 2012, 16:50 (GMT)
shrink the object struct 8 bytes - remove unused ctime variable.
June 16, 2012, 15:51 (GMT)
code cleanup: make names more logical
June 16, 2012, 15:32 (GMT)
code cleanup: spelling 'multiplyer' --> 'multiplier'
June 16, 2012, 15:15 (GMT)
use ease interpolation for dilate/erode feather option, looks smoother
June 16, 2012, 14:40 (GMT)
support for negative feather dilate/erode
June 16, 2012, 14:11 (GMT)
fix for errors in last commit (dilate/erode has no input)
Revision f6ab651 by Joshua Leung
June 16, 2012, 13:51 (GMT)
Bugfix [#31843] Inserting of visual keys for Damped Track constraint broken
June 16, 2012, 13:46 (GMT)
feather option for dilate/erode node - needed for alpha masks so we can (blur in/out), currently only positive values supported.
June 16, 2012, 09:52 (GMT)
speedup for fast gauss blue (approx 10% - 15%)
- get the image width and height once rather then calculating on every access (was doing min/max subtract).
- use unsigned int's - faster for looping.
June 16, 2012, 09:18 (GMT)
style cleanup
June 16, 2012, 09:16 (GMT)
code cleanup: collada
- when bubble sorting names - dont convert to str::string just to compare strings
- use BLI_linklist_index() to check if an item is in the list
- quiet some warnings
June 15, 2012, 22:18 (GMT)
Merged changes in the trunk up to revision 47977.
Revision 9f6a66d by Gaia Clary
June 15, 2012, 22:00 (GMT)
Collada: (Exporter) Add new option 'deform bones only'
June 15, 2012, 21:19 (GMT)
fix for running blender as a python module - dont parse args from python.
June 15, 2012, 20:59 (GMT)
fix for building blender as a python module on windows.
June 15, 2012, 18:42 (GMT)
style cleanup: compositor operations
June 15, 2012, 18:31 (GMT)
Changed behavior of how pattern is controlling by mouse:

- Removed scaling option which used to be Ctrl+Slide of individual
pattern corner.
- Added extra rectangle area which is being drawing around pattern
and which supports the following things:

* Slide by it's left upper corner would define offset of marker
* Slide by it's right bottom corner would scale overall pattern

- Added extra handle which is drawing from pattern center and which
is being used to define scale and rotation of pattern area.
June 15, 2012, 17:57 (GMT)
style cleanup: more nodes
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021