Blender Git Loki

Blenderin Git "master"-kehityshaaran kommitit.

Page: 3247 / 5574

March 24, 2013, 06:23 (GMT)
Unix/X11 - use RGBA icon (netwm icon), rather then pixmap icon.
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().
March 24, 2013, 01:19 (GMT)
fix for struct definition building with msvc2008 and some style cleanup.
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
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.
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... :(
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 ...
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.



March 23, 2013, 16:03 (GMT)
code cleanup: remove unused button type HSVSLI
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.


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.
March 23, 2013, 08:47 (GMT)
Constraint UI:
* Hide Script Constraint from UI, not functional.
* Alphabetical order fix for Motion tracking constraints.
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
March 23, 2013, 08:25 (GMT)
Code cleanup:
* Remove already deprecated USER_DISABLE_AA flag from code, only commented DNA flag left.
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.
March 23, 2013, 06:55 (GMT)
Code cleanup:
* Use bpy.app.build_options for UI checks rather than custom ones.
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.
March 23, 2013, 03:04 (GMT)
BGE: getting rid of a few maybe-uninitialized warnings.
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_.
Tehnyt: Miika HämäläinenViimeksi päivitetty: 07.11.2014 14:18MiikaH:n Sivut a.k.a. MiikaHweb | 2003-2021