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-03-01Spelling CleanupCampbell Barton
2012-02-25code cleanup: white space, spelling & ';;' end of lines.Campbell Barton
2012-02-17unify include guard defines, __$FILENAME__Campbell Barton
2012-01-11Longer names support for all ID and other object namesSergey Sharybin
2011-12-30minor dna header cleanupCampbell Barton
2011-12-24replace u_int64_t with cc99's uint64_t as suggested by Nicholas Bishop.Campbell Barton
2011-12-24change customdata mask from an 'unsigned int' to an 'u_int64_t', since BMesh ...Campbell Barton
2011-12-07fix for noise module in driver namespace (was infact mathutils).Campbell Barton
2011-12-05syncing some minor formatting edits from bmesh branch.Campbell Barton
2011-12-04add define for deprecated DNA struct members: DNA_DEPRECATED,Campbell Barton
2011-12-04add a new object member to store the dsize, since with my recent commit broke...Campbell Barton
2011-11-06As discussed on the mailing list, removing the non-functional,Joshua Leung
2011-11-05more DNA object editsCampbell Barton
2011-11-05- view bounds (now split from collision bounds) was still being used for bge ...Campbell Barton
2011-11-04Fix #28865: Draw_bounds_type does not display Polyhedron or Capsule typesSergey Sharybin
2011-11-02RenderEngine api: support for viewport rendering, details here:Brecht Van Lommel
2011-11-01macro to check if an object type supports vgroupsCampbell Barton
2011-10-23remove $Id: tags after discussion on the mailign list: http://markmail.org/me...Campbell Barton
2011-10-14rename confusing constants (no functional change)Campbell Barton
2011-10-03add macro OB_TYPE_SUPPORT_MATERIAL, type checks were being done inline, some ...Campbell 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-14- use a flag define for bDeformGroup->flag rather than setting TRUE/FALSECampbell 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-07svn merge -r 37306:39975 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Benoit Bolsee
2011-08-013D Audio GSoC:Joerg Mueller
2011-06-27Merged from trunk with revision range 36835-37865,Jason Hays
2011-06-15Code cleanup: remove reference to workob global that no longer exists.Brecht Van Lommel
2011-06-15Fix #27654: vertex parenting not working with constructive modifiers.Brecht Van Lommel
2011-06-05synched with trunk at revision 37212Nick Samarin
2011-05-27(no commit message)Jason Hays
2011-05-17synched with trunk at revision 36569Nick Samarin
2011-05-09patch [#21740] Image support for Empty ObjectsCampbell Barton
2011-02-28Bug fix: Render and 3d view conflict over ob->imatJanne Karhu
2011-02-17DNA header files are now grouped under the same module. No further documentat...Nathan Letwory
2011-02-16synched with trunk at revision 34793Nick Samarin
2011-01-17remove/comment unused defines, also zero FileGlobal.filename to quiet valgrind.Campbell Barton
2011-01-15remove/comment unused defines.Campbell Barton
2011-01-05Todo item:Ton Roosendaal
2010-12-17no functional change: only check against OB_RECALC_ALL but don't use for assi...Campbell Barton
2010-11-04workaround [#24392] 2d Image paint editor: no clone/smear/soften tools etcCampbell Barton
2010-10-03synched with trunk at revision 32129Nick Samarin
2010-08-29BGE patch #22623 applied: new bound type: Capsule.Benoit Bolsee
2010-08-05synched with trunk at revision 31065Nick Samarin
2010-08-04include cleanup, no functional changesCampbell Barton
2010-07-22synched with trunk at revision 30597Nick Samarin
2010-07-17- added text3d.body_format to be able to set bold/italic/smallcaps etc on text.Campbell Barton
2010-07-14synched with trunk at revision 30243Nick Samarin
2010-07-05Bugfix #22685: Screen update slow, animation player ALT-A, files created with...Joshua Leung