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-10-10updates to navmeshCampbell Barton
2011-10-10- for some reason navmesh wasnt drawing when VBO was enabled.Campbell Barton
2011-10-10fix for editmode opengl drawing (bug from own recent optimization), need to s...Campbell Barton
2011-10-10fix crash for recent navmesh edits when setting a non-mesh object to a navmesh.Campbell Barton
2011-10-10move NavMesh draw code out of being a modifier and into DerivedMesh drawing h...Campbell Barton
2011-09-23some speedup for drawing mesh in texture mode.Campbell Barton
2011-09-20- translation scripts now run with py3.xCampbell Barton
2011-09-20tag & comment unused vars with /* UNUSED */Campbell Barton
2011-09-20fix for bug in do_version_tface(), was assigning 'tf->mode' before tf was def...Campbell Barton
2011-09-19TexFace to Material Settings big patchDalai Felinto
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-14remove count_selected_defgroups() function and make get_selected_defgroups() ...Campbell Barton
2011-09-14initial cleanup for weight paint branchCampbell Barton
2011-09-14svn merge -r40179:40195 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-09-14resolve bad level calls from blenkenel/ into editors/ & remove editors from t...Campbell Barton
2011-09-13svn merge -r40000:40179 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-12- fix for mesh_get_mapped_verts_nors copying short normals to floats without ...Campbell Barton
2011-09-11speedup for editmesh drawing.Campbell Barton
2011-08-29Fix #28347: VBO's highlights wrong faces when Mirror modifier is in useSergey Sharybin
2011-08-19Merged 39338-39558Jason Hays
2011-08-12Code cleanup: small glsl mesh drawing code changes, getting rid of an ugly ma...Brecht Van Lommel
2011-08-08Merged 38822-39182Jason Hays
2011-08-01fix [#28112] Vertex paint crashCampbell Barton
2011-07-20Added vertex masking support for the weight paint vgroup functions including:Jason Hays
2011-07-07Removed code I no longer needed for multi-paint's newer system.Jason Hays
2011-06-29Made multi-paint change the weight values based on the artist's suggestion.Jason Hays
2011-06-21Tweaked multi-paint and the way the colors are displayed so one of the artist...Jason Hays
2011-06-16Made Multi-Paint and Locking more independent to better support future features.Jason Hays
2011-06-13Made a var that determines if the color can be black (so it knows if it shoul...Jason Hays
2011-06-10Fixed Multi-Paint so that it doesn't stop painting unless the maximum cap has...Jason Hays
2011-06-09Made the Multi-Paint check box control what was being drawn so that it doesn'...Jason Hays
2011-06-08Heard that multi-bone selection would be better used for painting multiple bo...Jason Hays
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-03fix [#27271] Going into sculpt mode causes crashCampbell Barton
2011-04-27remove normalize call in derived mesh GetNormal, its not done anywhere else.Campbell Barton
2011-04-15style changes & replace some memset's with zero initializers.Campbell Barton
2011-04-14no functional change, avoid making stack arrays for the purpose of indexing.Campbell Barton
2011-03-28- quiet new warnings with gcc 4.6Campbell Barton
2011-03-27subsurf, derived mesh and other misc files: floats were being implicitly prom...Campbell Barton
2011-02-27doxygen: blender/blenkernel tagged.Nathan Letwory
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14This commit will switch blender to use tangent space generated withinM.G. Kishalmi
2011-02-12Sculpting on deformed meshSergey Sharybin
2011-02-11Made some function from DerivedMesh.c be avaliable from other modules.Sergey Sharybin
2011-02-07remove mat_nr from MVert struct, saves 4 bytes per vertex.Campbell Barton
2011-01-31Todo issue: sculpting on deformed meshSergey Sharybin