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
2012-03-09style cleanup: comment blocksCampbell Barton
2012-03-09DO not increment image user counter on view3d duplicate and not decrementSergey Sharybin
2012-03-09Markers Tweak for SequencerJoshua Leung
2012-03-09Node socket selection feature reimplemented from 2.49. Sockets can be selecte...Lukas Toenne
2012-03-09Some fixes for 2D stabilization:Sergey Sharybin
2012-03-09code cleanup: replace macros VECCOPY, VECADD, VECSUB, INPR - with BLI_math fu...Campbell Barton
2012-03-09some code cleanup for rip tool.Campbell Barton
2012-03-09BMesh: rewrite edge split code (used by edge split modifier and rip tool)Campbell Barton
2012-03-09style cleanup: spelling.Campbell Barton
2012-03-09bmesh py api, new functions:Campbell Barton
2012-03-08Cycles: support for environment texture "Mirror Ball" projection mode, next toBrecht Van Lommel
2012-03-08Fix for Francesco Siddi: ALT+A should always start with the scene start frame!Ton Roosendaal
2012-03-08New operators for clip editor's curve view:Sergey Sharybin
2012-03-08- Clip draw as scene strip background works fine againSergey Sharybin
2012-03-08Fixing several issues with keyingsets:Bastien Montagne
2012-03-08Fix #30489: Loop Cut by Typing Numbers Is Limited to 32?Sergey Sharybin
2012-03-08Modified behaviour of the link-insertion operator (drag on link, request by S...Lukas Toenne
2012-03-08Fix ##30455: Orthographic grid alignment jumps/shifts when zoomingSergey Sharybin
2012-03-08Knifetool: change ESC to mean cancel, not confirm.Howard Trickey
2012-03-08Partial Bugfix [#30097] : Current frame indicator on Motion Paths drawnJoshua Leung
2012-03-08Code cleanup: use named values for options in DerivedMesh drawing.Nicholas Bishop
2012-03-08style cleanup: pep8 + picky editsCampbell Barton
2012-03-08code cleanup: duplicate checks and double assignments.Campbell Barton
2012-03-08style cleanup - spelling.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-08Many vertex group functions assumed mesh object when lattices could be operat...Campbell Barton
2012-03-08fixCampbell Barton
2012-03-08fix for 2 crashes from missing NULL checks.Campbell Barton
2012-03-07change camera zoom from short to float.Campbell Barton
2012-03-07Fix for opengl render setting current frame to 0 after finish rendering.Sergey Sharybin
2012-03-07fix for error in r44711, needed to update sequencer callback.Campbell Barton
2012-03-07Another mango request: Ctrl-MMB zoom in camera viewSergey Sharybin
2012-03-07Mango request: use active scene clip as background for sequencer scene strip ...Sergey Sharybin
2012-03-07patch [#30481] rna_Screen_scene_set does the wrong thing [patch]Campbell Barton
2012-03-07edit to cursor adjustment, use int rather then short to store the cursor posi...Campbell Barton
2012-03-07Unify string stepping delimiter code for text buttons, text editor and consol...Campbell Barton
2012-03-07style cleanup: picky editsCampbell Barton
2012-03-07Knifetool uses direct cutting instead of scanfill: fixes bugs 29908, 28963, 3...Howard Trickey
2012-03-07tweak text delimiters for button ctrl + left/right, ctrl+backspace/delCampbell Barton
2012-03-07Code cleanup: simplify the DerivedMesh.drawMappedFaces interface.Nicholas Bishop
2012-03-07Patch [#30476] small 3 line patch to add the option 'NOT EQUAL TO' to the sel...Michael Fox
2012-03-07style cleanup - braces & else / if'sCampbell Barton
2012-03-07use a better method if picking the rip vertex to use, rather then finding the...Campbell Barton
2012-03-07revert own commit r44684 it broke edges with one vertex on a boundryCampbell Barton
2012-03-07single vertex rip wasn't finishing with the best vertex selected.Campbell Barton
2012-03-07minor improvement to Rip tool side calculation, measure distance to the edge ...Campbell Barton
2012-03-07fix for bug in ED_view3d_project_float that only effected the 'Rip' tool.Campbell Barton
2012-03-07- simplify rip code not to expand/contract selection.Campbell Barton
2012-03-07Fix textured-mode drawing in editmode.Nicholas Bishop
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton