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
2011-09-23svn merge ^/trunk/blender -r40389:r40390Campbell Barton
2011-09-23svn merge ^/trunk/blender -r40381:40382Campbell Barton
2011-09-22svn merge ^/trunk/blender -r40367:40368 --- raddish weight paint mergeCampbell Barton
2011-09-21svn merge -r40295:40367 ^/trunk/blenderCampbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20changes for materials to treat them as shorts not int/chars (since they are s...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
2011-09-19Merging radish branch into trunk.Jason Hays
2011-09-19Merged 40338-40364soc-2011-radishJason Hays
2011-09-19/blender/editors: Removed final points in UI strings and messages.Bastien Montagne
2011-09-19edits to radish before merge with trunkCampbell Barton
2011-09-18Split do_weight_paint_vertex() to isolate the simple case.Jason Hays
2011-09-18Changed the branch code markers to say "Radish" in response to a review.Jason Hays
2011-09-18I made multitude of fixes based on the comments provided online:Jason Hays
2011-09-17Fix knife midpoint snapping when previous point was a vertex; also reduced sn...Howard Trickey
2011-09-17svn merge -r40166:40279 ^/trunk/blenderCampbell Barton
2011-09-16A couple of trivial perf improvements:Andrew Wiggin
2011-09-16Make split tool use splitop (instead of dupe & del). Fix split op output.Andrew Wiggin
2011-09-13Submit of patch [#28568] BMesh: make active element highlights workAndrew Wiggin
2011-09-13svn merge -r40000:40179 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39800:39900 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13svn merge -r39558:39800 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-13fix [#28635] Mirror Modifier - Clipping still active when modifier is disabledCampbell Barton
2011-09-12remove redundant castsCampbell Barton
2011-09-12Fixed "bug" #28611: Subdiv value for icosphere should not be below 1.Bastien Montagne
2011-09-12replace VECCOPY with copy_v3_v3Campbell Barton
2011-09-12use BM_Make_Vert example argument rather then calling inline, was also copyin...Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-12revert own commit r40051, mesh and object pointers are needed for undo, this ...Campbell Barton
2011-09-11Found other problems similar to bug #28619 in other primitive_add ops… Will...Bastien Montagne
2011-09-11Fixed bug #28619: values of X/Y grid size were allowed to be below 3, when ad...Bastien Montagne
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-09-10Fix #28609: UV Sphere Operator Panel allow Segments and Ring to be manually s...Sergey Sharybin
2011-09-09patch [#28588] BMesh: "Split" toolCampbell Barton
2011-09-09[#28595] Select similar edges by face angles ignores z component of normal an...Sergey Sharybin
2011-09-09fix [#28534] Rotate Edge Vertices selection mode.Campbell Barton
2011-09-09move smallhash into its own C file, was inlineing fairly large functions.Campbell Barton
2011-09-09remove mesh and object arguments from bmesh operators, these are stored withi...Campbell Barton
2011-09-07Commiting patch #28552 which was posted by Andrew Wiggin as fix for #28551Sergey Sharybin
2011-09-07Fix #28551: Select similar by normals ignores z component of normal anglesSergey Sharybin
2011-09-07bmesh: small fixes for compilation and subdivide operatorSergey Sharybin
2011-09-07Patch 28537 from Andrew Wiggin, fixes second issue in 28492 (edge ring desele...Howard Trickey
2011-09-07code cleanup - commant/remove unused vars and reduce scope.Campbell Barton
2011-09-06fix for flip normals 'inside' option not working.Campbell Barton
2011-09-06patch [#28518] BMesh: fix 28491 (implement edge tag shortest path)Campbell Barton
2011-09-04Patch 28492 from Andrew Wiggin (ender79) to fix loop deselect problem (bug 28...Howard Trickey
2011-09-02Fix #28280: Insert Hook wrong indexSergey Sharybin
2011-09-02patch [#28463] BMesh: fixes for removedoubles and friendsCampbell Barton
2011-09-01ability to create polygons and loops from python (low level mesh creation acc...Campbell Barton
2011-08-31quiet warningsCampbell Barton