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-06-27Partial cleanup of timing system, with some guidance from Joshua:Matt Ebb
2010-06-23Fix #21370: VBO does not display material colors in textured solid.Brecht Van Lommel
2010-06-23Fix #21470: changing brush settings redraws the 3d view unecessarily,Brecht Van Lommel
2010-06-22Fix Bug [#22640] Center Cursor doesn't cause 3D window update in empty sceneDiego Borghetti
2010-06-22Make hair particles also support drawing their number nextBrecht Van Lommel
2010-06-18Fixing some warnings for glew in space_view3d when building with CMake. GLEW_...Mitchell Stokes
2010-06-18Notifier cleanup - replaced ND_*_EDIT and ND_*_SELECT data notifiers Matt Ebb
2010-06-16request from William, twice as close camera zoom limitCampbell Barton
2010-06-14naming changesCampbell Barton
2010-06-13Fixed bug ##22580, 'All Edges' display doesn't work unless enter & exit edit ...Nicholas Bishop
2010-06-12[#22307] Camera Fly Mode Rolls Camera on local Z-axisCampbell Barton
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-06-07'fix' [#22527] Lens angle under View in 'N' panel does not change the camera ...Matt Ebb
2010-06-05remove cruft from cmake files, more to goCampbell Barton
2010-06-04opengl-render flag wasnt being cleared after rendering.Campbell Barton
2010-06-04have cmake build editors as different libs like scons and nan-makefilesCampbell Barton
2010-06-04Fix [#22480] brush/circle select (C-key) causes problems in other modesMatt Ebb
2010-06-04Fix [#22383] 3dView Layer Management (by Mouse) brokenMatt Ebb
2010-06-02Fix "Snap cursor to selected object" not working for linked object.Diego Borghetti
2010-06-01== View Navigation ==Campbell Barton
2010-05-30Some cleanup of particle path drawing logic:Janne Karhu
2010-05-30reverting previous commit from Mitchell. His commit went to the trunk instead...Dalai Felinto
2010-05-30Reversing the last merge because I botched it.Mitchell Stokes
2010-05-30Fix multitouch zoom erratic behavior in 3D view in vertical dolly mode Damien Plisson
2010-05-24Fix [#21521] Displacement modifier does not update when modifing textureMatt Ebb
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-20opengl render was freeing all images from the graphics card each update.Campbell Barton
2010-05-20missed some boundbox's drawing when they shouldntCampbell Barton
2010-05-20Motion Path Tweaks:Joshua Leung
2010-05-20only-render option now wont draw wire or boundbox unless in wire or boundbox ...Campbell Barton
2010-05-18fix for opengl render when called from pythonCampbell Barton
2010-05-12Another one for drag and drop:Matt Ebb
2010-05-12drawing volume had a buffer overrun in some casesCampbell Barton
2010-05-11Dropbox refinement in 3d window: the "drop image" dropbox checks forTon Roosendaal
2010-05-09***Drag and drop fun!***William Reynish
2010-05-08bugfix [#22281] Edit mode face selection dots gone from textured viewport modeCampbell Barton
2010-05-07Fix [#22271] N panel Lock icons not changing when pressedMatt Ebb
2010-05-06Fix [#22249] Can enter camera view when there is no camera in sceneMatt Ebb
2010-05-04merging revisions 28564-28569 from render branch into trunkJoseph Eagar
2010-04-30Fix [#22202] Box Selecting bones does not update animation windowsMatt Ebb
2010-04-30Highlight last selected point in curve/surface edit mode.Sergey Sharybin
2010-04-283dview --> view3d, patch by Jonathan Smith with small corrections and changes.Campbell Barton
2010-04-24py api: fix for context returning None for an empty list such as 'context.sel...Campbell Barton
2010-04-24warning cleanup, also made voxel.c and volumetric.c use BM_INLINE define rath...Campbell Barton
2010-04-24sub_v3_v3v3 --> sub_v3_v3 (where possible)Campbell Barton
2010-04-23rename scene.visible_layers -> layers, since layers are used for editing, exp...Campbell Barton
2010-04-22chaning the camera from the scene buttons didnt update the views. moved some ...Campbell Barton
2010-04-21fix for crash drawing weights in lattice editmode.Campbell Barton