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 (Expand)Author
2013-12-283D Text: use ghash for character lookupsCampbell Barton
2013-12-28Fix for BKE_nurb_handles_autocalc using 2d tests on 3d dataCampbell Barton
2013-12-28Math Lib: add dist_squared_to_line_v2, avoids sqrt in scanfill and 3d-textCampbell Barton
2013-12-27Fix T36474: Blender 2.68a crashes upon renderingSergey Sharybin
2013-12-27Remove TODO. Those args could be useful in the future.Sergey Sharybin
2013-12-27Typo fix in a commentSergey Sharybin
2013-12-27Code Cleanup: styleCampbell Barton
2013-12-27Rigidbody: Code cleanupSergej Reich
2013-12-27Fix T37955: Freestyle render misalignmentSergey Sharybin
2013-12-27Fix out-of-date comment which came from DAG-MT branchSergey Sharybin
2013-12-26Rigidbody: Allow triangle mesh shapes to deform during simulationSergej Reich
2013-12-26Rigidbody: Use own structure to store mesh data for collision shapesSergej Reich
2013-12-26Rigidbody: Add option to choose mesh source for collision shapesSergej Reich
2013-12-26Usual minor UI messages fixes...Bastien Montagne
2013-12-26Avoid temporary change of animation data flags for nodes filterSergey Sharybin
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-26Fix T37945: Crash after undoSergey Sharybin
2013-12-26Simplify isect_point_poly_v2 functions using angle_signed_v2v2Campbell Barton
2013-12-26Polyfill: minor changes to which fix rare errors with float precisionCampbell Barton
2013-12-26Fix T37946: Error filling ngonsCampbell Barton
2013-12-26correction to last commitCampbell Barton
2013-12-26Correct alloc string and comment in makesdnaCampbell Barton
2013-12-26Fix T37939: Crash on exit (reading from freed node trees)Campbell Barton
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-12-25Missed this in last commitSergej Reich
2013-12-253D View: Draw rigid body collision shapes.Sergej Reich
2013-12-253D View: Fix drawing bounds for game engineSergej Reich
2013-12-25Code cleanup: no need to switch to threaded alloc, it's done by task poolSergey Sharybin
2013-12-25Use generic task scheduler for threaded image processorSergey Sharybin
2013-12-25Motion tracking curves: correct some operator's poll functionsSergey Sharybin
2013-12-25Implement per-frame track reprojection error visualizationSergey Sharybin
2013-12-25Fix T37709: Memory corruption when freeing custom bone shape objectsSergey Sharybin
2013-12-24String API: BLI_ascii_strtolower/upper now check NULL terminatorCampbell Barton
2013-12-24Fix for own recent commitCampbell Barton
2013-12-24UI: Display alpha checkers in image info's color swatch.Campbell Barton
2013-12-24UI: fix for slight glitch drawing image infoCampbell Barton
2013-12-24Fix T37914: Mask modifier behaves differently until paintedCampbell Barton
2013-12-24BMesh optimize face splitting by taking loops rather then vertsCampbell Barton
2013-12-23Code Cleanup: styleCampbell Barton
2013-12-23UI: communicate external data autopack better in the UI.Simon Repp
2013-12-23Move python threading stuff to own file in bf_python_extSergey Sharybin
2013-12-23Make makesdna capable of detecting 32bit alignment issues on 64bit platformSergey Sharybin
2013-12-23Fix compile error on 32 bits linux / windows, wireframe modifier needs padding.Brecht Van Lommel
2013-12-23BMesh API: optimize BM_edge_exists().Campbell Barton
2013-12-23BMesh API: make simple, low level functions inlineCampbell Barton
2013-12-23UI: Resolve T37917, disable tooltip scaling (zoomout only)Campbell Barton
2013-12-23Fix for tooltip right side having zero offsetCampbell Barton
2013-12-23Fix for converting unfilled 3d text into a meshCampbell Barton
2013-12-23Dupliverts: avoid calculating normals if not usedCampbell Barton
2013-12-22Add ItemDestroyable to the cache limitorSergey Sharybin