Blender Git Commits

Blender Git commits from all branches.

Page: 2782 / 2888

June 7, 2012, 13:18 (GMT)
more strict checking and logging WITH_GPU_SAFETY + window manager ported to use gpu compatibility layer + fixes to blenfont to work with stricter gpu safety
June 7, 2012, 09:29 (GMT)
Fixed unbalaned Format/Unformat and removed dead references to GLU
June 7, 2012, 08:43 (GMT)
WIP commit
June 7, 2012, 06:35 (GMT)
Added node_shader_mybsdf_diffuse.c to CMakeLists.txt

-this fixes the compilation error from revision r47479
June 6, 2012, 22:18 (GMT)
Update Eigen3 to 3.1BETA
June 6, 2012, 20:01 (GMT)
Fixed bug
Function takes m1, m3, m2 instead of m1, m2, m3
June 6, 2012, 19:49 (GMT)
Texture Rake for texture painting
=================================
* Do some initial coding and exposing of the tool for the user. The
result is again, jumpy, still it will provide a good base so commiting.
I will need to cleanup which options appear to the user as well.

LOTS of state for texture painting, I will have to verify that I am
touching the right state.
June 6, 2012, 18:55 (GMT)
Tweak for the previous patch. Loading factory settings should load userprefs as well.
June 6, 2012, 18:16 (GMT)
Preferences are saved independently from the default startup project. The preferences file omits most other data blocks and saves only user preferences. It's loaded before the startup blend is loaded, and the preferences information in the startup blend isn't loaded. "Save to defaults" in the preferences screen saves to the preferences blend instead of the default blend. Saving the homefile was renamed from "Save User Settings" to "Save Start-Up Project" for clarity.
June 6, 2012, 17:18 (GMT)
workaround for font color was not quite right
June 6, 2012, 17:11 (GMT)
On linux files are case sensitive
June 6, 2012, 16:49 (GMT)
Adding initial Software Matrix Stack

For nuce transition you have to isolate the area on which you working on with:
gpuMatrixLock() and gpuMatrixUnlock()

More functions are comming
June 6, 2012, 16:44 (GMT)
Created a BLF_draw_default_lock/BLF_draw_default_unlock that are to BLF_draw_default what BLF_draw_lock/BLF_draw_unlock are to BLF_draw.
June 6, 2012, 16:32 (GMT)
editors/transform converted to use gpuImmediate

includes additions to primitives.
June 6, 2012, 16:17 (GMT)
missing file
June 6, 2012, 14:28 (GMT)
Fixed all places that used "" instead of <> to include glew.h. Defined -DGLEW_STATIC for all modules that use GLEW.
June 6, 2012, 14:14 (GMT)
editors/space_api/space.c exports no symbols. Instead of removing the file outright I'm just going to comment out its line in CMakeLists.txt
June 6, 2012, 14:01 (GMT)
merge with trunk 47515
June 6, 2012, 13:29 (GMT)
Fixed qualifiers different from declaration.

Problem similar to my last commit.
June 6, 2012, 13:12 (GMT)
Inconsistent qualifiers on parameters.

I removed the const since it is not common to put const of values passed by parameter. Not really sure why that is, maybe it is just too verbose and does not really provide any extra information to users or the compiler.
By: Miika HämäläinenLast update: Nov-07-2014 14:18MiikaHweb | 2003-2021