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-08-06use gcc malloc attribute for low level allocation functions, prevents gcc fro...Campbell Barton
2013-08-05fix for blender-internal viewport render looking fuzzy, don't filter the imageCampbell Barton
2013-08-05border render with cycles had 1 pixel offset on the top-right edge of the ima...Campbell Barton
2013-08-05minor glitch with border drawing, use glRecti rather then glRectf, so roundin...Campbell Barton
2013-08-05use api function for rect intersectionCampbell Barton
2013-08-04code cleanup: replace strcpy with BLI_strncpy for fixed size strings, and cor...Campbell Barton
2013-08-04avoid runtime overflow (1 << 31), for RNA and armature layer UI.Campbell Barton
2013-08-04code cleanup: remove unused define, correct header guard mismatch, add NULL c...Campbell Barton
2013-08-04add missing NULL checks from BKE_constraint_get_typeinfo(), so constraints fr...Campbell Barton
2013-08-03fix error in pose bone selection - head/tail mixupCampbell Barton
2013-08-03code cleanup: remove duplicate checksCampbell Barton
2013-08-03code cleanup: bmesh use 'const' for query functions.Campbell Barton
2013-08-03code cleanup: replace bmesh_radial_face_find -> BM_edge_in_faceCampbell Barton
2013-08-03Fix #36288, Renderlayer toggles behave unexpected in Outliner. The outliner w...Lukas Toenne
2013-08-03fix for [#36260] 2,300 Objects Makes Blender UnresponsiveSv. Lockal
2013-08-02code cleanup:Campbell Barton
2013-08-02User request: when switching to smooth tool with shift-click inAntony Riakiotakis
2013-08-01use bmesh for loop macros for looping over mesh verts/edges/facesCampbell Barton
2013-08-01Fix a very irritating problem of our stroke system. On small brushes,Antony Riakiotakis
2013-08-01Fix [#36265]: Smoke doesn't work if domain object has negative scale.Miika Hamalainen
2013-08-01Cycles / Vector Transform node:Thomas Dinges
2013-07-31code cleanup: remove redundant NULL checksCampbell Barton
2013-07-31add NULL checks in eyedropper_color_sample_fl since BKE_area_find_region_type...Campbell Barton
2013-07-31Use bool instead of int.Sergey Sharybin
2013-07-31Fix #36302: Multires baking to zero 0 was showing error but still was bakingSergey Sharybin
2013-07-30fix for error in own recent changes to transform initialization, proportional...Campbell Barton
2013-07-30Remove superfluous iterations (caused by typo) and type casts in outlinerSv. Lockal
2013-07-29fix [#36280] Dynamic Topology crashes with active faceCampbell Barton
2013-07-29add api call for initializing events from the windows eventstate.Campbell Barton
2013-07-29minor changes for confusing code.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-28use '_exec' suffix for operator execute callbacks, also picky change to sizeo...Campbell 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-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 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-27remove unused code from object convert and indent.Campbell 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-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