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-05-09svn merge -r36529:36564 https://svn.blender.org/svnroot/bf-blender/trunk/blenderCampbell Barton
2011-05-09writing normal customdata was failing because vec3f type wasn't stored in SDNA.Campbell Barton
2011-05-09copied across changes which were missed by merging.Campbell Barton
2011-05-09=bmesh= merge from trunk at r36529Joseph Eagar
2011-05-07Fix #27319: Text editor "Find" does not locate words.Sergey Sharybin
2011-05-07=bmesh=Joseph Eagar
2011-05-05alternative to joe's commit r36451.Campbell Barton
2011-05-04Own TODO item: sculpting on constructive modifiersSergey Sharybin
2011-05-03=bmesh= fixed unintiialized memory bug, thanks to Francisco De La CruzJoseph Eagar
2011-05-03=trunk=Joseph Eagar
2011-05-02Related to bug #27004: there is now an option to disable color management forBrecht Van Lommel
2011-05-02=trunk=Joseph Eagar
2011-05-01warp modifier, added in the render branch for durian.Campbell Barton
2011-05-01=trunk=Joseph Eagar
2011-04-30fix for minor glitch when setting the camera in local view (camera could try ...Campbell Barton
2011-04-22zoom operator.Campbell Barton
2011-04-21converted more mixed tab/space indentations to tabs. only whitespace changes.Campbell Barton
2011-04-21whitespace only, no functional change mixed tabs/spaces --> tabs.v2.57aCampbell Barton
2011-04-21remove checks on deprecated multires pointer.Campbell Barton
2011-04-19Bugfix [#25960] Action/NLA Editor issues with animdata contextJoshua Leung
2011-04-17=bmesh= build modifier works now, also made scanfill thread-safeJoseph Eagar
2011-04-15=bmesh= merge from trunk at r36153Joseph Eagar
2011-04-06fix [#26803] Libs paths are case sensitive in windowsCampbell Barton
2011-04-04remove unused DNA from mesh, effects list & cubemap size.Campbell Barton
2011-04-01Animation Editors: Name-based filteringJoshua Leung
2011-04-01xray option for grease pencil (on by default), sometimes its nicer not to hav...Campbell Barton
2011-03-27interface: floats were being implicitly promoted to doubles, adjust to use fl...Campbell Barton
2011-03-25fix [#26607] blender won't duplicate or assign new drivers on duplicationCampbell Barton
2011-03-25=bmesh=Joseph Eagar
2011-03-23Fix #26573, #26574 and #26551: objects on layers not visible on load or undoBrecht Van Lommel
2011-03-22operators called from python were not getting their reports back into python ...Campbell Barton
2011-03-20== file browser == Code cleanupAndrea Weikert
2011-03-20== filebrowser == Code cleanupAndrea Weikert
2011-03-20== file browser ==Andrea Weikert
2011-03-18New particle collisions code:Janne Karhu
2011-03-18scons fixJoseph Eagar
2011-03-18scons fixJoseph Eagar
2011-03-17Added an optional label string to nodes. As pointed out by Sebastian Koenig, ...Lukas Toenne
2011-03-14patch [#26495] Adjustable outline width for selected objectsCampbell Barton
2011-03-14Fix for crashes due to links without fromnode pointers. This can happen with ...Lukas Toenne
2011-03-13[#26482] Solidify / Animation Opengl render. no texture.Campbell Barton
2011-03-12Completely refactored sph fluid particles. Only the very core of the algorith...Janne Karhu
2011-03-10request from Jedrzej Slewczuk's:Campbell Barton
2011-03-10revert r35438, Martin doesn't like having this option tacked on.Campbell Barton
2011-03-10add option requested [#25598] projection surface snap issueCampbell Barton
2011-03-09Fix for [#26372] Objects as PS Hair displays and renders differentlyJanne Karhu
2011-03-08Bugfix & Feature fix: Only Shadow Material optionsTon Roosendaal
2011-03-08fix bug [#26315] Background and 3D view mistakes Campbell Barton
2011-03-08remove unused RegionView3D retopo pointer and set quat printing to const args. Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton