Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2014-05-02BGE cleanup: Removing the unused SCA_EventManager::Replace_PhysicsScene().Mitchell Stokes
2014-05-02BGE: Forgot a NULL check in CcdPhysicsEnvironment::MergeEnvironment()Mitchell Stokes
2014-05-02Correct own stupid mistake dragging popups (x/y swap)Campbell Barton
2014-05-02Code cleanup: UI use ui_block_to_window_rctf where possibleCampbell Barton
2014-05-02Cleanup: Remove unused variables.Thomas Dinges
2014-05-02UIL: Dragging popups wasn't updating safe-areasCampbell Barton
2014-05-02BGE cleanup: Moving the PHY_* includes in BL_BlenderDataConversion.cppMitchell Stokes
These includes are now with the rest of the includes instead of in the middle of the file. This should also help building on OS X.
2014-05-02Cycles UI:Pablo Vazquez
Show the Ray Visibility panel for objects with dupli_group on, no reason to hide it.
2014-05-02Fix T39932: LibNew can't find LibLoaded meshes.Mitchell Stokes
LibNew now searchs dynamic (i.e., LibLoaded) mains instead of just the current main.
2014-05-02Update parse_syntax_error() to Python 3.4x versionCampbell Barton
2014-05-01Fix T39988: Selected object count invalid after exiting local-viewCampbell Barton
2014-05-01Code cleanup: remove file handling headers where they arent neededCampbell Barton
2014-05-01Code cleanup: replace long long with int64_t & doxy formatting.Campbell Barton
2014-05-01Fix T39987: The new "redirect to bone constraints" button at the object ↵Bastien Montagne
constaints tab is wrong in bone edit mode In edit mode, do as with usual objects - show object constraints!
2014-05-01Cycles: MIS for lamps now loops over all lamps instead of picking one.Brecht Van Lommel
Probably will not be noticed in most scenes. This helps reduce noise when you have multiple lamps with MIS enabled, at the cost of some performance, but from testing some scenes this seems better.
2014-05-01Add BLI_compiler_compat.h to help with portabilityCampbell Barton
2014-05-01Code cleanup: remove unused kludge for Py/Win encodingCampbell Barton
2014-05-01Code cleanup: remove defines no longer needed on windowsCampbell Barton
2014-05-01Cleanup: Remove unused variables.Bastien Montagne
2014-05-01Fix some dummy formating issue (breacks i18n message processing).Bastien Montagne
2014-05-01Fix T31555: Username with special chars in Windows 7Bastien Montagne
At last! Could not check seriously on windows (though it was done during py patch process).
2014-05-01Install_deps.sh: do not use terminfo in our own llvm build.Bastien Montagne
llvm-config does not report it as link arg as it should (see http://stackoverflow.com/questions/21477407/llvm-3-5-fails-to-link).
2014-05-01Fix for a typo in comment.Tamito Kajiyama
2014-05-01fix T39967: Added support for Import/export of vertex color layersgaiaclary
2014-05-01Fix blenderplayer build.Bastien Montagne
2014-05-01Fix T39938: install_deps.sh fails when compiling OSLBastien Montagne
Should always use a fixed rev in git repos! Also done some other cleanup/fixes.
2014-05-01View2d: bring back 2.4x option to lock time for 2d viewsCampbell Barton
2014-05-01Fix T39884: Displaying filenames with '|' failing in menusCampbell Barton
2014-05-01Code cleanup: remove redundant filename copy & simplify splashCampbell Barton
2014-05-01BGE cleanup: KX_GameObject::GetParent() no longer increases the object's ↵Mitchell Stokes
refcount. I'm not sure why this function ever increased the object's refcount. Any place in the code that calls KX_GameObject::GetParent() has to turn around and call parent->Release(). Forgetting to call Release() was a common cause of memory leaks (in fact, KX_SteeringActuator was probably leaking). If the refcount needs to be increased, the calling code can handle calling AddRef().
2014-05-01Cleanup / Cycles: Adjust comment for faster testing in the future.Thomas Dinges
Unfortunately the function call is still a bit slower, even with CUDA 6.0. :/
2014-05-01Fix first part of T39956Antony Riakiotakis
show diffuse option not correctly calculated on opening a file. Make sure we call pbvh_show_diffuse_color_set after building the pbvh so vertex data are available to it.
2014-05-01More fixes, msvc 2008 needs math includes for "isnan"..Thomas Dinges
2014-05-01Another issue with includesCampbell Barton
OSX needs userdef for pixelsize, adjusted header to avoid this happening again.
2014-05-01Include removal gave problems with windows, ifdef some back in for windows onlyCampbell Barton
2014-05-01Revert "Fix msvc 2013 compiler errors after the ingenious cleanup in ↵Campbell Barton
4ca67869cc7a." This reverts commit a47a4ef82f37428d391cc14a30fa611d6714e71d.
2014-05-01Fix msvc 2013 compiler errors after the ingenious cleanup in 4ca67869cc7a.Thomas Dinges
2014-05-01Fix for making single user objects setting FROMGROUP flag incorrectlyCampbell Barton
2014-05-01Add PBVH debug display, where we can see the PBVH node bounding boxes.Antony Riakiotakis
To enable enter debug value 14. Leaf nodes are green while container nodes are red.
2014-05-01Fix T39969: Make single user object looses custom-tx-boneCampbell Barton
2014-04-30Warning cleanup: signed/unsigned compareCampbell Barton
also remove redundant loop in BKE_pose_copy_data
2014-04-30Fix for copy_object_pose incrementing custom user twiceCampbell Barton
2014-04-30Fix T39974: Popups lead to crash if 'UNDO' isn't setCampbell Barton
This isn't supported, raise an error instead
2014-04-30Code cleanup: remove unused headerCampbell Barton
2014-04-30Code cleanup: remove unused includesCampbell Barton
Opted to keep includes if they are used indirectly (even if removing is possible).
2014-04-30Fix T39965: Sequencer do not sync cycles stripsSergey Sharybin
The was actually caused by the way how Cycles uses objects layers. It's not possible to rely on the fact that layers are flushed from Base to Object. It's only valid when rendering active scene. Now made it so layers are used from the base.
2014-04-30Windows: Disable Numpy for now, we miss the libs for Python 3.4.Thomas Dinges
Also make the flag WITH_BF_PYTHON_INSTALL_NUMPY flag actually work on Windows.
2014-04-30Cycles CUDA: make CUDA toolkit 6.0 the official supported version.Brecht Van Lommel
This also updates the configurations to build kernels for compute capability 5.0 cards, when using and older CUDA toolkit version this will be skipped. Also includes tweaks to improve performance with this version: * Increase max registers on sm_30, sm_35 and sm_50 * No longer use texture storage on sm_30
2014-04-30Fix T35176: Python fails with blend files from non-ASCII pathsCampbell Barton
Thanks to Tamito for updating the patch to support Freestyle!
2014-04-30Python: move to version 3.4x on all platformsCampbell Barton