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
2010-07-15- updated man page from --help output.Campbell Barton
2010-07-15== installation paths ==Andrea Weikert
2010-07-15== rna cleanup ==Luca Bonavita
2010-07-15RNA cleanup: some more boolean changes based on discussion with Luca.Brecht Van Lommel
2010-07-15fix for one of the problems with [#22846] GCC 4.4.1 support in WindowsCampbell Barton
2010-07-15Apply first pass of edits to rna values from rna_booleans.txt.Campbell Barton
2010-07-15rna name edits as discussed with brecht. restrict -> hide.Campbell Barton
2010-07-15Update --help message for new path environment variables.Brecht Van Lommel
2010-07-15Fix for use of path environment variables, was not appending subfolder.Brecht Van Lommel
2010-07-15Fix #22851: missing undo push for color picker, these only work ifBrecht Van Lommel
2010-07-15own recent commit which added support for writing srgb float buffers broke wr...Campbell Barton
2010-07-15change some references to .B.blend, .Blog to new namesCampbell Barton
2010-07-15Fix: rename to .blend1 as last before writing, after creating blend thumbnail.Brecht Van Lommel
2010-07-15* smooth wasn't working with strengths below .5Jason Wilkins
2010-07-15Disabled mode-switching keys during 3D View orbit/zoom etc. in default key map.Matt Ebb
2010-07-15Logic UI: Changing Controllers names to follow Sensors and actuators (back to...Nathan Letwory
2010-07-15* Use same BLI_exist() on all platforms.Nathan Letwory
2010-07-15S_ISDIR and S_ISREG were checking completely wrong for directory and regular ...Nathan Letwory
2010-07-15To be actually useful, also report the filename when write operation fails.Nathan Letwory
2010-07-15patch from Goran Milovanovic for the BGE python api.Campbell Barton
2010-07-15- change blend thumbnail loading function not to use goto'sCampbell Barton
2010-07-15CMake patch from Ralf Hölzemer (cheleb)Campbell Barton
2010-07-15mistake in recent commit, set all axis values.Campbell Barton
2010-07-15* new settings for brushes in do_versions had wrong subversionfileJason Wilkins
2010-07-15* Accidentally bumped file subversion after sculpt merge. Perhaps this shoul...Jason Wilkins
2010-07-15* removed unneeded autosmooth_overlap, forgot to remove before mergeJason Wilkins
2010-07-14partial fix [#22846] GCC 4.4.1 support in WindowsCampbell Barton
2010-07-14Change to text3d: When back or front is enabled, the bevel rim on the other s...Campbell Barton
2010-07-14SVN maintenance.Guillermo S. Romero
2010-07-14Fix compile error after merge, gpu_buffers.h -> GPU_buffers.h.Brecht Van Lommel
2010-07-14Merge GSOC Sculpt Branch: 28499-30319Jason Wilkins
2010-07-14bugfix [#22847] 18+ char Name in Edit Strip causes errors when duplicating st...Campbell Barton
2010-07-14DopeSheet: Commented out menu entry for 'Grease Pencil' mode for now, since I...Joshua Leung
2010-07-14Bugfix #22792: Blender crashes after inserting keyframe pressing "I" keyJoshua Leung
2010-07-14Fix a few compile warnings and rename gpu_buffers.h to GPU_buffers.hBrecht Van Lommel
2010-07-14Fix for #22818: blender doesn't find a systemwide installed python.Brecht Van Lommel
2010-07-14Fix #22816: crash in depsgraph loading some 2.49 files, tagging objects forBrecht Van Lommel
2010-07-14Merging revision 30301:30302 from my GSoC branch to trunk, log:Joerg Mueller
2010-07-14[#22830] Hex colour number (COLOUR BALANCE) is out the range in video stripCampbell Barton
2010-07-14[#22782] Solidify Thickness negative and positive values are the same resultCampbell Barton
2010-07-14bugfix [#22840] Folders with ".blend" on the end are processed like .blend filesCampbell Barton
2010-07-14pointcache support for relative external paths with the useual // prefix as w...Campbell Barton
2010-07-14Patch #22807: Add select/deselect buttons to armature bone group panelJoshua Leung
2010-07-14- text3d was missing menu items for toggling bold/underline/italic/smallcaps.Campbell Barton
2010-07-14- make duplis real wasnt redrawingCampbell Barton
2010-07-13fix for rendering sequencer float buffers, need to convert into linear color ...Campbell Barton
2010-07-13RNA cleanup: review of booleans done.Brecht Van Lommel
2010-07-13group refcount checking was inconsistent.Campbell Barton
2010-07-13- fix for eternal loop with metaballs in set scenes.Campbell Barton
2010-07-13Fix [#22833] missing lock icon Diego Borghetti