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
path: root/source
AgeCommit message (Expand)Author
2013-01-03add option WITH_SYSTEM_BULLET to link against the bullet installation found o...Campbell Barton
2013-01-03add id property clear function (matching the same python function for dicts/l...Campbell Barton
2013-01-03r53351 removed a NULL check for name in defgroup_name_index(). name can be NU...Mitchell Stokes
2013-01-02Some UI message fixes...Bastien Montagne
2013-01-02changes needed for EDL import to work again.Campbell Barton
2013-01-02Bug fix - post 2.65aTon Roosendaal
2013-01-02Fix [#33189] AFTER 2.65 - Units in doc strings in ocean modifier.Bastien Montagne
2013-01-02Fix playercompile with stub for BKE_brush_gen_texture_cacheJens Verwiebe
2013-01-02fix [#33726] keyframe_insert() and keyframe_delete() with index=-1 always failCampbell Barton
2013-01-02add assert to BLI_buffer_at if a type is given different to 'elem_size'Campbell Barton
2013-01-02extend BLI_bufferCampbell Barton
2013-01-02dyntopo speedup for smooth brush, no need to search for the shared vert-face ...Campbell Barton
2013-01-02Replacing/cleaning up some gibberish...Joshua Leung
2013-01-02style cleanupCampbell Barton
2013-01-02rename image paint_image_2d to lowercase (as we have for view2d).Campbell Barton
2013-01-02Fix for what appears to be a typo (seq_prev is always NULL) - found whileJoshua Leung
2013-01-02Patch [#29035] Vertex colour bakingAlex Fraser
2013-01-02rename paint_2D to paint_image_2D. Catering for possible name conflictsAntony Riakiotakis
2013-01-02Code cleanup:Antony Riakiotakis
2013-01-01Fix for normal scaling when using triangle primitives for hair.Stuart Broadfoot
2013-01-01Bug fixes, own collection.Ton Roosendaal
2013-01-01Intent to fix windows not compiling after r53480.Bastien Montagne
2013-01-01Further trackpad work:Ton Roosendaal
2013-01-01Highlight currently rendering tilesSergey Sharybin
2013-01-01Add a warning to enum props' items parameter, to *never* use a generator as v...Bastien Montagne
2013-01-01fix for own error in recent weight paint code, bound-box clip wasnt working.Campbell Barton
2013-01-01Added MOUSEPAN (the trackpad event) to control propertional size while transf...Ton Roosendaal
2013-01-01fix for long standing annoyance with weight-paint mode selection.Campbell Barton
2013-01-01make wight-paint-through feature work in face select mode. (still WIP, relies...Campbell Barton
2013-01-01patch [#33331] Time To Start Moving To StdboolCampbell Barton
2013-01-01remove vertex selection check for weight paint mode so you can paint `through...Campbell Barton
2013-01-01Fix: weight painting operated only for selected vertices in edit mode.Antony Riakiotakis
2013-01-01BGE: Fixing a crash that occurred when LibLoading a scene with a 2D Filter Ac...Mitchell Stokes
2012-12-31smart stitching:Antony Riakiotakis
2012-12-31code cleanup: name event -> event_type in macros, since this is from event->typeCampbell Barton
2012-12-31code cleanup: autocomplete functionsCampbell Barton
2012-12-31syntax highlight autocomplete listing.Campbell Barton
2012-12-31text autocompleteCampbell Barton
2012-12-31More wrong "in degrees" busted out of tips!Bastien Montagne
2012-12-31Correction to RNA update functionsSergey Sharybin
2012-12-31Fix for saving 8bit PNG images when there's no byte buffer in ImBufSergey Sharybin
2012-12-31add back initial autocomplete support.Campbell Barton
2012-12-31Removed on old patch from the code, which attempted to keep the scrollersTon Roosendaal
2012-12-31code cleanup: warningCampbell Barton
2012-12-31Some minor cleanup in camera's FOV angle props (mostly use DEG2RAD macro, and...Bastien Montagne
2012-12-31minor updates to text autocomplete apiCampbell Barton
2012-12-31Correction to recent PNG commitSergey Sharybin
2012-12-31Removed byte glow effect from sequencer in favor of float one.Sergey Sharybin
2012-12-31Alpha premul pipeline cleanupSergey Sharybin
2012-12-31Fix #33706: issue in cycles motion blur rendering after hair commit, my faultBrecht Van Lommel