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-11-24Fix #24782: proxy armature Layer state not saved with file. Was in 2.4x butBrecht Van Lommel
2010-11-24when fail to read a blend, report the filepath too, less confusing when chain...Campbell Barton
2010-11-23Cached smoke wasn't being drawn on file load before going to simulation start...Janne Karhu
2010-11-20Bugfix #24801Ton Roosendaal
2010-11-17use 'const char *' by default with RNA functions except when the value is fla...Campbell Barton
2010-11-16fix for fix, r33086.Campbell Barton
2010-11-11move report/operator view out of the 'Console' into the 'Info' space (file me...Campbell Barton
2010-11-09Bugfix #20812 (and probably others)Ton Roosendaal
2010-11-09remove unused scene members 'jumpframe' and 'ima'Campbell Barton
2010-11-05minor c90 compat edits. (no functional changes).Campbell Barton
2010-11-05tedious string copying changesCampbell Barton
2010-11-05Bugfix #24535: File saved with NLA Strip in Tweakmode crashes on reloadJoshua Leung
2010-11-04bugfix [#24518] Blender wont compile with -Wall -Werror and COLLADA supportCampbell Barton
2010-11-04workaround [#24392] 2d Image paint editor: no clone/smear/soften tools etcCampbell Barton
2010-10-31initialize structs to zero rather then using memset().Campbell Barton
2010-10-27remove include paths which dont exist, fix for doc upload script which was ge...Campbell Barton
2010-10-27Revert /WX here until fix in Blender.py is done.Nathan Letwory
2010-10-24bugfix [#24357] Font folder can be specified but is not openedCampbell Barton
2010-10-23use explicit file paths for CMake rather then globing, This is recommended by...Campbell Barton
2010-10-20Fix [#21294] Bad object drawing and crash when renderingNathan Letwory
2010-10-19Fix for [#24262] Segmentation attempting to render *NEED MOER INFO*Janne Karhu
2010-10-18remove G.sce, use G.main->name instead.Campbell Barton
2010-10-17Reverting Cam's audio code changes from revision 32517. Part of it has been r...Joerg Mueller
2010-10-16most unused arg warnings corrected.Campbell Barton
2010-10-16- UNUSED macro wasn't throwing an error with GCC if a var become used.Campbell Barton
2010-10-14bugfix [#22161] Drawing of custom shapes in bonesCampbell Barton
2010-10-13Text spaceSergey Sharybin
2010-10-08append was using a freed Main pointer to refer to the curlib when instancing ...Campbell Barton
2010-10-02Fix #24094: Multiresolution sculpt mode undo crashSergey Sharybin
2010-09-29own changes in recent commit broke curve loading because the curve type check...Campbell Barton
2010-09-29fix for user counts with text3d bold/italic fonts.Campbell Barton
2010-09-27Fixed: Showing pointcached frames in the timeline was terribly slow when usin...Janne Karhu
2010-09-20bugfix [#23849] When the file is opened, Blender 2.5x crushes. Campbell Barton
2010-09-18warning fixes and minor cmake changes.Campbell Barton
2010-09-17Tiny addition to boids functionality: pitch valueJanne Karhu
2010-09-15bugfix [#23405] PNG Images bigger then 2gig wont load with blender.Campbell Barton
2010-09-14Particle edit brush strengths were loaded wrong for old files.Janne Karhu
2010-09-10Fix for [#23090] Blender 2.5 : move object to new layer crashes BlenderJanne Karhu
2010-09-06bugfix [#23674] Fix for texture path corruptions (bug 23337)Campbell Barton
2010-08-28Committing patch [#23278] (by me)Mitchell Stokes
2010-08-25simplify pass drawing, give each pass its own list, avoids some context switc...Campbell Barton
2010-08-16- remove unused includes IMB_*, BIF_* & MEM_*Campbell Barton
2010-08-12Fix #23258: paint cursor not working in sculpt/paint modes.Brecht Van Lommel
2010-08-11Update address in license block.Guillermo S. Romero
2010-08-10moved idcode functions into their own file (was added as a todo in the commen...Campbell Barton
2010-08-08== Sequencer ==Peter Schlaile
2010-08-08remove unused includesCampbell Barton
2010-08-04Brush/Paint internal changesCampbell Barton
2010-08-04include cleanup, no functional changesCampbell Barton
2010-08-012.5: code changes to reduce the usage of G.main and pass it alongBrecht Van Lommel