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
2014-04-01Code cleanup: remove TRUE/FALSE & WITH_BOOL_COMPAT defineCampbell Barton
2014-02-02Code cleanup: suffix vars to make obvious they are squaredCampbell Barton
2014-01-26Fix T38354: Excess memory allocation when projecting onto object with multiresBastien Montagne
2014-01-16Code Cleanup: no need to pass empty strings as default valuesCampbell Barton
2013-12-26Threaded object update and EvaluationContextSergey Sharybin
2013-12-26Code Cleanup: remove object arg to CDDM_from_mesh mesh_create_derivedCampbell Barton
2013-10-11code cleanup: reuse rna_matrix_dimsize_NxN defines between RNA functionsCampbell Barton
2013-08-06fix [#36363] ray_cast face index with n_gonsCampbell Barton
2013-05-09Partial revert of own commits r56604 and r56603:Thomas Dinges
2013-05-09UI naming consistency:Thomas Dinges
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-03-21fix for own recent commit - added function into wrong side of ifdefCampbell Barton
2013-03-21py api: add Object.update_from_editmode(),Campbell Barton
2013-02-10add option not to calculate tessellation faces when converting an object to a...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-10Fix #33752: UV Orco coordinates were wrong for Cycles (and other externalBrecht Van Lommel
2012-12-28Expose BKE_constraint_mat_convertspace() as object's convert_space() func in ...Bastien Montagne
2012-11-01style cleanupCampbell Barton
2012-10-23Fix #30801: cycles rendering issue with missing particle instances in a dupli...Brecht Van Lommel
2012-10-22RNA C++ API improvementsSergey Sharybin
2012-10-20More UI messages fixes and tweaks, and BKE_report<->BKE_reportf.Bastien Montagne
2012-10-13More UI messages fixes.Bastien Montagne
2012-10-05Fix #32734: Object.to_mesh() gave wrong user count for curves/surface/text ob...Brecht Van Lommel
2012-10-05Cycles: add "From Dupli" option for texture coordinate node. This gets theBrecht Van Lommel
2012-09-27Fix #32667: Curve softbodies doesn't render animation (cycles)Sergey Sharybin
2012-09-22Revert a small part of r50813, so that we can build (actually, link) with Cyc...Bastien Montagne
2012-09-22code cleanup: make many functions staticCampbell Barton
2012-09-08style cleanupCampbell Barton
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-07-31resolve glitch in the image space where mask editing and UVs would conflict.Campbell Barton
2012-07-31support for curve orco uv's as UV's in cycles.Campbell Barton
2012-07-14Fix #31021: Render settings are not taken into account for curvesSergey Sharybin
2012-05-20code cleanup:Campbell Barton
2012-05-12style cleanup: mostly whitespace in rnaCampbell Barton
2012-05-07Style cleanup: displist moduleSergey Sharybin
2012-05-07Style cleanup: rename BKE_metaball* to BKE_mball -- mball is more commonly us...Sergey Sharybin
2012-05-06code cleanup: naming - BKE_mesh_*Campbell Barton
2012-05-05code cleanup: naming - pose/armature/image Campbell Barton
2012-05-05code cleanup: function naming, use BKE_*type* prefix.Campbell Barton
2012-04-30Cycles: support for motion vector and UV passes.Brecht Van Lommel
2012-04-29style cleanup: missed these from previous cleanupCampbell Barton
2012-04-29style cleanup: function calls & whitespace.Campbell Barton
2012-04-28Code and style cleanup in own modules in BKE and also mball moduleSergey Sharybin
2012-04-23- fix for python freeing its own bmesh clearing the global mirror cache.Campbell Barton
2012-03-25inset tool now works better when insetting around corners - the 2 faces norma...Campbell Barton
2012-03-24style cleanup: follow style guide for formatting of if/for/while loops, and e...Campbell Barton
2012-03-18Code style edits (mostly spliting long lines, and removing trailing spaces).Bastien Montagne
2012-03-11style cleanup, also remove unused externs.Campbell Barton
2012-03-11fix for debug assignment left in from own commit r44778Campbell Barton
2012-03-09style cleanup: comment blocksCampbell Barton