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
2012-08-02Fix #31753: GLSL not updated after deleting lights in multiple-scene settingSergey Sharybin
2012-08-01fix some more crashes when running skin operators on a mesh with no skin layerCampbell Barton
2012-08-01fix for crash in 'Skin Armature Create' when the mesh doesnt have any skin data.Campbell Barton
2012-07-29style cleanupCampbell Barton
2012-07-26Fix #32139: Making vertex parent hides facesSergey Sharybin
2012-07-25Implement operator to select linked data from outlinerSergey Sharybin
2012-07-25Separate Select Linked operator into smaller function which could be reused.Sergey Sharybin
2012-07-21use fabsf when using floats.Campbell Barton
2012-07-21Fix incorrect RNA access in parenting operatorSergey Sharybin
2012-07-19add lattice selection to rnaCampbell Barton
2012-07-19fix for separate loose parts doing full depsgraph rebuild for every object sp...Campbell Barton
2012-07-19mask transform aspect correction wasn't working properly, also fix for own re...Campbell Barton
2012-07-18make links now allows groups - this means you can make objects have matching ...Campbell Barton
2012-07-18adding objects active groups now gives menu of which group to add to.Campbell Barton
2012-07-17code cleanup: spellingCampbell Barton
2012-07-15"Fix" [#32033] In the execution result of with_automatic_weight, the differen...Bastien Montagne
2012-07-08style cleanupCampbell Barton
2012-07-07style cleanup: use c style comments in C codeCampbell Barton
2012-07-05code cleanup: replace magic numbers with enum.Campbell Barton
2012-07-05add the ability to make objects and obdata local but not materials.Campbell Barton
2012-07-02fix for crash getting GROUP_OT_objects_remove's props without a context (own ...Campbell Barton
2012-07-02Fix related on #31984: Multires Displacement Bake creates ripples for each su...Sergey Sharybin
2012-07-01style cleanupCampbell Barton
2012-07-01style cleanup: commentsCampbell Barton
2012-06-30mark modifier operators that only work in the UI as internal, otherwise this ...Campbell Barton
2012-06-25style cleanupCampbell Barton
2012-06-25Fixes for modifier data in multi-user meshes.Nicholas Bishop
2012-06-21correction to own commit - thanks Anthony Edlin for pointing out the error.Campbell Barton
2012-06-20removing from group now shows menu to select group to remove.Campbell Barton
2012-06-18Fix #31825: 3D View Editor Header > Object > Game > Copy Properties affecting...Sergey Sharybin
2012-06-17style cleanup:Campbell Barton
2012-06-15Internal refactoring of tracking module, should be no functional changesSergey Sharybin
2012-06-14Interface:Thomas Dinges
2012-06-14Bugfix for [#31829] Add lamp icons missing. Patch by Philipp Oeser.Thomas Dinges
2012-06-10OBJECT_OT_drop_named_material -- missing notifier for material panel UI updateDan Eicher
2012-06-08Fix #31752: Select All By Layer seems not to work when object belongs to seve...Sergey Sharybin
2012-06-08Fix #31743: Applying Smooth modifier to a curve crashes BlenderSergey Sharybin
2012-06-06style cleanupCampbell Barton
2012-06-04mask mode for clip editor developed by Sergey Sharybin, Pete Larabell and mys...Campbell Barton
2012-06-01Action Group Colors for Bones (Part 2)Joshua Leung
2012-05-31Fix #31657: adding mesh objects did not take units into account for the gridBrecht Van Lommel
2012-05-30split up proportional editing keymap functions (adding this in tomato branch ...Campbell Barton
2012-05-30clear active object when hiding unselected objects too.Campbell Barton
2012-05-29Outliner Drag & Drop fixesDan Eicher
2012-05-29OUTLINER_OT_scene_drop -- "Drag object to scene in Outliner" operatorDan Eicher
2012-05-27code cleanup: defines with braces - end with '(void)0' so callers must end wi...Campbell Barton
2012-05-27style cleanupCampbell Barton
2012-05-27code cleanup: use const float and define array sizeCampbell Barton
2012-05-27Delete skin customdata if all skin modifiers are removed.Nicholas Bishop
2012-05-26previous commit didnt build - add back enum and note that its a copy because ...Campbell Barton