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-08-29Fix #28347: VBO's highlights wrong faces when Mirror modifier is in useSergey Sharybin
2011-08-21Merge with trunk r39589Miika Hamalainen
2011-08-19Merged 39338-39558Jason Hays
2011-08-16svn merge -r39286:39385 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-08-12Code cleanup: remove seam drawing in face select mode, was left over from whenBrecht Van Lommel
2011-07-20Added vertex masking support for the weight paint vgroup functions including:Jason Hays
2011-06-17Dynamic Paint:Miika Hamalainen
2011-05-20svn merge -r36725:36801 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-18there wasn't a good way to know if a RegionView3D was perspective or not (wit...Campbell Barton
2011-05-09more syncing with trunk, also cleared many warnings with gcc4.6Campbell Barton
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-04-14=bmesh=Joseph Eagar
2011-04-11=bmesh=Joseph Eagar
2011-03-25fix [#26600] TexturedSolid + Curve: Specular affecting other materialsCampbell Barton
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-02-27doxygen: blender/editors tagged.Nathan Letwory
2011-02-27merge with/from trunk at r35190Joseph Eagar
2011-02-23doxygen: prevent GPL license block from being parsed as doxygen comment.Nathan Letwory
2011-02-14made most variables which are only used in a single file and not defined in h...Campbell Barton
2011-02-13many functions in blender are not marked static but should be.Campbell Barton
2011-01-12remove redundant assignments & unused vars.Campbell Barton
2011-01-07remove references to BKE_utildefines where its not needed.Campbell Barton
2011-01-07split BKE_utildefines.h, now it only has blender specific defines like GS() M...Campbell Barton
2010-12-07incorrect paranoid check for drawing texture face mode with no faces, it woul...Campbell Barton
2010-12-03- added GCC warning -Wstrict-prototypesCampbell Barton
2010-11-26bugfix while looking into [#24900], color wasn't being set for face-mask mode.Campbell Barton
2010-10-19[#24325] Texture painting using selected faces maskCampbell Barton
2010-10-14remove unused args in draw*.c and some in view*.c, tag some as UNUSED().Campbell Barton
2010-10-07misc fixes found with clang's static checker.Campbell Barton
2010-10-05bugfix [#23506] Bevel Modifier display problemCampbell Barton
2010-10-05- fix for crash when drawing a subsurf after a modifier that lost original in...Campbell Barton
2010-09-04merge with trunk at r31523Joseph Eagar
2010-08-10header re-shuffle, some headers contained unneeded refereces to other headers...Campbell Barton
2010-08-08remove unused includes from editors/space_*Campbell Barton
2010-07-19part 1 of merge from trunk at r30358; it compiles, but doesn't link quite yet :)Joseph Eagar
2010-07-14Fix a few compile warnings and rename gpu_buffers.h to GPU_buffers.hBrecht Van Lommel
2010-06-23Fix #21370: VBO does not display material colors in textured solid.Brecht Van Lommel
2010-03-23more lint includesCampbell Barton
2010-03-11BMesh branchKen Hughes
2010-03-09merge with trunk at r27259 and commit of a patch by anthony jones to fix msvc...Joseph Eagar
2010-02-12correct fsf addressCampbell Barton
2010-01-06Merge with trunk/2.5 at r25563Joseph Eagar
2009-12-02Changes to Color ManagementMatt Ebb
2009-11-23did math lib conversion, equivilent to merge with trunk/2.5 at r24464Joseph Eagar
2009-11-10Math LibBrecht Van Lommel
2009-10-23merge with trunk/2.5 at r23876Joseph Eagar
2009-10-11Use OB_MODE_EDIT as a flag everywhere, also fixed a typo which made drawing t...Campbell Barton
2009-10-07Check if the object is in editmode with (ob->mode==OB_MODE_EDIT) rather then ...Campbell Barton
2009-10-03imbusy GSoC'09 branch merge (Vertex Buffer Object support)Lukas Steiblys
2009-08-26merge with 2.5 at r22793Joseph Eagar