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 (Collapse)Author
2010-08-22remove inline loops in a few placesCampbell Barton
replace with defgroup_find_name() and BLI_findstring()
2010-08-22fix for error rna namingCampbell Barton
2010-08-22possible fix [#23331] Hidden Bones Contribute to Axis NormalCampbell Barton
cant redo this bug but noticed a number of places where bone selection/hidden state isn't being set properly.
2010-08-22Fix #23431: crash in brush icon preview when there is no active object.Brecht Van Lommel
2010-08-22Fix python errors in particles render panel and rigid body joint constraint.Brecht Van Lommel
2010-08-22own commit to fix a naming bug caused a new bug.Campbell Barton
2010-08-22- bugfix [#23407] vertex painting on a mesh with no face segfaultsCampbell Barton
- removed animsys update values that dont need animating.
2010-08-22fix for changes in recent renamingCampbell Barton
2010-08-22Skip also SVN administration files that start with _ instead of .Nathan Letwory
2010-08-21netrender:Martin Poirier
terminate can fail if process finished after the call to poll, just pass on error then.
2010-08-21bugfix for recent renaming [#23400] Unable to import *.3ds/*.obj files with ↵Campbell Barton
textures
2010-08-21bugfix [#23419] FILE OPEN: OpenEXR default extension .EXR / .exr is filtered outCampbell Barton
2010-08-21fix for errors in constraints and modifiers made when rna renaming.Campbell Barton
2010-08-21rna name which wasnt set to change but should have been: eff_group -> ↵Campbell Barton
effector_group
2010-08-21rna renaming (manual edits)Campbell Barton
2010-08-21rna naming error in recent commitsCampbell Barton
2010-08-20Fix #23332: crash with screw + bevel modifiers. Since bevel doesn't supportBrecht Van Lommel
mapping yet there's still some weirdness with display of hiding/selection, but there's another bug report open about that.
2010-08-20Fixing [#23370] problem when running game engineJoerg Mueller
2010-08-20Fix #23198: openmp building for OS X ppc gave errors about non-relocatableBrecht Van Lommel
expression here. Not sure why, perhaps compiler bug, but this simple change fixes it.
2010-08-20Fix #23323: rigid body constraint drawing in 3d view was showing wrongBrecht Van Lommel
rotation, not updated for radians/degree changes yet.
2010-08-20Fix #23350: flip "both" texture preview order from material-texture to Brecht Van Lommel
texture-material so it corresponds better to the text below.
2010-08-20Fix #23384: python errors in input tab in user preferences.Brecht Van Lommel
2010-08-20Fix #23336: radial control crashing or not showing correct colors in modesBrecht Van Lommel
other than sculpt. The sculpt changes made the radial control code sculpt mode specific, it should be usable for various purposes, so made it generic again now.
2010-08-20Fix #23399: change Median Crease to Mean Crease, because it's not reallyBrecht Van Lommel
a median.
2010-08-20fixed [#23400] Unable to import *.3ds/*.obj files with texturesCampbell Barton
changed some rna names to be more consistant - use_texture -> use_image, since it sets if 'image' is used. - use_map_color_diff -> use_map_color_diffuse since diffuse is used elsewhere in the same type.
2010-08-20rna data path names which are more likely to break animations.Campbell Barton
Added an operator "Update Animation Data", access from the search menu to update drivers and fcurves.
2010-08-20bugfix [#23396] proportinal editing hotkey ("o") does not workCampbell Barton
error in recent commit
2010-08-20rna remaining that negates valuesCampbell Barton
2010-08-19misc rna renaming.Campbell Barton
2010-08-19rna rename Spline/Curve/Text3DCampbell Barton
2010-08-19rna renaming FModifier & GameObjectSettingsCampbell Barton
2010-08-19rna naming mainly forBoidsCampbell Barton
2010-08-19fixes for recent renamingCampbell Barton
2010-08-19more rna renaming for non-animated properties: mainly Texface, Particle & ↵Campbell Barton
Pointcache changes. Changed some names when applying. - render was use_render, changed to show_viewport so call it show_render - texface shadow was use_shadow_face, changed to use_shadow_cast since this only affects casting. - transp was alpha_mode, changed to blend_type since its similar to other overlay blending where this property name is used.
2010-08-19bugfix [#23384] Items disappear after expanding key config itemsCampbell Barton
using dir() on operator properties isnt good practice, better use properties.keys() or properties.items()
2010-08-19fix for error in recent renamingCampbell Barton
2010-08-19missed this with recent renamingCampbell Barton
2010-08-19- Properties from base classes are now registered too, this allows class ↵Campbell Barton
mix-in's to define properties. An example of how this is useful - an importer mixin could define the filepath properties and a generic invoke function which can run the subclasses exec for each selected file. - Panels and Menus now skip the property check when registering. - renamed _idproperties_ to _idprops_ in function names, function names were getting very long.
2010-08-19- pyrna fix for reference counting when unable to register a propertyCampbell Barton
- added modified 'Warp' enum to reserve this ID for durian files until the modifier is merged.
2010-08-18utility function for updating animation system values when RNA changes.Campbell Barton
- any numnber of attributes are supported for renaming, eg: modifiers["Foo.Bar"].prop.bar - the path is resolved in blender so each attribute is type checked against the naming list. - inherited properties are supported by recursively checking parent classes names aganst the name list. - fcurves and drivers are currently supported.
2010-08-18missed renaming thisCampbell Barton
2010-08-18fix errors with recent commits.Campbell Barton
2010-08-18rna naming mainly for Scene/IK/KeyingSet'sCampbell Barton
2010-08-18more rna renaming.Campbell Barton
2010-08-18rna rename Bone and Text changesCampbell Barton
2010-08-18rna renaming, still only adjusting properties that wont be animated (at ↵Campbell Barton
least its very unlikely).
2010-08-18rna renaming for Render* structsCampbell Barton
2010-08-18rna renaming for 'Brush' structCampbell Barton
2010-08-18rna naming: verts -> verticesCampbell Barton
2010-08-18apply rna naming for ToolSettingsCampbell Barton