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-07-29Added/changed comment for clarificationGaia Clary
2013-07-29Fix #36264, New modulo math node not viewable in GLSL mode. Modulo math opera...Lukas Toenne
2013-07-29fix [#36280] Dynamic Topology crashes with active faceCampbell Barton
2013-07-29add asserts to ensure face normal is up to date.Campbell Barton
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-29fix for possible dounle fclose in makesrna's replace_if_different function.Campbell Barton
2013-07-29bmesh optimization (noted as todo), avoid recalculating normal every time BM_...Campbell Barton
2013-07-29minor changes for confusing code.Campbell Barton
2013-07-29make code style of makesrna.c conform to the rest of blender, was also some o...Campbell Barton
2013-07-29rename term 'grid node' --> 'grid division' wtr snapping tips.Campbell Barton
2013-07-28new mesh tool for cleaning up meshes, splits up non-planar faces while they e...Campbell Barton
2013-07-28add inline functions getting a single axis from mul_m3_v3()Campbell Barton
2013-07-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell Barton
2013-07-28add BLI_alloca.h, missed in previous commitCampbell Barton
2013-07-28move suspicious break statement in drawDispListsolid() to prevent falling thr...Campbell Barton
2013-07-28move alloca define into its own header since its not related to BLI_arrayCampbell Barton
2013-07-28bmesh: skip error checks when building in release mode (minor speedup),Campbell Barton
2013-07-28fix for freed memory access clearing tracks in the clip editor.Campbell Barton
2013-07-28remove unneeded NULL checks, add one for give_matarar() return value.Campbell Barton
2013-07-27code cleanup: remove unused codeCampbell Barton
2013-07-27fix for BKE_deform_split_suffix()Campbell Barton
2013-07-27remove unused code & some redundant NULL checks.Campbell Barton
2013-07-27cleanup ED_view3d_from_m4() ambiguity with NULL checks, now assert if dist is...Campbell Barton
2013-07-27correct sloppy NULL checks, in interface code:Campbell Barton
2013-07-27code cleanup: remove redundant NULL checks and avoid writing to the source st...Campbell Barton
2013-07-27Code cleanup: Remove unused and unneeded codeJoshua Leung
2013-07-27Style Cleanup for r.58659Joshua Leung
2013-07-27fix for reading outside allocated memory when switching to the 3D view.Campbell Barton
2013-07-27fix for possible use of uninitialized variable in pastebuf_match_path_property()Campbell Barton
2013-07-27code cleanup for thumbnails:Campbell Barton
2013-07-27remove unused code from object convert and indent.Campbell Barton
2013-07-27fix for possible out of bounds read, printing a warning with pointcache header.Campbell Barton
2013-07-27fix for writing to freed memory enabling texture node treeCampbell Barton
2013-07-27internal api: args passed to ui_but_equals_old() were wrong order.Campbell Barton
2013-07-27code cleanup: typosCampbell Barton
2013-07-27simplify triangle joining and remove use of BLI_array.Campbell Barton
2013-07-27fix for joining face selection after recent api change, also bmo_join_triangl...Campbell Barton
2013-07-27fix for bridge tool selection flushing (after recent api change), also expose...Campbell Barton
2013-07-27Import of single bones used infinite bone sizeGaia Clary
2013-07-26fix [#36270] Crash with pinningCampbell Barton
2013-07-26fix [#36286] UV face display not working for concave ngonsCampbell Barton
2013-07-26fix for error in BLI_buffer_declare_static(), the stack variable wasn't the r...Campbell Barton
2013-07-26fix [#36282] Spin error with non uniform scaleCampbell Barton
2013-07-26use math functions for copying matrix/vector types, also cast const pointers ...Campbell Barton
2013-07-26fix for incorrect null check in RE_engine_update_statsCampbell Barton
2013-07-26optimization: call one bmesh operator for rotate (not 3).Campbell Barton
2013-07-26fix [#36277] Right click no longer selects the cameraCampbell Barton
2013-07-26fix [#36283] Crash by activating "Clear Active" in Movie Clip EditorCampbell Barton
2013-07-25add twist option to bridge tool (for circular loops)Campbell Barton
2013-07-25mesh tool to fill in holes, added in mesh clean menu,Campbell Barton