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-21fixed [#32373] Copy Vertex Group operator copies any value as full 1.0Campbell Barton
2012-08-19Fix crash when adding skin modifier to empty meshNicholas Bishop
2012-08-18Fix incorrect error test when removing a modifierNicholas Bishop
2012-08-18Fix reversed names in modifier-remove error reportNicholas Bishop
2012-08-18utility functions: BLI_findptr, BLI_rfindptr --- use for finding an item in a...Campbell Barton
2012-08-18fix [#32353] 'Focus'(center) applied on a rig should only take visible bones ...Campbell Barton
2012-08-17fix own error in recent smoothview cleanup, also correct some cross reference...Campbell Barton
2012-08-15use job types when checking for jobs in areas of the code that made assumptio...Campbell Barton
2012-08-15fix for missing change to fluidsim from last commit and name jobs a more usef...Campbell Barton
2012-08-15add wm job types they are not used yet, so this just defines them for new job...Campbell Barton
2012-08-13add hook now has option to add to active bone (mango request).Campbell Barton
2012-08-12new parameter in assign_material() to specify where material shall be assigne...Gaia Clary
2012-08-12replace ELEM8(gs, ID_ME, ID_CU, ID_MB, ID_LT, ID_LA, ID_CA, ID_TXT, ID_SPK) w...Campbell Barton
2012-08-12code cleanup: WM naming conventionsCampbell Barton
2012-08-11Fix #32306: Applying location or rotation scales sculpt dataSergey Sharybin
2012-08-08code cleanup: rename G.afbreek --> is_break, G.rendering --> is_renderingCampbell Barton
2012-08-07select linkedCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-04style cleanupCampbell Barton
2012-08-03add option to link fonts in make links menu.Campbell Barton
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