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-08style cleanup - spelling.Campbell Barton
2012-03-08building without python works again, cleanup bmesh include paths (cmake and s...Campbell Barton
2012-03-08use BLI_path_cmp() rather then strcmp()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-08the length of mesh.tessface_vertex_colors was reported incorrect. (fix needed...Campbell Barton
2012-03-08edits to rna/tessface UV layer needed to get OBJ import/export functional.Campbell Barton
2012-03-08Fix for setting uv_layer name for modifiersSergey Sharybin
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-07remove printing versions in makesdna/makesrna - this used svn ID property whi...Campbell Barton
2012-03-07Mango request: use active scene clip as background for sequencer scene strip ...Sergey Sharybin
2012-03-07running operators after loading a file in background mode would often fail be...Campbell Barton
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-07Simplified the ntreeUpdate function by getting rid of the dependency list and...Lukas Toenne
2012-03-07Cycles: float texture support. Due to GPU limitations there are now 95 byte,Brecht Van Lommel
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-07Code cleanup: use typedefs for DerivedMesh drawing callbacks.Nicholas Bishop
2012-03-07use a better method if picking the rip vertex to use, rather then finding the...Campbell Barton
2012-03-07re: edge split with edges only connected to 2 faces (with no other faces arou...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-07Mango request: for range buttons copy start+1 to end if start>=0Sergey Sharybin
2012-03-07Fix textured-mode drawing in editmode.Nicholas Bishop
2012-03-07bmesh edge split - use a faster method of finding isolated split edges.Campbell Barton
2012-03-06fix #30440, Collada import: no faces/uv after bmesh mergeJuha Mäki-Kanto
2012-03-06fix for own error in edge-rotate keeping edge customdata - this was crashing ...Campbell Barton
2012-03-06style cleanup, brackets in else/if, some indentation.Campbell Barton
2012-03-06code cleanup - give edge split more helpful var names and replace edgetag mac...Campbell Barton
2012-03-06Fix for fracture object crashSergey Sharybin
2012-03-06bmesh: speedup for deselecting all, (avoid topology loops since all get desel...Campbell Barton
2012-03-06Fix sculpt partial redraw in viewport not working, my mistake, found by Nicho...Brecht Van Lommel
2012-03-06Actual fix for mango files crashes on loadSergey Sharybin
2012-03-06Fix for crash when loading some mango filesSergey Sharybin
2012-03-06quiet some warnings and fix build error with strict casting rules.Campbell Barton
2012-03-06Camera tracking: wall scene orientation operatorSergey Sharybin
2012-03-06Fix to knifetool when intermediate point in space.Howard Trickey