Revision 7b1489b by Campbell Barton July 11, 2015, 19:35 (GMT) |
Error in last commit |
Revision 968351d by Campbell Barton July 11, 2015, 19:33 (GMT) |
Minor changes for more efficient endian switching |
Revision 17ebbc0 by Campbell Barton July 11, 2015, 17:50 (GMT) |
Use const for sculpt vars resolves building with gcc4.9 |
Revision 5a19d9d by Sergey Sharybin July 11, 2015, 17:18 (GMT) |
ImBuf: Fix compilation error with older libpng Older libpng library does not use const pointer to a memory. The exact version is a bit of a guess here, maybe needs tweaks to it tho. |
Revision 3a810bf by Campbell Barton July 11, 2015, 16:53 (GMT) |
remove redundant casts |
Revision eed7efa by Campbell Barton July 11, 2015, 16:31 (GMT) |
error in own last commit |
Revision b610ec5 by Bastien Montagne July 11, 2015, 16:03 (GMT) |
Add Thai and Khmer charsets to our i18n font. |
Revision a6259d4 by Campbell Barton July 11, 2015, 15:45 (GMT) |
Avoid static var for OpenEXR |
Revision e42e018 by Campbell Barton July 11, 2015, 15:13 (GMT) |
Make Iris image loading thread-safe Needed for thumbnails |
Revision 2410797 by Campbell Barton July 11, 2015, 15:07 (GMT) |
ImBuf: cleanup, use const for memory passed in |
Revision 03d8907 by Bastien Montagne July 11, 2015, 14:50 (GMT) |
Add some basic report/timing/logging tool as util py module `progress_report`. It supports any level of sub-steps, timing, messaging, and uses WindowManage.progress API to report progress in UI, in addition to console printing. |
Revision 114e7ea by Campbell Barton July 11, 2015, 13:21 (GMT) |
Add WM_framebuffer_to_index_array Convert buffer to index in one loop, also minor cleanup to backbuf/selection functions. - Use IMB_rectcpy instead of inline pixel copy. - Redundant WM_framebuffer_to_index call. |
Revision 02b3618 by Julian Eisel July 11, 2015, 03:48 (GMT) |
File Browser: Keep file name after changing directory Actually this was an intentional change in rBaeeb23efa28dc to prevent Blender from trying to open the old file from the new directory. Issue is that this is really bad for saving and basically breaks "Save As". Some more tweaks were needed to make it work like before, so now it keeps the name of the last selected file, but clears it when selecting a folder. |
Revision 909fa34 by Bastien Montagne July 10, 2015, 22:04 (GMT) |
BLI_matrix space_transform: Add a 'local-invariant' setter. `BLI_space_transform_from_matrices()` defines a 'global-invariant' transform (same point in global space, two different coordinates in local and target spaces). New `BLI_space_transform_global_from_matrices()` is kind of opposite, it defines a 'local-invariant' transform (two different points in global space, same coordinates in local and target spaces). Useful to 'match' meshes. |
Revision bf3fe67 by Julian Eisel July 10, 2015, 20:09 (GMT) |
Fix T45405: Crash on opening a file (in filebrowser code) Quoting Bastien from IRC: "Filebrowser is a nest of bad surprises" -- indeed :S |
Revision f3d5af4 by Campbell Barton July 10, 2015, 18:39 (GMT) |
Cleanup: use const for mesh functions |
Revision 0875cb0 by Campbell Barton July 10, 2015, 17:25 (GMT) |
Cleanup: use const for gpu buffer |
Revision 78cae5b by Campbell Barton July 10, 2015, 16:49 (GMT) |
Cleanup: remove redundant includes |
Revision 3443686 by Campbell Barton July 10, 2015, 16:30 (GMT) |
Sequencer: changes to text effect strip - default alignment to lower center. - placement is now relative, so changing output size keeps correct placement. - instead of center override, add align option (left/right/center). Also don't use pixel-size for setting the font size, on new strips. Better not have UI prefs impact low level API's. |
Revision 9a3dfa1 by Julian Eisel July 10, 2015, 15:49 (GMT) |
|
|
|


Master Commits
MiikaHweb | 2003-2021