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
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-10-08part 1 of vkey rip tool. still needs more work. ugh, doing this tool correc...Joseph Eagar
2009-09-20vertex color rotation and reversing/shortest vertex pathWael El Oraiby
2009-09-18part 1 of cleaning up my little array macro library to be a formal API. also...Joseph Eagar
2009-09-17forgot this fileJoseph Eagar
2009-09-16merge with 2.5/trunk at r23271Joseph Eagar
2009-09-12commit of patch #19287 by Wael S Oraiby, implementing a reverse face uvs feat...Joseph Eagar
2009-09-12some bugfixes, merge to cursor didn't workJoseph Eagar
2009-09-10editmode undo stores data as mesh dna now, instead of bmesh copies. also fix...Joseph Eagar
2009-09-10commit of transform pinning patch by Fabian Fricke (frigi). wip hotkey is en...Joseph Eagar
2009-09-09finished removedoubles, and inlined a bunch of functions.Joseph Eagar
2009-09-05part one of profiling/optimizing. made cddm not update tesselations itself i...Joseph Eagar
2009-09-04fix merge bug, this should fix this issue for now, but might need further wor...Joseph Eagar
2009-09-03commit of patch 19268, rotate uvs by wael oraibyJoseph Eagar
2009-09-01some merge, vpaint and wpaint bugfixesJoseph Eagar
2009-09-01finished bmeshafying merge, though probably needs further testing and debuggi...Joseph Eagar
2009-08-30cddm's recalc tesselation function works, and some memory leak fixesJoseph Eagar
2009-08-28Shift-G (select similar) is now bmeshafied for vert select mode.Joseph Eagar
2009-08-28commit of framework for uv/vcol rotate/mirrorJoseph Eagar
2009-08-28Shift-G (select similar) is now bmeshafied for edge select mode.Joseph Eagar
2009-08-26merge with 2.5 at r22793Joseph Eagar
2009-08-25subsurf works now! YES! take *that* subsurf_ccg.cscons/scons.py BF_QUICK=bf_p...Joseph Eagar
2009-08-25Reverted some keymap changes.William Reynish
2009-08-24patch from Ron Walker (o6a).Campbell Barton
2009-08-22Shift-G (select similar) is now bmeshafied for face select mode.Joseph Eagar
2009-08-19rearranged some code a bitJoseph Eagar
2009-08-19rearranged some code a bitJoseph Eagar
2009-08-17mesh operator documentation patch from Ron walker, (edited a few of the descr...Campbell Barton
2009-08-172.5: Added operator ui() callback for defining own ui layoutBrecht Van Lommel
2009-08-162.5/Vertex paint:Nicholas Bishop
2009-08-152.5, continuing work with localizing paint modes.Nicholas Bishop
2009-08-15made the crash handler disabled by a command line flag, insted of being #ifde...Joseph Eagar
2009-08-152.5: warning fixesBrecht Van Lommel
2009-08-12New point cache file format:Janne Karhu
2009-08-12fixed some problems in weld, collapse, and collapse uvsJoseph Eagar
2009-08-11made subdivide's patterns more configurable, and also implemented all the qua...Joseph Eagar
2009-08-11Brought Extrude all the way back. The contextual menu works,Joseph Eagar
2009-08-06added a crash handler to dump the global undo state to file on segmentation f...Joseph Eagar
2009-08-06added a 'repeat' option to vertex smooth in the main 2.5 branch.Joseph Eagar
2009-08-06bmeshafied vertex smooth, and also added a 'repeat' option :) since the last ...Joseph Eagar
2009-08-06merge with 2.5 (not trunk, last merge message said that on accident) at r22252Joseph Eagar
2009-08-06bmeshafied righthandfaces (ctrl-n, compute normals)Joseph Eagar
2009-08-06select more/less properly uses bmops now, and also made a little start on doc...Joseph Eagar
2009-08-05bmeshafied select more/lessJoseph Eagar
2009-08-05bmeshafied the hide/reveal code. created a set of API functions for hiding/r...Joseph Eagar
2009-08-05select linked has been bmeshafied, yayJoseph Eagar
2009-08-02Softbody now uses the new pointcache code.Janne Karhu
2009-08-01compile fixJoseph Eagar
2009-07-31fix for warnings and implicit declarationsCampbell Barton
2009-07-292.5Ton Roosendaal