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
path: root/source
AgeCommit message (Collapse)Author
2011-04-03replace while loops with angle_wrap_rad()Campbell Barton
2011-04-02Committing patch [#26740] Interface improvement for toolbar by Brecht. Thanks!Thomas Dinges
This patch makes the bool properties inside the toolshelf more compact, only 1 row per item now. :)
2011-04-02IRC report: Proportional editing tooltip lacked, and missed info forTon Roosendaal
the menu items.
2011-04-02Bugfix #26736Ton Roosendaal
Operator "New Image" cannot be redone simply, undo system keeps images around, and each redo will create new block. Removed it from being registered for redos. Also: fix up for default operator names to be complete, and not just "new" or "load". If we want contextual shortening of operator names (like in Image menu), that should be handled seprately, automatically, or anything we can sanely come up with that will suit any possible language as well.
2011-04-02Fix register method order. Was broken when Campbell moved it to the C ↵Martin Poirier
implementation. register has to be called AFTER the type is registered while unregister has to be called BEFORE it's unregistered.
2011-04-02Bugfix #26731Ton Roosendaal
Hotkey operator "Toggle full screen layout" restored previous layout wrongly when mouse in was top header.
2011-04-02[#26719] Fix AAO Tooltips by Sergej Reich (sergof). Thanks! Thomas Dinges
2011-04-02move grese pencil layers[i].active (boolean) -> layers.active (GPencil Layer).Campbell Barton
2011-04-02fix [#26732] Colorband bug with compositing.Campbell Barton
reported on IRC but submitted to the tracker for example file reference.
2011-04-02add angle wrapping functions: angle_wrap_rad(), angle_wrap_deg().Campbell Barton
use with mathutils.
2011-04-02quiet gcc float -> double promotion warnings.Campbell Barton
2011-04-02fix [#26727] Make Proxy ignores group offsetCampbell Barton
2011-04-022.5 Weight Paint UI:Thomas Dinges
* Added menu entry for "Set Weight" Tool. Request by venomgfx :)
2011-04-022.5 UI:Thomas Dinges
*Brush option "size" had different naming in 3D View / Image Editor. Ported back name "Radius" to RNA (Brush and ParticleBrush) Discovered by Bart Crouch. Thanks!
2011-04-01Comments for mesh normals calculation from Mortem Mikkelsen (aka sparky).Sergey Sharybin
We hope it'll help for further workers in this area!
2011-04-01Partial fix for #26673: sss + normal map wasn't compatible with previous ↵Brecht Van Lommel
versions.
2011-04-01modification to api docs so release point to:Campbell Barton
http://www.blender.org/documentation/blender_python_api_2_57b_release Development versions point to: http://www.blender.org/documentation/blender_python_api_2_57_0 This way updates to api docs after release wont overwrite release docs.
2011-04-01Bugfix #26691Ton Roosendaal
"Theme default" missed a couple of new colors still.
2011-04-01fix problem with recent commit [#26717] X-Ray conflict (X-Ray Grease Pencil ↵Campbell Barton
and Object X-Ray)
2011-04-01- bpy.app.release so python scripts can check if the release is stable or not.Campbell Barton
- edited pose bone matrix description.
2011-04-01Bugfix #26672Ton Roosendaal
Minor glitch: Add Camera operator showed option "view aligned", but that doesn't work for camera. Is now hidden.
2011-04-01Bugfix #26654Ton Roosendaal
A lot of UV tools only work in Image editor, but the operator polls allowed them to be used in 3d window too, causing crashes in cases. Also added a poll() check in F6 redo menu.
2011-04-01Animation Editors: Name-based filteringJoshua Leung
I'm finally yielding to months of feature requesting, and adding support for filtering F-Curves by name, where the "name" here is the text which is displayed for each F-Curve in the Animation Editor channel lists. To use, just enable the magnifying-glass toggle on the DopeSheet filtering settings, and enter a snippet of text to find within the names of channels you wish to filter. This is case insensitive, and currently doesn't support any wildcard/regrex fanciness. Some examples: loc <--- location curves only x loc <--- x location curves only x eul <--- x rotation curves only rot <--- rotation curves only etc.
2011-04-01xray option for grease pencil (on by default), sometimes its nicer not to ↵Campbell Barton
have lines draw through the mesh.
2011-04-01fix for memory leak when freeing metastrips from the clipboard.Campbell Barton
2011-04-01fix [#26713] Video Sequencer: Audio mute after making meta strip copy/pasteCampbell Barton
was not recursively restoring sound strips on paste. also found many duplicate functions were defining the transform mode as in int but getting as an enum, use enum for both now.
2011-04-01workaround for building blender with mingw, was giving syntax error, for now ↵Campbell Barton
just dont include blender version in the exe for mingw
2011-04-01fix for cmake / windows from mont29 on IRC.Campbell Barton
2011-04-01Add back sculpt mode brush keys.Campbell Barton
Operator for switching brushes based on type, cycling through brushes when multiple exist. This has the advantages over the old method that it doenst rely on hard coded brush names and if there are multiple brushes of the same type it cycles between them. also fix error in previous commit which broke number buttons changing brushes.
2011-04-01while looking into adding back brush tool keys found mixed texture/image ↵Campbell Barton
paint rna vars, using 'image paint' internally.
2011-04-01pep8 checker, mostly pedantic style changes but also found an error in ↵Campbell Barton
mesh_utils.mesh_linked_faces()
2011-03-31using wrong RNA type in sculpt update.Campbell Barton
2011-03-31Bugfix #26687Ton Roosendaal
Using "New scene" operator was setting the screen->scene pointer after the undo-push, messing up redos or undos immediate after.
2011-03-31remove bpy python api from blenderplayer, it was being linked but not ↵Campbell Barton
initialized/available.
2011-03-31Bugfix #26651Ton Roosendaal
If greasepencil became active, making Blender area full or restore screen from full, the greasepencil handler was still running, using outdated area pointer. This crashed Blender. Now greasepencil modal() ends on the case its own stored area does not exist anymore.
2011-03-31blender had no option to add a new scene from the UI, only to copy the ↵Campbell Barton
existing one. added a new scene option which doesnt copy any render settings from the previous.
2011-03-31library linked modifiers were not having their ID linked expanded properly.Campbell Barton
was missing array cap ends, wave map object and shrinkwrap objects. use modifiers_foreachIDLink() rather then having to list all modifiers ID's in this function. also add foreachIDLink() for smoke domain. This fixes a bug where a linked object has as a modifier using an indirectly linked object for the missing cases mentioned above.
2011-03-31fix for own error r35877, was ignoring #'s in file path by using the digits ↵Campbell Barton
value passed rather then the number of digits in the string.
2011-03-31fix for issue #2 in report: [#26695] Two fail cases with modifiers targeting ↵Campbell Barton
linked assets also fix for scene.objects.link() not setting library data as being directly used.
2011-03-31fix for a crash when loading a new blend file which had a scene with the ↵Campbell Barton
same name as the old one, the freed backbuffer image from the previous blend file would get reused. also NULL the bakebuf just incase its accessed in future though at the moment this isnt causing any problems.
2011-03-31fix for using freed memory in ED_area_newspace() caused by loading ↵Campbell Barton
webskategirl_bullet.blend and rendering which created a new image space.
2011-03-31fix for crash when running blender with define WITH_PYTHON_SAFETY & no ↵Campbell Barton
startup.blend was found. was calling python function when python was not initialized.
2011-03-31Pose Propagate - Further Tweaks:Joshua Leung
- Pose Propagate and Pose Sliding tools now work in the same way as Pose Library previewing, with regards to selections. If some bones are selected, then only those will be affected. But if no bones are selected, then the whole rig gets affected. - Added a "On Selected Markers" option, which only propagates poses to frames where there's a selected marker. Animators can combine this with a "select markers whose name contains..." operator to get an effective way to manage hand-keyed walk cycles, etc.
2011-03-31Propagate Pose Tweaks:Joshua Leung
- Renamed "Last Keyframe" mode to "Before End". This mode still just copies the pose to all keyframes starting from the current frame until the last one encountered per F-Curve - "Last Keyframe" mode (new one) now copies the pose to the last keyframe. This is useful for making animations cyclic (i.e. go to first keyframe, edit, then Pose->Propagate->To Last Keyframe (Make Cyclic))
2011-03-30py/rna Operator.cancel method didnt have return defined.Campbell Barton
2011-03-30includes for building with gcc 4.6 on fedora.Campbell Barton
patch from Richard Shaw
2011-03-30quiet gcc implicit float -> double warnings & use floats in places.Campbell Barton
2011-03-30fix [#26685] Cannot exit from "edit mode"Campbell Barton
this does not fix the underlying problem that once in this state you cant exit editmode, only that the layer key bindings dont let the state come about. Looked into fixing properly but its not so simple since currently object mode operators all use "active_object" which is supposed not to be set when in a hidden layer.
2011-03-30disallow rna paths resolving to upper case X/Y/Z/X / R/G/B/A, python cant ↵Campbell Barton
resolve these.
2011-03-30COLLADA lights:Nathan Letwory
* simplify export and import, now that we have blender profiles for lights. The vanilla import is now more in line with the specs. If a blender profile is found, skip normal import, use the profile data instead. * multiply energy into color rgb export (common profile). * recalc distance taking metrics in account