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
2012-02-22code cleanyp - no functional changes.Campbell Barton
2012-02-22More style edits (adding a space between statements and parenthesis, if (foo)...Bastien Montagne
2012-02-22bmesh python api change in internal behavior.Campbell Barton
2012-02-22Style code cleanup and consistancy (mainly spaces around assignements, C++ co...Bastien Montagne
2012-02-22fix 2 small bugsCampbell Barton
2012-02-22Multi File Output Node:Thomas Dinges
2012-02-22Fix freeing of NULL pointer in array modifier.Sergey Sharybin
2012-02-22Fixed compilation error after recent node commit.Sergey Sharybin
2012-02-22add slice access to bmesh sequences.Campbell Barton
2012-02-22BMesh-py attributes (readonly):Campbell Barton
2012-02-22Adds a new node type for saving multiple image files from a single node.Lukas Toenne
2012-02-22Fix #30290: Shape Keys not working as expectedSergey Sharybin
2012-02-22bmesh py api add connectivity attributes - to access adjacent data.Campbell Barton
2012-02-22bmesh py api - function to remove vert/edge/facesCampbell Barton
2012-02-22bmesh python api - add BMEdge.verts, also had to add VERTS_OF_EDGE iterator i...Campbell Barton
2012-02-22bmesh py api - generalize bmesg sequences to use the iterator type and option...Campbell Barton
2012-02-22initial bmesh python api.Campbell Barton
2012-02-22utility functions to convert between flags / sets, without depending on RNA API.Campbell Barton
2012-02-22correct exception - was using a TypeError when should be a ValueError.Campbell Barton
2012-02-22Fix #30231: Drag and Droping Parenting from Outliner giving unnecessary Loop ...Sergey Sharybin
2012-02-22Attempt to fix scons compilation of blenderplayer.Antony Riakiotakis
2012-02-22Stitch tool fully functional again. Many thanks to Howard Trickey for proposi...Antony Riakiotakis
2012-02-21change UvElement to directly use BMLoop * instead of tfindex. This saves quit...Antony Riakiotakis
2012-02-21uv stitch static island highlight ported to bmesh system.Antony Riakiotakis
2012-02-21Remove debug print code.Sergey Sharybin
2012-02-21Remove unused code left from old multires interpolation stuffSergey Sharybin
2012-02-21- Remove unused code in bmesh interpolation module and switch it to using mat...Sergey Sharybin
2012-02-21Improved displacement flipping algorithm to work properly in cases when targe...Sergey Sharybin
2012-02-21Flip displacement direction after interpolation in bmesh_loop_interp_mdispsSergey Sharybin
2012-02-21Fix part of #30272: cycles preview render not updating when changing particleBrecht Van Lommel
2012-02-21Fix [#30281] Left/Right vertex weights flipped.Bastien Montagne
2012-02-21Fix #30270, #30265: cycles not displaying textured objects, and not renderingBrecht Van Lommel
2012-02-21Camera tracing: search area was always centered to marker's position when tra...Sergey Sharybin
2012-02-21Another fix for non-VBO flat-shading in sculpt mode, this time for non-multir...Nicholas Bishop
2012-02-21Remove call to GPU_update_mesh_buffers from GPU_build_mesh_buffers.Nicholas Bishop
2012-02-21fix [#30264] B-Mesh: Crash when unwrapping ngon mesh with Smart UV projectCampbell Barton
2012-02-21remove NGon Interp modifier (which was merged as apart of BMesh),Campbell Barton
2012-02-21copy over a change from bmesh branch that was needed for lightmap unpack to w...Campbell Barton
2012-02-21Done BMESH_TODO in object/object_vgroup.c (make getSurroundingVerts() use pol...Bastien Montagne
2012-02-21fix for leak in gpu.export_shader(), wasnt freeing the function.Campbell Barton
2012-02-21Fix normals for flat-shaded non-VBO sculpt drawing.Nicholas Bishop
2012-02-21Fix broken predivide option for reading in images, patch by Troy Sobotka.Brecht Van Lommel
2012-02-20Another fix for using boolean slot as integer. This time in dissolve operator.Sergey Sharybin
2012-02-20Fixed incorrect accessing to use_restrict as to integer slot instead of booleanSergey Sharybin
2012-02-20Fixed blenderplayer compile for msvc.Miika Hamalainen
2012-02-20add type check asserts for bmesh operator get/set funcs so errors wont fail s...Campbell Barton
2012-02-20added boolean type for bmesh operators, will make python wrapping clearer and...Campbell Barton
2012-02-20fix [#30266] B-Mesh: Issue with Weight PaintingCampbell Barton
2012-02-20minor edits to have the game engine and player building.Campbell Barton
2012-02-20for bake check polygon texface (not tessface-texface)Campbell Barton