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
2015-08-23This commit makes it possible to select the sort mode whenever we invoke an o...Thomas Beck
2015-08-23Fix T45633 - Animated modifiers don't update in new depsgraphJoshua Leung
2015-08-23Math Lib: Use same logic for 2d/3d functionsCampbell Barton
2015-08-23Math Lib: minor optimization interp_weights_polyCampbell Barton
2015-08-22Cleanup: spellingCampbell Barton
2015-08-22Use epsilon for line-intersect collinear testCampbell Barton
2015-08-22FileBrowser: Tweak display of size/time of entries.Bastien Montagne
2015-08-22outliner: tweak GPLayer color button overlapCampbell Barton
2015-08-22Fix outliner grease pencil color buttonCampbell Barton
2015-08-22Fix T45689: Pose Libraries cannot be used when using lib-linked actions as po...Joshua Leung
2015-08-22Typo fixJoshua Leung
2015-08-21BGE: Fix constraint free crash in RemoveConstraint.Porteries Tristan
2015-08-21Fix T45658: linked library object loses particle settings.Bastien Montagne
2015-08-21Anim Editors: All keyframe selection operators now perform undo pushesJoshua Leung
2015-08-21Fix T45864: Wrong NLA Control Curves keyed when using the Graph Editor slidersJoshua Leung
2015-08-21Fix T45865: Auto Blend is not recalculated when adjusting start/end/scale etc...Bastien Montagne
2015-08-21BVH-raycast: Use watertight intersectionsCampbell Barton
2015-08-21Math Lib: watertight intersection functionCampbell Barton
2015-08-21Math Lib: Add float/int conversion functionsCampbell Barton
2015-08-21BVH-raycast: ensure input direction is unit-lengthCampbell Barton
2015-08-21Fix uninitialized var useCampbell Barton
2015-08-21Docs: correct some commentsCampbell Barton
2015-08-20Fix T45491 not all GPUs support those extensions, use check forAntony Riakiotakis
2015-08-20Minor cleanup (BLI_cleanup_dir already adds trailing slash, and correct a fal...Bastien Montagne
2015-08-20BGE: Fix T44557 GameLogic module memory leak.Porteries Tristan
2015-08-20Fix T43654: Radial distance for force fields was computed using the `vec_to_p...Lukas Tönne
2015-08-20Resolve MSVC/OpenMP compat issueCampbell Barton
2015-08-20Use BVH-overlap for mesh self-intersection displayCampbell Barton
2015-08-20Hopefully fix mingw building after filebrowser rewrite.Bastien Montagne
2015-08-20BVH-overlap: add callback to BLI_bvhtree_overlapCampbell Barton
2015-08-20Fix T45514 crash entering texpaint mode.Antony Riakiotakis
2015-08-20BVH-overlap: use stack for overlap data arrayCampbell Barton
2015-08-20Avoid redundant normal calculation in heat-weightCampbell Barton
2015-08-20Cleanup: de-duplicate ray-cast initializationCampbell Barton
2015-08-20Cleanup: comment out isect_ray_tri_threshold_v3Campbell Barton
2015-08-20Transform: Use BVH for volume-snap (optimization)Campbell Barton
2015-08-20Cleanup: remove unused BVH_ONQUAD flagCampbell Barton
2015-08-20Fix drawing subsurf & auto-smoothCampbell Barton
2015-08-20Cleanup: unused varsCampbell Barton
2015-08-20Cleanup: whitespaceCampbell Barton
2015-08-20FileBrowser: Fix some minor issue with fileentries creation.Bastien Montagne
2015-08-20Fix 32bit builds... :/Bastien Montagne
2015-08-19Final 'FileBrowser First Stage' merge.Bastien Montagne
2015-08-19Fix T45847: Pie looses focus when mouse cursor passes through a pie buttonJulian Eisel
2015-08-19More BLT/Windows fixes... :/Bastien Montagne
2015-08-19Hopefully fix broken windows after recent i18n split.Bastien Montagne
2015-08-19Fix for accessing looptri's from subsurfCampbell Barton
2015-08-19Multi-View: fix Multi-View camera suffix testDalai Felinto
2015-08-19Fix T45706: Axis aligned tri-tri intersectionCampbell Barton
2015-08-19Cleanup: style + doxyCampbell Barton