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
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
2010-09-08bugfix [#23722] Artifact in 3D View with empties saved to default .blend.Campbell Barton
2010-09-01Particle billboards weren't created properlyJanne Karhu
2010-08-25simplify pass drawing, give each pass its own list, avoids some context switc...Campbell Barton
2010-08-25patch [#23376] Fix for Bug[[#23351] X-Ray + Transparency removes X-Ray effectCampbell Barton
2010-08-20Fix #23323: rigid body constraint drawing in 3d view was showing wrongBrecht Van Lommel
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-08-06Fix #22961: linked duplicate meshes are all displayed in edit mode whenBrecht Van Lommel
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-01bugfix'sCampbell Barton
2010-08-01- font object x/yoffset was making text box's wrap text incorrectly.Campbell Barton
2010-07-31use more BLI math funcs (no functional changes)Campbell Barton
2010-07-28Fix [#22197] empty XYZ text size changing according to distance from originMatt Ebb
2010-07-27patch [#22901] pixel- and aspectratio corrected camera representation in 3dviewCampbell Barton
2010-07-26[#23008] Wrong numbers in Edge LengthCampbell Barton
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-20- correct some spelling errors.Campbell Barton
2010-07-17spelling correction: alredy --> alreadyCampbell Barton
2010-07-17Revert part of commit 29079, cleanup of particle path drawing logicBrecht Van Lommel
2010-07-09- Active bezier points could be drawn twiceSergey Sharybin
2010-07-06metaball outlines were drawing with Render Override enabled.Campbell Barton
2010-07-04Fix #22432: unrenderable objects cast shadow in GLSL. CommittingBrecht Van Lommel
2010-07-03render override was still showing game physics boundsCampbell Barton
2010-06-22Make hair particles also support drawing their number nextBrecht Van Lommel
2010-06-13Fixed bug ##22580, 'All Edges' display doesn't work unless enter & exit edit ...Nicholas Bishop
2010-06-10Fixed bug #22558, Show Cone & Square look strangeNicholas Bishop
2010-06-10lamp drawing clip start request by venomgfx, with wide lamps its hard to tell...Campbell Barton
2010-05-30Some cleanup of particle path drawing logic:Janne Karhu
2010-05-23view3d - dont draw loose edges with render-override is enabled.Campbell Barton
2010-05-22bugfix [#22390] Lamp drawing circle bugCampbell Barton
2010-05-20missed some boundbox's drawing when they shouldntCampbell Barton
2010-05-20only-render option now wont draw wire or boundbox unless in wire or boundbox ...Campbell Barton
2010-05-08bugfix [#22281] Edit mode face selection dots gone from textured viewport modeCampbell Barton
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-04-30Highlight last selected point in curve/surface edit mode.Sergey Sharybin