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
2011-02-17clear some unused warningsCampbell Barton
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-02-13fix for warnings from Sparse static source code checker, mostly BKE/BLI and p...Campbell Barton
2011-02-12fix for more warnings.Campbell Barton
2011-01-15Fix for [#25633] Particles display switching causes crash when Velocity disp. ONJanne Karhu
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-10comment/remove various unused vars,Campbell Barton
2011-01-09warning from clang, possible crash:Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2011-01-05Todo item: linked curve objects behaves incorrect with modifiersSergey Sharybin
2011-01-03dont draw lamp volume when its being used as the view camera, would flicker a...Campbell Barton
2010-12-23Bugfix #25341Ton Roosendaal
2010-12-23remove View3D.customdata_mask, since its stored in the scene now there is no ...Campbell Barton
2010-12-20fix [#25283] Edge length display difficult to readCampbell Barton
2010-12-14Fix for [#25198] Smoke gets shown before simulation startsJanne Karhu
2010-12-08fix [#25088] Add spot lamp causing crashCampbell Barton
2010-12-07Fix #25085: Enabling "Show Cone" on dupliverted buffer spots crashes BlenderSergey Sharybin
2010-12-06bugfix [#25057] Vertex paint - Cannot select or paint vertices of obscured ve...Campbell Barton
2010-12-05fix for camera border going outside the clipping range while in camera view.Campbell Barton
2010-12-04remove shadowed definitions but keep them as zero this time.Campbell Barton
2010-12-03Bugfix #2508Ton Roosendaal
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-27Particle draw was calling glColorMaterial(...) after glEnable(GL_COLOR_MATERI...Campbell Barton
2010-11-26fix [#24900] Texture paint mode brokenCampbell Barton
2010-11-21Fixed missed selection oulines for curves/surfaces/fonts/armature when textur...Sergey Sharybin
2010-11-19Tsk! Circle, cross and axis draw types for particles weren't using the partic...Janne Karhu
2010-11-18fix [#24780] Metaballs are not drawn correctly in new scenes Campbell Barton
2010-11-15fix [#24712] 3ds_import fixCampbell Barton
2010-11-11BLF_draw functions take an extra length argument, so the console drawing doen...Campbell Barton
2010-11-08fix for not being able to select the camera while in the camera view, also dr...Campbell Barton
2010-11-08- when orbiting the view out of camera mode use the ortho/persp setting of th...Campbell Barton
2010-11-07use RV3D_CAMOB define, theres no reason to use >= comparison either.Campbell Barton
2010-11-05centralize function for calculating pixel size. (no functional changes)Campbell Barton
2010-11-03use c90 compatible static initializers.Campbell Barton
2010-10-31Minor speedups for 3D view text drawing ~10-15% improved frame-rate with part...Campbell Barton
2010-10-25Fix for [#24383] Particles using "circle" as display, are disabled on opening...Janne Karhu
2010-10-24Make sure separation between modifier keys is communicated from GHOST upwards...Nathan Letwory
2010-10-24Fully disable AUD's FFTW3 usage.Guillermo S. Romero
2010-10-19Fix for bugs [#24316] Changing particles path step in particle mode makes lin...Janne Karhu
2010-10-19bugfix [#24314] Motion path (ghosting/onioning) numbers are displayed with of...Campbell Barton
2010-10-18Camera object drawing now shows shift (not especially important but the track...Campbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-11weight-paint in solid draw mode would draw the wire twice, also change wire d...Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-05bugfix [#23506] Bevel Modifier display problemCampbell Barton
2010-10-01minor adjustment to camera object drawing so arrow stays same size independen...Campbell Barton
2010-09-28bugfix [#23908] Irratic manipulator scale at far out distancesCampbell Barton
2010-09-21Fix #23754: glsl + constructive curve modifier not drawing correct.Brecht Van Lommel