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
2011-06-10fix [#27627] Strange behavior with solid open gl lightsCampbell Barton
2011-06-09fix for own mistake & fix some comments.Campbell Barton
2011-06-09Fix [#27378] ASC-CDL Color Balance Node does not allow for full range of valuesMatt Ebb
2011-06-09RNA properties - expose values as radians rather then degreesCampbell Barton
2011-06-07rna option not to save certain properties for redoing later, currently only u...Campbell Barton
2011-06-06Support for update callbacks in python defined RNA properties as discussed la...Campbell Barton
2011-06-06Keymaps: fix keymap items created in python being added with the pythonBrecht Van Lommel
2011-06-06bug [#27582] Screen Editing > Split and Join area don't work.Campbell Barton
2011-06-06Bake from multires meshSergey Sharybin
2011-06-05fix [#27554] vertex group namesCampbell Barton
2011-06-04Code holiday commit:Ton Roosendaal
2011-06-03BugFix: [#27556] Replace mesh for gfx in "Edit Object" actuator act illogical...Dalai Felinto
2011-06-02fix [#27553] Weird resulsts when animating opacity on (color) stripCampbell Barton
2011-06-01Fix #27550: texture node editor header was still showing texture datablockBrecht Van Lommel
2011-05-31tag unused rna args.Campbell Barton
2011-05-31cmake maintenanceCampbell Barton
2011-05-28fixed "rather then" -> "rather than" typos all over the placeM.G. Kishalmi
2011-05-28rearranged previous patch to compile with C89Jason Wilkins
2011-05-28Introduce vars before using them, otherwise compile fails (reminder: with C, ...Nathan Letwory
2011-05-28Fix: The radial control would fail, in sculpt mode, to set size if object-spa...Jason Wilkins
2011-05-28better error reporting for seq_swap()M.G. Kishalmi
2011-05-27== FFMPEG ==Peter Schlaile
2011-05-26support for dynamic items in bpy.props.EnumProperty(), the items keyword argu...Campbell Barton
2011-05-26add the property as an argument to enum item functions, not used yet but need...Campbell Barton
2011-05-26BUGFIX: Sequencer strips.elements was broken when strip was trimmed (personal...Dalai Felinto
2011-05-23fix [#27459] Flymode moves parentCampbell Barton
2011-05-22file had non utf8 characters.Campbell Barton
2011-05-20use BKE_area_find_region_type in place of inline loops (no functional changes).Campbell Barton
2011-05-19move rna property area.active_space --> area.spaces.activeCampbell Barton
2011-05-18there wasn't a good way to know if a RegionView3D was perspective or not (wit...Campbell Barton
2011-05-18RNA: some compile fixes for C/C++ api.Brecht Van Lommel
2011-05-18RNA: make mechanism used by operators to keep python instance alive more gene...Brecht Van Lommel
2011-05-18RNA: pass Main rather than Context to register/unregister callbacks.Brecht Van Lommel
2011-05-18fix a crash when getting the value of an enum.Campbell Barton
2011-05-18fix for one of the issues in [#27035] 3 problems: crash and enum "REGION" not...Campbell Barton
2011-05-18additional bake modesM.G. Kishalmi
2011-05-17RNA glitch: particle path step values had soft & hard limits the wrong way ar...Janne Karhu
2011-05-16set clip_start value minimum to 0.001, since 0.0 makes the viewport go very s...Campbell Barton
2011-05-16[PATCH] == Sequencer ==Peter Schlaile
2011-05-16LCMS code removed, was an experiment but never finished.Brecht Van Lommel
2011-05-16Remove artificial limit, now HDR textures can be used to displace.Nathan Letwory
2011-05-16rename wave texture_coordinate_object -> texture_coords_object to match Displ...Campbell Barton
2011-05-15Patch [#27344] 300+ New/changed tooltips by Davis Sorenson (dsavi). Thanks a ...Thomas Dinges
2011-05-15remove redundant (and confusing) register flag.Campbell Barton
2011-05-15camera composition guides:Campbell Barton
2011-05-14option to have the view controls apply to the camera view (and camera object).Campbell Barton
2011-05-14view3d api edits, no functional changes.Campbell Barton
2011-05-13support for reading/writing image resolution (dpi), for PNG and TIFF,Campbell Barton
2011-05-13* Enabled rna access to fluid sim velocity vectorsMatt Ebb
2011-05-12== Radial control ==Nicholas Bishop