Blender Git Commits

Blender Git "master" branch commits.

Page: 2556 / 5574

July 11, 2015, 19:35 (GMT)
Error in last commit
July 11, 2015, 19:33 (GMT)
Minor changes for more efficient endian switching
July 11, 2015, 17:50 (GMT)
Use const for sculpt vars

resolves building with gcc4.9
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.
July 11, 2015, 16:53 (GMT)
remove redundant casts
July 11, 2015, 16:31 (GMT)
error in own last commit
July 11, 2015, 16:03 (GMT)
Add Thai and Khmer charsets to our i18n font.
July 11, 2015, 15:45 (GMT)
Avoid static var for OpenEXR
July 11, 2015, 15:13 (GMT)
Make Iris image loading thread-safe

Needed for thumbnails
July 11, 2015, 15:07 (GMT)
ImBuf: cleanup, use const for memory passed in
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.
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.
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
July 10, 2015, 18:39 (GMT)
Cleanup: use const for mesh functions
July 10, 2015, 17:25 (GMT)
Cleanup: use const for gpu buffer
July 10, 2015, 16:49 (GMT)
Cleanup: remove redundant includes
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)
Fix crash when appending from File Browser

Again own mistake in rBaeeb23efa28dc1
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021