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-03-09Fix [#26012] Import Collada: instance_node incorrectly handledNathan Letwory
2011-03-09Bugfix #26424Ton Roosendaal
2011-03-09update for blender as a py module & python 3.2Campbell 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-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-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-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-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-05Final step for texture nodes/threading issue fix: make neededSergey Sharybin
2011-03-05Bugfix #26367Ton Roosendaal
2011-03-05Bugfix #26317Ton Roosendaal
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-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-04Two additional fixes for node-tree + texture paint:Ton Roosendaal
2011-03-04Py_hash_t is new typedef in Python 3.2, typedeffing Py_ssize_t. Changing to t...Nathan Letwory
2011-03-04long hash caused stack corruption in _PySet_NextEntry. This wanted a Py_hash_...Nathan Letwory
2011-03-04Bugfix [#26312] Wrong text in a button in the Stretch to constraintJoshua Leung
2011-03-03Fix for [#26254] Rendering problem with group-instances of particle-instancesJanne Karhu
2011-03-03bugfix #26267Ton Roosendaal
2011-03-03use NULL instead of 0 for pointers, (editors)Campbell Barton
2011-03-03replace 0 with NULL when used as a pointerCampbell Barton