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-02-23Code cleanup: split up some long functions in sculpt_undo.c.Nicholas Bishop
2012-02-22code cleanyp - no functional changes.Campbell Barton
2012-02-22fix 2 small bugsCampbell Barton
2012-02-22Multi File Output Node:Thomas Dinges
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 #30231: Drag and Droping Parenting from Outliner giving unnecessary Loop ...Sergey Sharybin
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-21Done BMESH_TODO in object/object_vgroup.c (make getSurroundingVerts() use pol...Bastien Montagne
2012-02-20Another fix for using boolean slot as integer. This time in dissolve operator.Sergey Sharybin
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
2012-02-20- remove some unused editmesh functions.Campbell Barton
2012-02-20B-Mesh:Thomas Dinges
2012-02-20moved select interior faces into a C function (was python)Campbell Barton
2012-02-19remove more unused files.Campbell Barton
2012-02-19svn merge ^/trunk/blender -r44235:44250Campbell Barton
2012-02-19sync some changes with trunk and rename bmeshutils.cCampbell Barton
2012-02-19rebane files to match trunk.Campbell Barton
2012-02-19More pose armature code factorization:Bastien Montagne
2012-02-19Reload movie clip to ensure all cache and prefetched Ffmpeg frames are properlySergey Sharybin
2012-02-19style cleanyp: split > 120 width lines.Campbell Barton
2012-02-19fix for incorrect check to find largest axis (was checking Y twice, not Z).Campbell Barton
2012-02-19replace MIN2 / MAX2 with minf / maxf to avoid calling functions multiple times.Campbell Barton
2012-02-18minor bmesh api changes.Campbell Barton
2012-02-18remove function for testing selection (was only used in a few places)Campbell Barton
2012-02-18remove OBJ export, better rely on the python exporter.Campbell Barton
2012-02-18more syncing smaller changes with trunkCampbell Barton
2012-02-18svn merge ^/trunk/blender -r44189:44204Campbell Barton
2012-02-17patch [#30227] Various MSVC (32-bit) Warning and Typo FixesCampbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-02-17add note to avoid confusion with angle_v3v3v3, also minor change with angle c...Campbell Barton
2012-02-17Revert part of own recent header cleanup: pivot and manipulators in fact make...Sergey Sharybin
2012-02-17Minor fixes found while working on keyingsets.Bastien Montagne
2012-02-17Fix #25649: Image editor paint icon missing until enter weight paintSergey Sharybin
2012-02-17svn merge ^/trunk/blender -r44136:44189Campbell Barton
2012-02-17Camera tracking: run aspect correction before stabilizing shotSergey Sharybin
2012-02-17Cleanup of 3D viewport header in painting modes:Sergey Sharybin
2012-02-17fix [#30220] Knife Tool Leaks memoryCampbell Barton
2012-02-17fix [#30220] Knife Tool Crashes BlenderCampbell Barton
2012-02-16fix [#30208] Bmesh Edit Mode: Add Primitive keeps old verts selected.Campbell Barton
2012-02-16fix [#30141] Add primitive sets only the default name "Mesh"Campbell Barton
2012-02-16more knit-picky memory savingCampbell Barton
2012-02-16minor style cleanup, use macros for first loop and far name changes.Campbell Barton
2012-02-16style cleanup for code relating to BMLoop next/prev checks. Campbell Barton