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-12-03Code Cleanup: use BLI_strncpy when copying into fixed sized buffersCampbell Barton
2013-11-29Fix errors and inconsistencies in confirmation popup removal.Brecht Van Lommel
2013-11-25UI: remove unnecessary confirmation popupsEmanuel Claesson
2013-11-06Quicktime: remove backend with the old quicktime API, and keep the QTKit back...Brecht Van Lommel
2013-10-26rename give_cursor to ED_view3d_cursor3d_getCampbell Barton
2013-10-22Making real need to remove proxiesSergey Sharybin
2013-09-16fix [#36537] "Grid Floor Scaling" can have some unexpected behaviour on new o...Campbell Barton
2013-09-16move make_prim_radius_prop into a generic function.Campbell Barton
2013-08-19Move bevel list and path from Curve to Object datablockSergey Sharybin
2013-07-27remove unused code from object convert and indent.Campbell Barton
2013-07-16fix for checking char arrays against NULL, instead check their first characte...Campbell Barton
2013-07-13fix for misc errorsCampbell Barton
2013-07-10fix for possible bug with compilers that dont have boolean support.Campbell Barton
2013-07-04Fix #35997: add armature > single bone, then change location or rotation wouldBrecht Van Lommel
2013-06-28fix regression since early 2.5x, there was no way to copy library linked obje...Campbell Barton
2013-06-26correct typos in comments.Campbell Barton
2013-05-05Fix #35209: cycles generated texture coordinates did not stick to deforming m...Brecht Van Lommel
2013-04-18Make freestyle use local Main for temporary objectsSergey Sharybin
2013-04-15code cleanup: minor BMESH_TODO's, some were left in even though they were don...Campbell Barton
2013-04-09BGE: Non-mesh objects (lamps, empties, group instances, etc.) are now "No Col...Mitchell Stokes
2013-04-09rigidbody operators poll functions were mixing up CTX_data_active_object/ED_o...Campbell Barton
2013-04-03code cleanup: use more (blender) conventional naming for group functions.Campbell Barton
2013-03-25More new data names translation (most cases should be covered now).Bastien Montagne
2013-03-21code cleanup: rename editmode functions so we have ED_object_editmode_load/en...Campbell Barton
2013-03-20I18n users request: add the ability to use a translated name for newly added/...Bastien Montagne
2013-03-18Merge of the PyNodes branch (aka "custom nodes") into trunk.Lukas Toenne
2013-03-14converting a mesh to a curve was unnecessarily using tessface's.Campbell Barton
2013-03-13code cleanup: use const events for modal and invoke operators.Campbell Barton
2013-03-10More UI message i18n fixes and improvements...Bastien Montagne
2013-03-09code cleanup: favor braces when blocks have mixed brace use.Campbell Barton
2013-03-04patch [#34103] use boolean in path functions and add comments.Campbell Barton
2013-03-02now dragging an image onto an empty can be done without holding Ctrl.Campbell Barton
2013-02-27minor changes to outlinerCampbell Barton
2013-02-27make sure objects dragged into the viewport are not hidden.Campbell Barton
2013-02-25fix for own error r54703, the event->mval was relative to a different region.Campbell Barton
2013-02-25patch [#34411] Patch for image drag and drop to create Empty rather than BG i...Campbell Barton
2013-02-21Dependency Graph: some refactoring which should have no user visible impactBrecht Van Lommel
2013-02-21code cleanup: pass mval to ED_view3d_cursor3d_position() rather then event x/yCampbell Barton
2013-02-06fix for crashes running some operators in background mode and some divide by ...Campbell Barton
2013-02-05Fix #34040: Moving Normal Node with enabled Cycles Material Preview crashesSergey Sharybin
2013-01-26Fix [#34005] blender will close immediately in debug mode on deleting objectsSergej Reich
2013-01-23rigidbody: Add rigid body constraintsSergej Reich
2013-01-23rigidbody: Add rigid body simulationSergej Reich
2013-01-23rigidbody: Add DNA/RNA/BKE infrastructure for the rigid body simSergej Reich
2012-12-26Todo item:Ton Roosendaal
2012-12-22Outliner:Ton Roosendaal
2012-12-17Bugfix 33560Ton Roosendaal
2012-12-17code cleanup: use 'const float *' when getting the 3d cursor and not editing it.Campbell Barton
2012-12-11define the size of matrix args for both rows/cols.Campbell Barton
2012-12-09fix [#33442] UnitsCampbell Barton