Revision b7aefff by Sergey Sharybin December 2, 2011, 19:40 (GMT) |
Revision 725207a by Brecht Van Lommel 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". |
Revision 069f46a by Brecht Van Lommel 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. |
Revision 0539a3f by jens verwiebe December 2, 2011, 18:09 (GMT) |
OSX: match quicktime and QTKit export to other formats/codecs |
Revision e883fa1 by Andrew Wiggin 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" |
Revision 4fd2736 by Dalai Felinto 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. |
Revision 397aad2 by Andrew Wiggin December 2, 2011, 16:57 (GMT) |
Reverse default direction of "rotate colors" to match the (only rotation direction) of rotate colors in trunk |
Revision 1906410 by Andrew Wiggin December 2, 2011, 16:56 (GMT) |
Remove face menu (ctrl+f) links to f-gon commands |
Revision f96aad6 by Brecht Van Lommel 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. |
Revision efe4ea2 by Brecht Van Lommel 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. |
Revision 1f96a12 by Sergey Sharybin 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. |
Revision 1da758f by Dalai Felinto 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. |
Revision 9010378 by Campbell Barton 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. |
Revision 764a2be by Campbell Barton December 2, 2011, 03:32 (GMT) |
svn merge ^/trunk/blender -r42329:42333 |
Revision 2bdd4c5 by Campbell Barton December 2, 2011, 03:18 (GMT) |
changes to derived mesh editmode functions to be in closer sync with trunk. |
Revision 0cff8e6 by Campbell Barton 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. |
Revision 583b118 by Campbell Barton December 2, 2011, 02:18 (GMT) |
file rename, will do the same in trunk to make merges less of a hassle |
Revision 15ad39e by Campbell Barton December 2, 2011, 01:01 (GMT) |
svn merge ^/trunk/blender -r42303:42329 |
Revision 1936b31 by Dalai Felinto 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. |
Revision 4db4a09 by Dalai Felinto December 1, 2011, 21:46 (GMT) |
SeparateRGB and CombineRGB nodes for Cycles materials reviewed and approved by Brecht my first OpenCL code o/ |
|
|
|


Master Commits
MiikaHweb | 2003-2021