Revision f81f6c5 by Campbell Barton September 11, 2013, 04:14 (GMT) |
take the decender into account when drawing console text. also add data types wm and mask to dataname() and unshadow var in ghost/x11 |
Revision a4f12a3 by Campbell Barton September 11, 2013, 02:36 (GMT) |
fix [#36697] Topology mirror causes vertices to jump? don't give up too early finding unique geometry by keeping track of edges with matching vertex hashes and keep checking for unique topology as long as the total of these edges keeps increasing. |
Revision 43c83e2 by Campbell Barton September 11, 2013, 01:15 (GMT) |
fix double free in ghost c++ gears test program. |
Revision 44ec0b0 by Campbell Barton September 10, 2013, 23:11 (GMT) |
uv-pack operator: option to rotate uv islands to fit in the optimal rectangle when packing. |
Revision f171f4e by Campbell Barton September 10, 2013, 21:45 (GMT) |
correct own recent edits, area for text line numbers drawing was too small. |
Revision ab8d88a by Campbell Barton September 10, 2013, 20:45 (GMT) |
add angle_to_mat2 utility function. |
Revision 734eaab by Brecht Van Lommel September 10, 2013, 20:26 (GMT) |
Fix #36327: cycles render layers exclude layers animation did not work well. This is kind of another way to animate layers which is disabled, but add an exception to make this case work. |
Revision 92d94cc by Campbell Barton September 10, 2013, 19:23 (GMT) |
misc minor changes - make cmake osx use of -ftemplate-depth match scons. - use array size within sizeof(), more compact. - replace AT with __func__ where the function is unique enough. - BLI_box_pack_2D -> 2d to match other functions. - rename new mesh normal calculation to mesh.calc_normals_split() |
Revision ba13c16 by jens verwiebe September 10, 2013, 18:56 (GMT) |
OSX/cmake: assure finding jack framework |
Revision 5b95903 by jens verwiebe September 10, 2013, 18:40 (GMT) |
OSX/scons: fix a typo for jack adding frameworksearchpath |
Revision 773ea29 by Bastien Montagne September 10, 2013, 15:41 (GMT) |
Possible fix for MSVC compiling (grr...). |
Revision 135f6a7 by Bastien Montagne September 10, 2013, 15:26 (GMT) |
Split normals API, to get per-vertex per-face normals, useful to export sharp edges in a compatible way. Many thanks to Campbell and Brecht for reviews. |
Revision 44c7a87 by Bastien Montagne September 10, 2013, 15:24 (GMT) |
Update to writefile: do not save TEMPORARY or NO_COPY CD layers! Neede for next commit (split normals API). |
Revision ac78c4a by Brecht Van Lommel September 10, 2013, 15:12 (GMT) |
Fix cycles too slow export of meshes with uvs when a motion vector pass is used. |
Revision e052fc9 by Brecht Van Lommel September 10, 2013, 13:25 (GMT) |
Fix #36271: missing (+) icon for toolbar in compositing layout in default startup.blend. |
Revision b6bdb12 by Brecht Van Lommel September 10, 2013, 13:25 (GMT) |
startup.blend: save images as RGBA by default, to avoid losing data when forgetting to change it from RGB when painting images or saving renders. This makes more sense in the new alpha pipeline, renders no longer contain an alpha channel that does not match the RGB channels, so saving files as RGBA should give the expected results when opening them in other applications. |
Revision b5e1c48 by Brecht Van Lommel September 10, 2013, 13:25 (GMT) |
startup.blend: add a function BLO_update_defaults_startup_blend to change default settings in the startup.blend without having to actually save and embed the file, which can be a tricky process and is problematic in branches and patches. This function can be emptied each time a new startup.blend is committed. |
Revision f40566e by Brecht Van Lommel September 10, 2013, 13:25 (GMT) |
Fix #36577: sculpt area plane texture mapping + random angle did not work. |
Revision 17a7c24 by Bastien Montagne September 10, 2013, 13:13 (GMT) |
Another DNA cleanup (enums instead of defines). |
Revision 6fc159b by jens verwiebe September 10, 2013, 12:55 (GMT) |
OSX/Scons/clang: more restrict the ftemplate fix to clang bundled with xcode 5 only |
|
|
|


Master Commits
MiikaHweb | 2003-2021