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
2013-03-13style cleanup: also remove unused defines in paint_image.cCampbell Barton
2013-03-13Texture sampling function refactoring:Antony Riakiotakis
2013-03-13style cleanupCampbell Barton
2013-03-12Patch #34204: [Render Animation] Fails with "Error: Specified sample_fmt is n...Sergey Sharybin
2013-03-12Patch #34569: Enable PNG Codec for video outputSergey Sharybin
2013-03-12Temp fix for stupid -Wformat-security issue.Bastien Montagne
2013-03-12replace sprintf -> strcpy where its not needed.Campbell Barton
2013-03-12Fix compilation error after recent changes to strict gcc flagsSergey Sharybin
2013-03-12Patch [#34373] Use i18n monospace font in Text editor and Python consoleIrie Shinsuke
2013-03-11code cleanup:Campbell Barton
2013-03-11Fix #34511: Invalid Audio/Video codec combination produces hung filehandleSergey Sharybin
2013-03-11Fix more UI i18n issues (reported by Leon Cheung and Lockal).Bastien Montagne
2013-03-11Feature request for all paint systems that support it: Jittering inAntony Riakiotakis
2013-03-10Fix [#34561]: Possible smoke crash if smoke flow had lower density than adapt...Miika Hamalainen
2013-03-10Fix: Vertex weight color calculation tried to use NULL pointer when called th...Miika Hamalainen
2013-03-10More cruft remove for 2d painting. Remove functions from brush interfaceAntony Riakiotakis
2013-03-10Texpaint refactor complete!Antony Riakiotakis
2013-03-10code cleanup:Campbell Barton
2013-03-10add STREQ macro (commonly used macro like CLAMP, MAX2, STRINGIFY). Use for so...Campbell Barton
2013-03-10patch [#34103] check_for_dupid2.patchCampbell Barton
2013-03-10patch [#34103] check_for_dupid.patchCampbell Barton
2013-03-10style cleanup: whitespaceCampbell Barton
2013-03-09code cleanup: was using var named 'in' for output.Campbell Barton
2013-03-09use 'bool' for BLI_/BKE_ functions.Campbell Barton
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-09expose obrel_is_recursive_child in BKE_object.h and rename to BKE_object_is_c...Campbell Barton
2013-03-08style cleanupCampbell Barton
2013-03-07Texture paint refactoring commitAntony Riakiotakis
2013-03-07use bool for rna funcs.Campbell Barton
2013-03-07Support position jittering on new texpaint code using the stroke system.Antony Riakiotakis
2013-03-07Change !BLI_ghashIterator_isDone to BLI_ghashIterator_notDone. It isAntony Riakiotakis
2013-03-06Tracking dopesheet fixes:Sergey Sharybin
2013-03-06Alternate fix for bug [#34369], where invalid polygon normals could be saved ...Campbell Barton
2013-03-06code cleanup: quiet warnings for recent weight paint theme addition.Campbell Barton
2013-03-06code cleanup: quiet float/double conversion warnings.Campbell Barton
2013-03-06Weight Painting: Added userpref for zero_weight color.Gaia Clary
2013-03-05code cleanup: also change BKE_blender.h BLENDER_VERSION_CHAR to 'a' so as not...Campbell Barton
2013-03-05Bug fix #34534Ton Roosendaal
2013-03-05Fix #34507, adding reroute node into invalid links would crash the compositor.Lukas Toenne
2013-03-05patch [#34103] path_util_split_dirstring.patch, path_util_split_dirstring_2.p...Campbell Barton
2013-03-05patch [#34103] fileops_1.patchCampbell Barton
2013-03-05patch [#34103] dir_contents.patchCampbell Barton
2013-03-05patch [#34103]Campbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-04Fix for incorrect subpixel precision of marker when using track offsetSergey Sharybin
2013-03-04Change default margin for bake to 16 pixelsAntony Riakiotakis
2013-03-04Fix for image transparency backwards compatibility. Now the texture datablock...Brecht Van Lommel
2013-03-04fix [#34473] Blender Crashes on toggling modes, dynatopo sculpt/object mode.Campbell Barton
2013-03-04code cleanup: unused vars in collada, preprocessor formatting & warning in mi...Campbell Barton
2013-03-03rigidbody: Revert to running simulation on frame updateSergej Reich