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
2015-06-22Fix T45145, multiview selection fix not working for scaled matrices.Antony Riakiotakis
2015-06-22Fix camera stereo logic use /w regular selectCampbell Barton
2015-06-17Cleanup: styleCampbell Barton
2015-06-12Fix T45018 camera not easily selectable in multiview.Antony Riakiotakis
2015-06-07Don't show smoke domain when render-only enabledCampbell Barton
2015-06-04Cleanup: clarify order of precedence: &/?Campbell Barton
2015-05-19Fix T44762: Materials flicker in edit-modeCampbell Barton
2015-05-19Object Drawing: avoid redundant material updateCampbell Barton
2015-05-17Fix T44718: Cycles GLSL not working for NURBS objects.Brecht Van Lommel
2015-05-04Revert "Different drawing for object centers."Antony Riakiotakis
2015-05-04Different drawing for object centers.Antony Riakiotakis
2015-04-27Cleanup: use mul_v3_mat3_m4v3Campbell Barton
2015-04-21BLI_string: add BLI_snprintf_rlenCampbell Barton
2015-04-20Cleanup: use bool /w flag checksCampbell Barton
2015-04-18BGE: New Draw debug shadow box for sun lampPorteries Tristan
2015-04-16Draw smoke domain in transparent pass. Should composite smoke domainsAntony Riakiotakis
2015-04-15dyntopo: don't allocate tessfaces while sculptingCampbell Barton
2015-04-13cleanup: styleMike Erwin
2015-04-06Multi-View and Stereo 3DDalai Felinto
2015-03-30Cleanup: use const for typeinfoCampbell Barton
2015-03-30remove zero translationsMike Erwin
2015-03-30cleanup: remove unused code & varsMike Erwin
2015-03-30cleanup: typos in comments, styleMike Erwin
2015-03-25Yet another fix for crashing particles.Lukas Tönne
2015-03-23Make sure matcap icons are within range.Antony Riakiotakis
2015-03-09Fix T43858: Collision Bounds Display BugCampbell Barton
2015-03-06Fix edit-lattice leaving incorrect point-sizeCampbell Barton
2015-02-27error in last commitCampbell Barton
2015-02-27Fix T43605: Spot Cone+Curve creates odd shadowCampbell Barton
2015-02-14object drawing: only use halo-draw in object modeCampbell Barton
2015-02-12Viewport compositing - first codeAntony Riakiotakis
2015-02-05Fix T43531: Wrong object center-dot colorCampbell Barton
2015-02-03cleanup: use bools in drawobjectCampbell Barton
2015-01-20Made SimDebugData into a single global instance.Lukas Tönne
2015-01-20Another crappy approach to spirals on hairs, crazy expensive though.Lukas Tönne
2015-01-20Another fix for off-by-one hair grid resolution errors.Lukas Tönne
2015-01-20Draw actual hair keys when the "Guide Hair" setting is enabled.Lukas Tönne
2015-01-20Fix for grid drawing in 3D view, was using one less grid cell.Lukas Tönne
2015-01-20Debug grid drawing for hair volume was drawing one subdivision too many.Lukas Tönne
2015-01-20Debug drawing feature to visualize the hair continuum grid.Lukas Tönne
2015-01-20Guide hair drawing for hair particles.Lukas Tönne
2015-01-20Debug drawing for simulations, to aid in visualizing abstract data suchLukas Tönne
2015-01-11Fix T43208 material flickering in edit mode.Antony Riakiotakis
2014-12-26Fix T42977: Weights failed to display in Wireframe mode when using Face Selectjulianeisel
2014-12-09Fix T4284: Drawing modified curves crashesCampbell Barton
2014-12-02Tex Paint: hide selected face-mask edgesCampbell Barton
2014-11-27Fix T42653, solidify modifier not displaying correctly under edit mode.Antony Riakiotakis
2014-11-16Cleanup: use BLI_listbase_*** prefix for count,sort,sort_rCampbell Barton
2014-11-11Avoid calling powf with integer exponent in more placesSergej Reich
2014-10-30Math Lib: add transpose_m3_m3, m3_m4, m4_m4Campbell Barton