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
2013-01-01patch [#33331] Time To Start Moving To StdboolCampbell Barton
2013-01-01remove vertex selection check for weight paint mode so you can paint `through...Campbell Barton
2013-01-01Fix: weight painting operated only for selected vertices in edit mode.Antony Riakiotakis
2013-01-01BGE: Fixing a crash that occurred when LibLoading a scene with a 2D Filter Ac...Mitchell Stokes
2012-12-31smart stitching:Antony Riakiotakis
2012-12-31code cleanup: name event -> event_type in macros, since this is from event->typeCampbell Barton
2012-12-31code cleanup: autocomplete functionsCampbell Barton
2012-12-31syntax highlight autocomplete listing.Campbell Barton
2012-12-31text autocompleteCampbell Barton
2012-12-31More wrong "in degrees" busted out of tips!Bastien Montagne
2012-12-31Correction to RNA update functionsSergey Sharybin
2012-12-31Fix for saving 8bit PNG images when there's no byte buffer in ImBufSergey Sharybin
2012-12-31add back initial autocomplete support.Campbell Barton
2012-12-31Removed on old patch from the code, which attempted to keep the scrollersTon Roosendaal
2012-12-31code cleanup: warningCampbell Barton
2012-12-31Some minor cleanup in camera's FOV angle props (mostly use DEG2RAD macro, and...Bastien Montagne
2012-12-31minor updates to text autocomplete apiCampbell Barton
2012-12-31Correction to recent PNG commitSergey Sharybin
2012-12-31Removed byte glow effect from sequencer in favor of float one.Sergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-31Fix #33706: issue in cycles motion blur rendering after hair commit, my faultBrecht Van Lommel
2012-12-31Usability todo:Ton Roosendaal
2012-12-31Bug fix - post 2.65a problem:Ton Roosendaal
2012-12-31add ".hh" as an extension for source scripts.Campbell Barton
2012-12-31rename BM_edge_calc_squared_length -> BM_edge_calc_length_squared, matching l...Campbell Barton
2012-12-31style cleanupCampbell Barton
2012-12-31Usual UI messages-related fixes...Bastien Montagne
2012-12-30Code cleanup: rename BLI_pbvh to BKE_pbvhNicholas Bishop
2012-12-30Add UI and keybindings for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add symmetrize operator for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add simplify brush for sculpt modeNicholas Bishop
2012-12-30Use GPU_Buffers to draw wireframe when in dynamic-topology sculpt modeNicholas Bishop
2012-12-30Hiding support for dynamic topologyNicholas Bishop
2012-12-30Update DerivedMesh for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Modify info stats for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Add dynamic topology support to sculpt modeNicholas Bishop
2012-12-30Add dynamic topology support to the PBVHNicholas Bishop
2012-12-30Add BLI_buffer, an alternative to BLI_arrayNicholas Bishop
2012-12-30Add DNA/RNA/BKE infrastructure for dynamic-topology sculpt modeNicholas Bishop
2012-12-30Move layer displacements from SculptUndoNode to PBVHNodeNicholas Bishop
2012-12-30Code cleanup: move PBVH/PBVHNode structs into new header fileNicholas Bishop
2012-12-30Add GPU_buffers support for drawing dynamic topology nodesNicholas Bishop
2012-12-30Add BMLog for efficiently storing changes to vertices and facesNicholas Bishop
2012-12-30Disable fall through to global undo from paint/sculpt undoNicholas Bishop
2012-12-30Add function to find closest point in triangle to another pointNicholas Bishop
2012-12-30Add BM_edge_calc_squared_length() query functionNicholas Bishop
2012-12-30Import the RangeTree library into externNicholas Bishop
2012-12-30Fix crash in syntax color code when drawing a text editor with no text.Brecht Van Lommel
2012-12-30optimization for text drawing:Campbell Barton
2012-12-30style cleanup: casts, some casts had odd formatting, but very few. Style chec...Campbell Barton