Revision 0bc791a by Campbell Barton March 24, 2013, 06:23 (GMT) |
Unix/X11 - use RGBA icon (netwm icon), rather then pixmap icon. |
Revision 08aef8a by Campbell Barton March 24, 2013, 01:51 (GMT) |
code cleanup: move doxy docs from headers into source. also replace strncpy();str[len]=0 with BLI_strncpy() in BLI_stringdec(). |
Revision 92d7955 by Campbell Barton March 24, 2013, 01:19 (GMT) |
fix for struct definition building with msvc2008 and some style cleanup. |
Revision 5841d1c by Tamito Kajiyama March 24, 2013, 00:53 (GMT) |
Added header comments to indicate the author(s) of original files. Suggested by Sergey Sharybin through a code review of the branch. The information was mostly recovered from the AUTHORS file [1] of the stand-alone Freestyle package version 2.2.0. [1] http://freestyle.cvs.sourceforge.net/viewvc/freestyle/freestyle/AUTHORS.TXT |
Revision 866d80b by Tamito Kajiyama March 23, 2013, 21:38 (GMT) |
Removed a Freestyle-specific function call from bf_windowmanager. Suggested by Sergey Sharybin through a code review of the branch. |
Revision d9eadf4 by Bastien Montagne March 23, 2013, 17:28 (GMT) |
Fix for opencollada building in install_deps.sh script. Stick to rev c89cf095c40aa2a518b1104c448825eacc92d174 of opencollada repo, next commit breaks API and prevent blender from building anymore... :( |
Revision 224c7a2 by Campbell Barton March 23, 2013, 17:11 (GMT) |
code cleanup: quiet shadow warning. |
Revision e2baf49 by Lukas Toenne March 23, 2013, 16:45 (GMT) |
Fix for cycles group node bug, reported on IRC: Group nodes input proxies did not get their correct default value set. Forgot to add this during r55440 ... |
Revision c79b923 by Ton Roosendaal March 23, 2013, 16:08 (GMT) |
Bug fix 34743 Mac OS X full screen: the old option to go full screen now didn't hide the dock/topbar anymore. Also made it use dock auto-hide now, not permanent hide. |
Revision 5a87e4d by Campbell Barton March 23, 2013, 16:03 (GMT) |
code cleanup: remove unused button type HSVSLI |
Revision 1c32b51 by Ton Roosendaal March 23, 2013, 12:46 (GMT) |
Theme fix: Node Editor and Sequencer were not using grid theme color, but 'back'. This commit adds versioning to copy background color to grid. I do this without increasing sub-version, which allows to add correct drawing when the subversion has to go up anyway for something else. |
Revision 349c5ec by Thomas Dinges March 23, 2013, 10:11 (GMT) |
Cycles: * Avoid an unnecessary condition in light.cpp, (totarea > 0.0f) is always true inside the "if(kintegrator->use_direct_light)" branch. |
Revision 838c263 by Thomas Dinges March 23, 2013, 08:47 (GMT) |
Constraint UI: * Hide Script Constraint from UI, not functional. * Alphabetical order fix for Motion tracking constraints. |
Revision 259880d by Thomas Dinges March 23, 2013, 08:38 (GMT) |
Code cleanuo: * Remove already commented "use_radiosity" flag from RNA. * Remove some commented exceptions for old 2.4x 3D View preview region. * Remove empty and commented function declarations from 2.4x UI times |
Revision 961df69 by Thomas Dinges March 23, 2013, 08:25 (GMT) |
Code cleanup: * Remove already deprecated USER_DISABLE_AA flag from code, only commented DNA flag left. |
Revision 5cbc000 by Thomas Dinges March 23, 2013, 07:09 (GMT) |
Cycles: * Move OpenGL settings out of the film panel into its own. Imho these should go completely elsewhere, but better separated than mixed with Cycles settings. |
Revision dd71365 by Thomas Dinges March 23, 2013, 06:55 (GMT) |
Code cleanup: * Use bpy.app.build_options for UI checks rather than custom ones. |
Revision 2006103 by Mitchell Stokes March 23, 2013, 03:11 (GMT) |
OpenGL: Moving the GPU_pass_update_uniforms() call from GPU_material_bind_uniforms() to GPU_material_bind(). This way, material specific uniforms don't need to be resent when sending object specific uniforms. This saves uniform update calls in the BGE where one material is bound and multiple objects can be drawn. This doesn't offer much in the way of performance, but it cleans up our OpenGL usage a bit. One test scene went from 8k OpenGL calls to 4k with just this one change. |
Revision 1356e3b by Mitchell Stokes March 23, 2013, 03:04 (GMT) |
BGE: getting rid of a few maybe-uninitialized warnings. |
Revision 62cede9 by Tamito Kajiyama March 23, 2013, 03:00 (GMT) |
A major code update for making the DNA file specification of Freestyle settings and RNA for it independent of the build flag for enabling Freestyle. Suggested by Sergey Sharybin through a code review of the branch. * Many #ifdef WITH_FREESTYLE blocks were removed to always have Freestyle-specific DNA file specification and RNA for it built in Blender. This will allow Freestyle setting survive even when a non-Freestyle build is used for loading and saving files. It is noted that operations are still conditionally built through #ifdef WITH_FREESTYLE blocks. * To this end, new blenkernel files BKE_freestyle.h and intern/freestyle.c have been added. All API functions in FRS_freestyle_config.h as well as some of those in FRS_freestyle.h were moved to the new files. Now the relocated API functions have BKE_ prefix instead of FRS_. |
|
|
|


Master Commits
MiikaHweb | 2003-2021