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
2014-01-15Python/Depsgraph: bpy.data.*.is_updated now detects add/remove of any datablock.Tom Edwards
2014-01-15Eek, terrible typo in previous commitSergey Sharybin
2014-01-15Fix T38224: Blender crashes on duplicating curveSergey Sharybin
2014-01-15Fix T38216: Cycles render crash Blender in some scene in versionsSergey Sharybin
2014-01-15Fix a bunch of UI string issues...Bastien Montagne
2014-01-14Fix T38196: Crash with smoke simulationSergey Sharybin
2014-01-14Empties with Images draw type: add support for movies and image sequencesGeoffroy Krantz
2014-01-13Code Cleanup: replace checks for ima->source with BKE_image_is_animatedCampbell Barton
2014-01-13Fix crash happening on render after recent imbuf PERSISTENT flagSergey Sharybin
2014-01-13Fix T37886: Material does no update when changing keyframes in dopesheetSergey Sharybin
2014-01-13Fix T38040: Crash after loading big image file in compositorSergey Sharybin
2014-01-13Compilation error fix and strict warning silence for previous commitsSergey Sharybin
2014-01-13Avoid memcpy to self when validating UV layer nameSergey Sharybin
2014-01-13Make bvhutil safe for multi-threaded usageSergey Sharybin
2014-01-13Fix T38139: Objects which are in cyclic dependency are not updatedSergey Sharybin
2014-01-13Fix T38054: High CPU usage with many objectsSergey Sharybin
2014-01-13Remove direct displist creation from constraintsSergey Sharybin
2014-01-13Remove direct displist creation from curve deformSergey Sharybin
2014-01-13Remove direct displist creation from BKE_vfont_to_curve_ex()Sergey Sharybin
2014-01-13Remove direct displist creation from bevel codeSergey Sharybin
2014-01-13Remove direct displist creation from drawing codeSergey Sharybin
2014-01-13Fix some harmless warnings that mostly appeared on MinGW64Antony Riakiotakis
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-12Style Cleanup: whitespaceCampbell Barton
2014-01-11Add tangent space computation/access from RNA (i.e. python).Bastien Montagne
2014-01-10Fix T38149: crash adding metaball with zero radius.Brecht Van Lommel
2014-01-10Fix for random crash in localized node group freeing while tweakingLukas Tönne
2014-01-09Code cleanup: remove WIP code came from the GSoC branchSergey Sharybin
2014-01-09Fix T38000: vertex parent crash due to threading issuesSergey Sharybin
2014-01-09Fix remaining sculpt mode crash using multires modifier, similar causeAntony Riakiotakis
2014-01-09Code Cleanup: styleCampbell Barton
2014-01-09Fix T38016: setting Object.matrix_world does not take bone parents into account.Brecht Van Lommel
2014-01-09Code cleanup: remove BKE_object_where_is_calc_simul function.Brecht Van Lommel
2014-01-08Fix for inorrect use of BLI_utf8_invalid_strip, add assert to prevent it happ...Campbell Barton
2014-01-07Fix for crash in anim render: The callbacks in bMovieHandle are expectedLukas Tönne
2014-01-07Cycles Volume Render: scattering support.Brecht Van Lommel
2014-01-07Fix for error in own recent commitCampbell Barton
2014-01-07Text3d: underline offset on curved path wasnt working rightCampbell Barton
2014-01-07Text3d: Add support for underline characters with text-on-pathCampbell Barton
2014-01-07Text3d: move text selection boxes from Curve to EditFont structCampbell Barton
2014-01-05Text3d: font family dupli-objects now follow rotation of the curve pathCampbell Barton
2014-01-05Text3d: minor edits to the API, remove BKE_vfont_to_curve_nubase_exCampbell Barton
2014-01-05Text3d: fix font family feature for unicode and correct tooltipCampbell Barton
2014-01-05Text3d: paste additionsCampbell Barton
2014-01-05Code cleanup: fix type in malloc id stringSergey Sharybin
2014-01-05Fix crash when having multiple text objects sharing the same curve datablockSergey Sharybin
2014-01-05Code cleanup: preprocessor indentation inside #ifdef blockSergey Sharybin
2014-01-05Text3d: selection in editmode now follows rotated text along pathCampbell Barton
2014-01-05Text3d: fix for smallcaps modifying the original text input in editmode.Campbell Barton
2014-01-05Text3d: smallcaps wasnt working properly for text-on-pathCampbell Barton