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
2011-03-09update for blender as a py module & python 3.2Campbell Barton
2011-03-09add stddef.h include for offsetof macro for gcc 4.6 compat.Campbell Barton
2011-03-09image.depth, 96/128 for float color images, was 24/32 for byte images.Campbell Barton
2011-03-09Fix [#26037] Import Collada crashes BlenderNathan Letwory
2011-03-09CMakeCampbell Barton
2011-03-09- correct python3.1 warning message.Campbell Barton
2011-03-08Skip materials that are invalid.Nathan Letwory
2011-03-08Prevent memory corruption when using fixed texture and fast strokes withSergey Sharybin
2011-03-08Fix #26408: [texture paint] brush spacingSergey Sharybin
2011-03-08Fix for [#26322] x-mirror gives wrong results while editing hair particlesJanne Karhu
2011-03-08Bugfix & Feature fix: Only Shadow Material optionsTon Roosendaal
2011-03-08Apply [#26383] Triangle fans support for COLLADA importerNathan Letwory
2011-03-08Bugfix #25422Ton Roosendaal
2011-03-08CMake: removed blenderplayer from install target by accident with recent commit.Campbell Barton
2011-03-08Apply [#26311] Collada Exporter Crash on Win64 buildNathan Letwory
2011-03-08fix bug [#26315] Background and 3D view mistakes Campbell Barton
2011-03-08needed removing here tooCampbell Barton
2011-03-08remove unused RegionView3D retopo pointer and set quat printing to const args. Campbell Barton
2011-03-08Old IDProperty bug, (from original commit r8916),Campbell Barton
2011-03-08ui_textedit_delete_selection() could access past the array bounds.Campbell Barton
2011-03-08py-api utf8/filepaths:Campbell Barton
2011-03-08patch [#26404] UnicodeDecodeErrorCampbell Barton
2011-03-08CMake/OSX: Bugfix [#26375]: Add default values for the OSX architecture: x86_...Damien Plisson
2011-03-07BGE internal cosmetic changes - Replacing hardcoded values with new definesDalai Felinto
2011-03-07Bugfix #26394Ton Roosendaal
2011-03-07From the OFTL:Ton Roosendaal
2011-03-07Drop support for python 3.1.Campbell Barton
2011-03-07Bugfix #26388Ton Roosendaal
2011-03-07se BLI_snprintf() for msvc compat, cleanup CMake file, some bad comments left...Campbell Barton
2011-03-07use install target for CMake Windows (msvc and mingw), for MinGW you now need...Campbell Barton
2011-03-07Ensure gpu_extensions.c compiles with MSVC -> include BLI_winstuff.hNathan Letwory
2011-03-07bug [#26329] Project Paint not workingCampbell Barton
2011-03-07fix [#26368] Solidify breaks EdgeCreaseCampbell Barton
2011-03-06Fix #26324: proportional editing and armature applied to editing cage during ...Sergey Sharybin
2011-03-06Applied patch by Alexander Kuznetsov for bug 26373: math node 'round' mode wa...Lukas Toenne
2011-03-06CMake: Linux/Unix Only,Campbell Barton
2011-03-05Final step for texture nodes/threading issue fix: make neededSergey Sharybin
2011-03-05Bugfix #26367Ton Roosendaal
2011-03-05Bugfix #26317Ton Roosendaal
2011-03-05patch [#26366] More detailed Python error reporting for the BGECampbell Barton
2011-03-05sculpt undo struct was using an array of char pointers rather then a char array.Campbell Barton
2011-03-05use NULL rather then 0 for pointer assignments & comparison, modifier, imbuf ...Campbell Barton
2011-03-05blenderplayer building again in CMake + OSX (and Linux I guess) patch from IR...Dalai Felinto
2011-03-05workaround for crash (not an actual fix) [#26316] Mirror and EdgeSplit - Grab...Campbell Barton
2011-03-05fix [#26323] Crash when adding to a vertex group with a raw inCampbell Barton
2011-03-05Utility defines for quick timing tests.Campbell Barton
2011-03-04Bugfix #26270Ton Roosendaal
2011-03-04quiet warnings and fix building without python.Campbell Barton
2011-03-04Bugfix #26317Ton Roosendaal
2011-03-04Forgot this one from previous commit.Nathan Letwory