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
2010-10-05Reorganisation of COLLADA import code. Classes have been split into their own...Nathan Letwory
2010-10-02set the view3d used layer to be an unsigned int, mask out localview layers to...Campbell Barton
2010-10-02make fly mode border draw into a area drawing callback rather then using a fl...Campbell Barton
2010-10-01stop dna from parsing structs that aren't used needed.Campbell Barton
2010-09-27Fixed: Showing pointcached frames in the timeline was terribly slow when usin...Janne Karhu
2010-09-24patch [#23968] filter_filetypes property to allow operators to filter by file...Campbell Barton
2010-09-22minor changes to text3d editing, skip wchar --> utf-8 conversion on cursor mo...Campbell Barton
2010-09-21bugfix [#23923] extra material slots createdCampbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-18fix for a (probably harmless) bug in makesdna where 1 byte off the end of the...Campbell Barton
2010-09-17Tiny addition to boids functionality: pitch valueJanne Karhu
2010-09-11- camera max zoom limit was inconsistentCampbell Barton
2010-09-06committed by accidentCampbell Barton
2010-09-03use set as a suffix (matches operators)Campbell Barton
2010-09-02Fix "no newline at end of file" warnings in *nix.Ken Hughes
2010-08-30Finally change SConscript tabs to spaces.Nathan Letwory
2010-08-29BGE patch #22623 applied: new bound type: Capsule.Benoit Bolsee
2010-08-26Patch [#23390] Addition of Author field to user preferencesNathan Letwory
2010-08-25simplify pass drawing, give each pass its own list, avoids some context switc...Campbell Barton
2010-08-25rename most scons build targets to match cmakeCampbell Barton
2010-08-25Applied patch #23379. Does not change existing .blend files and looksRobert Holcomb
2010-08-19- pyrna fix for reference counting when unable to register a propertyCampbell Barton
2010-08-16Scons:Joerg Mueller
2010-08-13svn merge -r 31211:31313 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-12fix for the rna curve interpolation enum, 'ease' was using the same value as ...Campbell Barton
2010-08-12bugfix [#23270] Long directory name segmentation fault in File browerCampbell Barton
2010-08-11small edits to text editor from writing a python editor extension.Campbell Barton
2010-08-11bugfix [#23247] Load Image in Textures does not use a usefull pathCampbell Barton
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10svn merge -r 31145:31210 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-10- Enable shape key switching in edit mode for curves, surfaces and latticiesSergey Sharybin
2010-08-08== Sequencer ==Peter Schlaile
2010-08-07svn merge -r 31060:31144 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-06remove narrow ui featureCampbell Barton
2010-08-06bugfix [#19525] Curve modifier moves mesh geometry firstCampbell Barton
2010-08-05svn merge -r 30954:31059 https://svn.blender.org/svnroot/bf-blender/trunk/ble...Joerg Mueller
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-03build options to disable image formats WITH_CINEON, WITH_HDR.Campbell Barton
2010-08-02Audaspace:Joerg Mueller
2010-07-31Separate proportional edit setting between edit and object mode. They are now...Martin Poirier
2010-07-31recent commit to make color balance work like the sequencer, I forgot that th...Campbell Barton
2010-07-302.5: remove vertex normal flip option, this is more harmful than helpfulBrecht Van Lommel
2010-07-30bugfix [#22859] Multi-user images cant be made into single user in texure panel.Campbell Barton
2010-07-27Smoke Patch + additions: a) Applying patch #22765 by Miika Hämäläinen (dom...Daniel Genrich
2010-07-26== Sculpt ==Nicholas Bishop
2010-07-25Shapekeys for curves/surfecesSergey Sharybin
2010-07-25from Luca's recent commit noticed there are more typo's: lenght -> lengthCampbell Barton
2010-07-24[#22873] Snap to increment isn't working that expected when Units set to Metr...Campbell Barton
2010-07-22== Sculpt/Paint Fixes ==Jason Wilkins