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-10-06Fine control of feature edge selection with mesh face and edge marks.Tamito Kajiyama
2011-09-25Merged changes in the trunk up to revision 40520.Tamito Kajiyama
2011-09-22Corrected fix for #28722: Segfault when reading volumetric clouds exampleSergey Sharybin
2011-09-22Fix #28722: Segfault when reading volumetric clouds exampleSergey Sharybin
2011-09-21remove support for irixCampbell Barton
2011-09-21Merged changes in the trunk up to revision 40413.Tamito Kajiyama
2011-09-20Fix for BLI_ungzip_to_mem: it'll return NULL now if file is not found.Sergey Sharybin
2011-09-19Merging r40345 through r40365 from trunk into soc-2011-garlicSergey Sharybin
2011-09-19i18n: code cleanup and fixing unneeded translation (when partial translation ...Sergey Sharybin
2011-09-19Move function out of mathutils to: BLI_math_rotation --- single_axis_angle_to...Campbell Barton
2011-09-19svn merge -r40222:40344 ^/trunk/blenderSergey Sharybin
2011-09-19cleanup endian handlingCampbell Barton
2011-09-18i18n: replace gnu unifont with droid sans fontSergey Sharybin
2011-09-17Merged changes in the trunk up to revision 40299.Tamito Kajiyama
2011-09-17use const and array size in function definitions, no functional change.Campbell Barton
2011-09-16use replace 0 with NULL for pointers, set some functions staticCampbell Barton
2011-09-15SVN maintenance.Guillermo S. Romero
2011-09-15- include enum names and descriptions in sphinx generated documentationCampbell Barton
2011-09-15svn merge -r39834:40222 https://svn.blender.org/svnroot/bf-blender/trunk/blenderSergey Sharybin
2011-09-15fix [#28658] python can assign non utf8 and crash because of string lenth lim...Campbell Barton
2011-09-15move utf8 string.c functions into their own file, also add python tip for pri...Campbell Barton
2011-09-14Merged changes in the trunk up to revision 40189.Tamito Kajiyama
2011-09-12use vector size and const args where possible (no functional change)Campbell Barton
2011-09-12replace VECCOPY -> copy_v3_v3, added copy_v*_v*_short too for typesafe copyin...Campbell Barton
2011-09-11minor edits / cleanup - no functional changes.Campbell Barton
2011-09-10Merged changes in the trunk up to revision 40096.Tamito Kajiyama
2011-09-09Apply small patch by Shane Ambler:Nathan Letwory
2011-09-09- turn RNA_warning into a macro which includes the function name (was being w...Campbell Barton
2011-09-06fix for error in strinc.c's BLI_strescapeCampbell Barton
2011-09-06fix the setenv bug on windowsXiao Xiangquan
2011-09-06Merged the particles-2010 branch with node improvements into trunk.Lukas Toenne
2011-09-05Code cleanup: warning fixes.Brecht Van Lommel
2011-09-05Fix #28394: clouds texture error with high noise depth and blender originalBrecht Van Lommel
2011-09-04use SetEnvironmentVariableA to set env var on windowsXiao Xiangquan
2011-09-04Merged changes in the trunk up to revision 39896.Tamito Kajiyama
2011-09-04Merged changes in the trunk up to revision 39826.Tamito Kajiyama
2011-09-01merge with trunk r39834Xiao Xiangquan
2011-09-01spaces -> tabs (configure you're editors right!)Campbell Barton
2011-08-31patch [#28218] During-render callback functionalityCampbell Barton
2011-08-31typo fix: end of lines ;; --> ;Campbell Barton
2011-08-30Fixes for snprintf usage:Brecht Van Lommel
2011-08-30fix for some warnings with the recent merge, also tag unused args.Campbell Barton
2011-08-29Merged changes in the trunk up to revision 39759.Tamito Kajiyama
2011-08-28RNA_property_as_string now escapes the string (so operator redo can include s...Campbell Barton
2011-08-28- use static vars and functions where possible.Campbell Barton
2011-08-28remove implicit casts to doubles in the noise code, also use floating point m...Campbell Barton
2011-08-28fix [#28388] Clouds at high depth give artifacts.Campbell Barton
2011-08-27remove deprecated & unused mat3_to_vec_rot and mat4_to_vec_rot functions.Campbell Barton
2011-08-27eek F4TOCHAR4 was assigning alpha twice too!, tsk tsk.Campbell Barton
2011-08-27F3TOCHAR4 macro was assigning the same value twice (setting the alpha, then o...Campbell Barton