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
path: root/source
AgeCommit message (Expand)Author
2013-05-08Blender 2.68 release cycle begin:Thomas Dinges
2013-05-08Fix for node group user count: since node group pointer uses an explicit sett...Lukas Toenne
2013-05-082 fixes for node group node_tree pointer property: Make sure the nodeGroupPol...Lukas Toenne
2013-05-08Expose the data type property of node group interfaces for easier comparison ...Lukas Toenne
2013-05-08Exposed the node socket templates of C nodes in RNA by means of a classmethod...Lukas Toenne
2013-05-08Expose the HIDE_VALUE flag of node sockets in RNA.Lukas Toenne
2013-05-08Workaround for C nodes: In order to make registerable RNA methods of the stan...Lukas Toenne
2013-05-08Extended the draw callback API for node sockets with an explicit text paramet...Lukas Toenne
2013-05-08Change to socket draw functions: instead of always only drawing the socket la...Lukas Toenne
2013-05-08more optimal method of calculating the normal for the solidify modifier.Campbell Barton
2013-05-08Mask modifier for sequencesSergey Sharybin
2013-05-08Fix for #35253, Cannot animate X, Y, Z values in nodes with vector sub-menu. ...Lukas Toenne
2013-05-08code cleanup: dissolve - use iterator macros, remove unused function.Campbell Barton
2013-05-08mesh dissolve vertices: option to split off corners of surrounding faces, mak...Campbell Barton
2013-05-08split dissolve into 3 different operators (face/edge/vert).Campbell Barton
2013-05-08Fix #35219: blender internal auto ray bias to avoid the terminator shadowBrecht Van Lommel
2013-05-08Fix #35240: command line -t number of threads option did not work for cycles.Brecht Van Lommel
2013-05-08Fix #35246: cycles has no simple way to combine bump and normal mapping. NowBrecht Van Lommel
2013-05-08fix for recent commit, WITH_GUARDEDALLOC wasn't enabled for makesrna, makesdna.Campbell Barton
2013-05-08Fix #35093: New Basis shape key doesn't act as BasisSergey Sharybin
2013-05-08Fix #35252: Crash with the node placed partially behind the screenSergey Sharybin
2013-05-08fix [#30862] "Lock" and "Box" Quad View options won't stay put when togglingCampbell Barton
2013-05-08add in asserts when rv3d->viewmatob, rv3d->persmatob are not initialized.Campbell Barton
2013-05-08code cleanup: ui_but_is_rna_undo --> ui_is_but_rna_undo (ui_is_but_*** is use...Campbell Barton
2013-05-08minor speedup for bmesh - add CustomData_bmesh_free_block_data(), useCampbell Barton
2013-05-08code cleanup: remove ShapeActionActuator, they are now versioned out.Campbell Barton
2013-05-08code cleanup: remove redundant check in writedata().Campbell Barton
2013-05-08speedup for freeing bmeshes, skip calling free on everyCampbell Barton
2013-05-08use BM_face_create_ngon_verts for python api face creationCampbell Barton
2013-05-08code cleanup: remove references to BLI_rand.hCampbell Barton
2013-05-08smooth falloff options for loopcut.Campbell Barton
2013-05-08rename BLI_ghashIterator_notDone() -> BLI_ghashIterator_done()Campbell Barton
2013-05-08use bool for customdata functions.Campbell Barton
2013-05-08de-duplicate draw_new_particle_system() particle drawing.Campbell Barton
2013-05-08code clenup: rename BKE_mesh_poly_calc_angles -> BKE_mesh_calc_poly_anglesCampbell Barton
2013-05-08add option to only beauty fill between vertices with non-matching tags,Campbell Barton
2013-05-08knife tool: use faster method for sort_by_frac_along(), no need to callCampbell Barton
2013-05-08knife tool: use the squared distance for comparison.Campbell Barton
2013-05-08knife tool: use 2d vectors for screen coords.Campbell Barton
2013-05-08use smaller size for uiWidgetTrias.vecCampbell Barton
2013-05-08remove unused define CLAMPTEST, move INPR toCampbell Barton
2013-05-08warn of sign conversions for low level apis - ghash, heap, mempoolCampbell Barton
2013-05-08add matrix multiply for projection that outputs 2d values.Campbell Barton
2013-05-08use static functions for raycast functions.Campbell Barton
2013-05-08use unsigned int, for mask rasterizer.Campbell Barton
2013-05-08code cleanup: use 'const float[2]' where possible.Campbell Barton
2013-05-08use unsigned int's for smallhash, avoids using ABS when converting anCampbell Barton
2013-05-08code cleanup: BKE_mesh_nurbs_displist_to_mdata(), use const bool forCampbell Barton
2013-05-08use negative dot product for clipping, rather then doing it inline.Campbell Barton
2013-05-08code cleanup: remove unused 'dm' arg from BVHTreeFromMesh.Campbell Barton