Blender Git Commits

Blender Git "master" branch commits.

Page: 3805 / 5574

December 2, 2011, 19:40 (GMT)
Merging r42193 through r42349 from trunk into soc-2011-tomato

December 2, 2011, 19:29 (GMT)
Possible fix for #29436: issue with external numpad, that is generating unknown
key events. Disable using these as "key modifier".

December 2, 2011, 19:08 (GMT)
Fix #28539: redraw issue with grease pencil active layer button, this was a regular
button that acted like a toggle, now made it an actual toggle button.

December 2, 2011, 18:09 (GMT)
OSX: match quicktime and QTKit export to other formats/codecs
December 2, 2011, 17:17 (GMT)
Adjust face menu links to "mirror uvs" and "mirror colors" to use the bmesh n-gon-compatible replacements "reverse uvs" and "reverse colors"
December 2, 2011, 16:57 (GMT)
HSV Color Node for Cycles
.........................
note, the OSL code has a problem.
In the original node the input and output nodes have the same name (Color).
So this will be fixed here once Brecht come up with a nice autorenaming (or we do a doversion patch) for that.
December 2, 2011, 16:57 (GMT)
Reverse default direction of "rotate colors" to match the (only rotation direction) of rotate colors in trunk
December 2, 2011, 16:56 (GMT)
Remove face menu (ctrl+f) links to f-gon commands
December 2, 2011, 15:08 (GMT)
Fix #27626: nodes inside groups can't be muted. There was a check here to
disable this, but with recent node muting patch and node group changes it
should work now.

December 2, 2011, 14:26 (GMT)
Cycles:
* Fix broken compile of test app.
* Fix some warnings compiling with gcc for 32 bit.
* More tweaks to avoid extended precision issue from #29301.

December 2, 2011, 13:07 (GMT)
Rename clip proxy rebuild function so it's no longer called in the same way
as proxy rebuild function in sequencer.

No functional changes.
December 2, 2011, 07:13 (GMT)
cycles separateRGB: fix for cuda kernel building.
Array indexing doesn't work there.

I'm yet to setup my CUDA computer, in the meantime this proved to work (tested by Daniel Salazar).
If I found other ways of doing it I get back to that.
December 2, 2011, 05:54 (GMT)
fix [#28645] TODO: dissolve edges doesn't delete lonely vertices on edges

dissolving a vert on 2 edges now uses 'JOIN EDGE KILL VERT'

also removed a fairly large block of code since 'jekv' handles this too.
December 2, 2011, 03:32 (GMT)
svn merge ^/trunk/blender -r42329:42333
December 2, 2011, 03:18 (GMT)
changes to derived mesh editmode functions to be in closer sync with trunk.
December 2, 2011, 03:16 (GMT)
move editmesh derived mesh functions into their own file to match bmesh, without this all merges in this area have to be done manually.
December 2, 2011, 02:18 (GMT)
file rename, will do the same in trunk to make merges less of a hassle
December 2, 2011, 01:01 (GMT)
svn merge ^/trunk/blender -r42303:42329
December 1, 2011, 22:08 (GMT)
renaming BooleanProperty to BoolProperty (rna structs shouldnt affect scripters)
Talked with Brecht and Campbell and they both agreed that bpy.types should match bpy.props
In the ideal world we would rename bpy.props to BooleanProperty. This would break scripts though. So we go for a compromise and at least have some consistency.
December 1, 2011, 21:46 (GMT)
SeparateRGB and CombineRGB nodes for Cycles materials
reviewed and approved by Brecht

my first OpenCL code o/
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021