June 17, 2015, 14:49 (GMT) |
Add possibility to draw voxels as boxes. The colors are set to be the same as the VDB paper, just like for the tree. They are drawn perfectly, but that'll for the moment. |
June 17, 2015, 14:46 (GMT) |
Msgfmt: Fix for generating .mo files from .po without comments |
June 17, 2015, 14:33 (GMT) |
Report proper frame and time to the console when doing compositing |
June 17, 2015, 14:33 (GMT) |
Cleanup, use define instead of magic number |
June 17, 2015, 14:33 (GMT) |
Print elapsed time when rendering from the command line |
June 17, 2015, 14:33 (GMT) |
Flush stdout prior of calling render stats callback Without this extra flush order of stat prints is undefined in the output. which makes it rather tricky to write custom output in a reliable way. |
June 17, 2015, 13:56 (GMT) |
Move draw settings to its own struct and add some more options. For now the options control the tolerance for drawing voxels and their size in the viewport. |
June 17, 2015, 12:28 (GMT) |
Merge branch 'asset-experiments' into asset-engine |
June 17, 2015, 12:28 (GMT) |
Merge branch 'master' into asset-experiments |
June 17, 2015, 11:59 (GMT) |
Merge branch 'master' into gooseberry Conflicts: source/blender/blenkernel/intern/cdderivedmesh.c source/blender/gpu/GPU_buffers.h source/blender/physics/intern/BPH_mass_spring.cpp |
June 17, 2015, 10:58 (GMT) |
Use vertex arrays to draw the VDB tree and its values. |
Revision 0c381ac by Bastien Montagne June 16, 2015, 16:13 (GMT) |
Revert "Squashed commit of asset-experiments branch." This reverts commit 5b48abf1f19923bd205fe08edae30f028e25fc84. |
Revision 5b48abf by Bastien Montagne June 16, 2015, 16:12 (GMT) |
Squashed commit of asset-experiments branch. |
Revision 991d7d6 by Bastien Montagne June 16, 2015, 16:11 (GMT) |
Merge branch 'master' into experimental-build |
June 16, 2015, 16:11 (GMT) |
Merge branch 'asset-experiments' into asset-engine Conflicts: source/blender/editors/space_file/file_ops.c source/blender/editors/space_file/filelist.c source/blender/editors/space_file/filelist.h source/blender/editors/space_file/space_file.c |
June 16, 2015, 15:32 (GMT) |
Cleanup: get rid of ugly bool in structs, replaced by bitflags. |
June 16, 2015, 14:59 (GMT) |
Make selection & co really working even during listing process. This commit replaces `filelist_numfiles()` by `filelist_files_ensure()`. The later also returns number of visible files (i.e. filtered ones), but also ensures filelist is filetered and sorted. Otherwise, during listing process, operators could be executed between an update of the listing job, and the refresh from the file space - i.e. at a time filelist is virtually empty (from filebrowser PoV). Also, got rid of 'need_refresh', this ended up being unused... |
June 16, 2015, 14:19 (GMT) |
Selection/UUIDs handling enhancements: * Do not systematically clear selection_state's uuids GHash when updating filelist during listing process - uuids used here should remain valid. Allows to not lose selections during listing background job! * Use new BLI_ghash_lookup_p to handle selection state setting, symbolic optimization but... |
June 16, 2015, 13:45 (GMT) |
Make imbuf_thumb for .blend a bit less stupid & noisy regarding missing previews. A file which does not have *any* preview is perfectly valid, error is only when there are some previews, but not the same number as actual datablocks... |
June 16, 2015, 13:40 (GMT) |
Fix some fileops operators that could try to get out-of-bound indices. Also, some minor reordering in full-block-recaching, currently could not create issues but better be safe & logic here. |
|
|
|


Master Commits
MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021