April 27, 2014, 21:08 (GMT) |
Merge branch 'master' into soc-2013-paint Conflicts: source/blender/editors/sculpt_paint/paint_image_proj.c source/blender/editors/sculpt_paint/paint_utils.c |
April 27, 2014, 20:23 (GMT) |
Add missing mask display support from subsurf. |
April 27, 2014, 20:02 (GMT) |
* Add custom color for new layers. This is not ideal because of the internal representation of byte images, which is straight alpha. This means that on the display we will get an opaque color if we try painting on a transparent image. To bypass this I have enforced alpha to be 1 in that case. If we are to support this we should upload byte images as premultiplied meaning we take a performance hit...hmmmm...no. * Add dependency update when painting on image editor. Should handle update of layer icons nicely |
April 27, 2014, 18:49 (GMT) |
Code cleanup: use sets |
April 27, 2014, 18:08 (GMT) |
Brush Color tidy-up. Nice UI mockup from so3Datel on blendeartists |
April 27, 2014, 16:51 (GMT) |
Merge branch 'master' into bake-cycles |
April 27, 2014, 16:32 (GMT) |
Code cleanup: avoid warning about bit-shift outside int range |
April 27, 2014, 16:04 (GMT) |
Cycles-Bake: Internal save mode should be the default (since external is not even in the ui) |
Revision f5e17e1 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 27, 2014, 14:45 (GMT) |
extended the critical section, hopefully this stabilizes it a bit |
April 27, 2014, 13:49 (GMT) |
Fix style after old bad merge |
April 27, 2014, 13:45 (GMT) |
Fix some clamping issues. |
Revision 9877852 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 27, 2014, 12:59 (GMT) |
tried to increase speed by openmp, but crashes more often now, especially when freeing things (double free...) hrm |
April 27, 2014, 10:34 (GMT) |
Bake api: include cleanup |
April 27, 2014, 10:33 (GMT) |
Bake api: define TriTessFace verts as an array (avoids copy) - no need to calloc hit array. - rename smoothnormal is_smooth |
April 27, 2014, 10:33 (GMT) |
Bake api cleanup: use RE_bake_ prefix. |
April 27, 2014, 10:33 (GMT) |
Code cleanup: cycles baking - remove unused headers - respect 120 line length - indentation - was assigning all props to 'ot->prop' for no reason. |
Revision fb2198d by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 26, 2014, 21:30 (GMT) |
some cleanup ... |
Revision c238233 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 26, 2014, 21:21 (GMT) |
all "optimizations" made it actually slower, so using full copy now... |
Revision 26d7665 by Martin Felke (fracture_modifier, fracture_modifier-master, temp-fracture-modifier-2.8) April 26, 2014, 20:13 (GMT) |
hrm bisect does not get faster... |
April 26, 2014, 16:26 (GMT) |
Merge remote-tracking branch 'upstream/master' into bake-cycles Note: as per previous 'master' commits I will need to convert the arrays to const arrays. Campbell, were you doing that manually? or you have a script to do so? |
|
|
|


Master Commits
MiikaHweb | 2003-2021