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-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-27sub_v4_v4v4 was taking float[3] arguments.Campbell Barton
2011-08-23BLI_strescape for a basic, python like string escaping, currently only use fo...Campbell Barton
2011-08-23change compression level for gzip saving to 1, approx twice as fast when savi...Campbell Barton
2011-08-19warning cleanup for -Wdouble-promotionCampbell Barton
2011-08-15comment unused lines.Campbell Barton
2011-08-12un-inline GHash functions r26206, these are quite large functions to inline a...Campbell Barton
2011-07-31== PBVH ==Nicholas Bishop
2011-07-30quiet some compiler warnings & fix possible (but unlikely) crash.Campbell Barton
2011-07-20patch [#28031] Minor typo in BlenlibCampbell Barton
2011-07-09fix for NULL pointer usagesCampbell Barton
2011-07-06Fix #27877: writing .avi files > 4 GB not working on windows.Brecht Van Lommel
2011-07-04Paths: remove some temporary code that was only needed for 2.57.Brecht Van Lommel
2011-07-04fix for own error in intersect_line_sphere_2d(), using 3d function on 2d vectorsCampbell Barton
2011-07-03fix 2 bugs in project from view from a camera objectCampbell Barton
2011-07-03fix [#27839] UV 'Project from view' ignores camera lens shiftCampbell Barton
2011-06-262d version of line/circle intersec function.Campbell Barton
2011-06-26renamed math functions and made publicCampbell Barton
2011-06-26math func to find the intersection(s) between a segment and a sphere for C/py...Campbell Barton
2011-06-25SVN maintenance.Guillermo S. Romero
2011-06-24own patch [#27752] Python Callback (Scriptlink functionality)Campbell Barton
2011-06-24move callbacks file out of intern (only contains 1 function but re-using it f...Campbell Barton
2011-06-24fix [#27746] Black and White Render doesn't work and/or Saves as a Blank screenCampbell Barton
2011-06-09replace log() calls with constantsCampbell Barton
2011-06-07fix for float projection painting, now updating correctly. Antony Riakiotakis
2011-06-06Bake from multires meshSergey Sharybin
2011-06-05operator buttons get a red highlight when alert is set for the layoutCampbell Barton
2011-06-05own commit r37199 gave problems with duplicating objects, use different fix.Campbell Barton
2011-06-05fix [#27554] vertex group namesCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-27Windows installer and Path changes, fixing various issues:Brecht Van Lommel
2011-05-27own recent commits caused crash with the grease pencil in camera view, always...Campbell Barton
2011-05-27remove BLI_streq() since it was hardly used, also replace string search with ...Campbell Barton
2011-05-26Since we don't support win2k or older anymore, remove old shortname code. Fin...Nathan Letwory
2011-05-26Fix #27445: various operators missing with some non-english system languages.Brecht Van Lommel
2011-05-23remove unused code, comment some that may be useful (maintainers can remove).Campbell Barton
2011-05-23Fix print_rctf not printing y max correct.Brecht Van Lommel
2011-05-23fix own mistake [#27451] Flip to Top / Flip to Bottom menuitems on right clic...Campbell Barton
2011-05-22quiet compiler warnings for -WundefCampbell Barton
2011-05-20rename mul_project_m4_v4 to mul_project_m4_v3.Campbell Barton
2011-05-19formatting changes only.Campbell Barton
2011-05-19added math function isect_line_plane_v3(), use for window_to_3d rather then h...Campbell Barton
2011-05-18- check paths are not empty strings before making blend file paths absolute o...Campbell Barton
2011-05-18fix [#27405] Append objects with linked materials they dissapears after saveCampbell Barton
2011-05-13made BLI_edgefill returns the list length since some callers count directly a...Campbell Barton
2011-05-12for bug [#27358] Transform bug when transform > 500Campbell Barton