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
path: root/source
AgeCommit message (Expand)Author
2014-03-30Correction for poly_to_tri_count (used over-complicated method)Campbell Barton
2014-03-30Code cleanup: de-duplicate cotangent weight function & add arg sizesCampbell Barton
2014-03-30Code cleanup: kdopbvh, move minmax init into functionCampbell Barton
2014-03-30Support #ifndef WITH_SMOKE againCampbell Barton
2014-03-30Fix MinGW64 compilation until we update the libraries.Antony Riakiotakis
2014-03-29Change dyntopo detail size calculation slightly so the result is closeAntony Riakiotakis
2014-03-29RNA/Smoke: add access to high resolution density grid, and flame and color gr...Brecht Van Lommel
2014-03-29Code cleanup: avoid setting du/dv twice with ray intersectionCampbell Barton
2014-03-29Code cleanup: replace dot with len_squared and is_zero checksCampbell Barton
2014-03-29Cleanup: Minor spelling fixes:Antony Riakiotakis
2014-03-29GPU_pbvh_buffers: Use triangles to render multires.Antony Riakiotakis
2014-03-29UI: Color-Ramp handlesCampbell Barton
2014-03-29Fix building without openmp continuedAntony Riakiotakis
2014-03-29Code cleanup: correct arg sizeCampbell Barton
2014-03-29Forgot to clean a line in last commitJens Verwiebe
2014-03-29Fix compiling sculpt without OpenMP availableJens Verwiebe
2014-03-29Fix T39468Antony Riakiotakis
2014-03-28Fix for mask vert add-slide dragging flipped directionCampbell Barton
2014-03-28Fix T39484: Time line: highlighted area for frame range one frame too short.Bastien Montagne
2014-03-28Implement asymmetric and free handles type for masksSergey Sharybin
2014-03-28Fix T37599: Crash making linked objects local and undoSergey Sharybin
2014-03-28Bevel Factor MappingLukas Treyer
2014-03-28Fix T39288: Inset regression with extreme offsetCampbell Barton
2014-03-28Fix for inset bug (edge rail had feedback loop with direction)Campbell Barton
2014-03-28Fix T39410: Crashes when Saving HiRes .tifSergey Sharybin
2014-03-28Fix T39455: Nodes scaled wrong when some in a frame, some not.Lukas Tönne
2014-03-28Fix T39472: Changing Sequencer color space repeatedly changes movie strip's d...Sergey Sharybin
2014-03-28BGE code cleanup: Removing an unused include in KX_Light.cppMitchell Stokes
2014-03-28BGE code cleanup: Removing OpenGL and bf_gpu code from KX_LightObjectMitchell Stokes
2014-03-28View3D: replace RV3D_VIEW_PERSPORTHO with RV3D_VIEW_USERCampbell Barton
2014-03-28BMesh: optimize quad_coord, avoid duplicate sqrt callsCampbell Barton
2014-03-28Code cleanup: use len_v2v2_int for view zoom-scaleCampbell Barton
2014-03-28Code cleanup: use sqrtf when input and output are floatCampbell Barton
2014-03-28RNA API: rename Sequence.elements.push() -> append()Campbell Barton
2014-03-28Fix for curve smooth ignoring cyclicWalid Shouman
2014-03-28Fix T39452: Meshes without materials causes a memory leak in the game engineMitchell Stokes
2014-03-27Attempt to fix compilation error on release windowsSergey Sharybin
2014-03-27Windows: Upgrade FFmpeg from 0.10 to 2.1.4Sergey Sharybin
2014-03-27Fix T39435 paint overlay not always getting correctly refreshed.Antony Riakiotakis
2014-03-27Fix T38928 Particle add brush would generate trash on meshes with use_modifie...Antony Riakiotakis
2014-03-27BMesh: let vert-connect make degenerate faces when only 2 verts selectedCampbell Barton
2014-03-27BMesh: optimize BM_face_legal_splits for concave facesCampbell Barton
2014-03-27Attempt to fix T39412Antony Riakiotakis
2014-03-27Code cleanup: use consistent arg order for math api poly funcsCampbell Barton
2014-03-27CTest: disable bl_run_operators.py, fun for finding crashes, takes a long timeCampbell Barton
2014-03-27T39307: The fast gaussian blur is not an accurate formula. When decidingJeroen Bakker
2014-03-26Fix T39424: VSE: Bake Sound to Curve CRASHES BlenderBastien Montagne
2014-03-26Fix T39432: yet another particle bug caused by inconsistent num_dmcacheLukas Tönne
2014-03-26Fix T39279: Vertex paint fails with mirror modifierCampbell Barton
2014-03-26New resolve_tri_uv_v3 util functionDalai Felinto