Quick Search:

hide Line History

Line Count Graph

Constraint

Branch:
Author:
Tag:
Date: help

Sort: path | last-commit | first-commit Sub Directories

Changelog

156 by julians on 19 November 2008, 16:00:05 +1030 (34 hours ago) Make Review Applied patch from Michael Habenicht: creating nodes with a double click on the node in the list now works also with the hotkeys

trunk/examples/selector/lib/python/shake_node_selector/shake_node_selector.py 156 history download (+31 -15) diffs

155 by julians on 18 November 2008, 17:05:45 +1030 (57 hours ago) Make Review Created dummy file for projectTools locking

.projectTools.lockTarget 155 history download (+1) new

154 by julians on 06 November 2008, 17:11:54 +1030 (14 days ago) Make Review Expose functions matching 'NRiIPlug* func()'

trunk/generate_code.py 154 history download (+2 -1) diffs

153 by julians on 29 October 2008, 12:25:28 +1030 (22 days ago) Make Review Added support for ctrl/shift modifiers to node selector (for branching, replacing, creating unconnected)

trunk/examples/selector/lib/python/shake_node_selector/shake_node_selector.py 153 history download (+7 -2) diffs

trunk/examples/selector/README 153 history download (+11 -2) diffs

152 by julians on 28 October 2008, 09:07:25 +1030 (23 days ago) Make Review Added note to node selector README clarifying that it should be initialized after other plugins

trunk/examples/selector/README 152 history download (+5 -0) diffs

151 by julians on 28 October 2008, 09:04:49 +1030 (23 days ago) Make Review Fixed typos in node selector example

trunk/examples/selector/lib/python/shake_node_selector/shake_node_selector.py 151 history download (+1 -1) diffs

trunk/examples/selector/README 151 history download (+1 -1) diffs

150 by julians on 27 October 2008, 11:31:11 +1030 (24 days ago) Make Review Fixed instructions about multiple node instantiation

trunk/examples/selector/README 150 history download (+4 -3) diffs

149 by julians on 27 October 2008, 11:03:13 +1030 (24 days ago) Make Review Added node selector example

trunk/examples/selector/lib/python 149 history download (+0) new

trunk/examples/selector 149 history download (+0) new

trunk/examples/selector/startup/ui 149 history download (+0) new

trunk/examples/selector/startup/ui/startup.py 149 history download (+26) new

trunk/examples/selector/startup 149 history download (+0) new

… 5 more files in changeset.
148 by julians on 27 October 2008, 10:26:04 +1030 (24 days ago) Make Review Added support for Python unicode string conversion

trunk/src/sdk_extras.h 148 history download (+2 -3) diffs

147 by julians on 27 October 2008, 10:24:55 +1030 (24 days ago) Make Review Fixed installation instructions for console example

trunk/examples/console/README 147 history download (+2 -1) diffs

146 by julians on 29 August 2008, 09:06:32 +0930 (2 months 22 days ago) Make Review Added console example

trunk/examples/console/startup 146 history download (+0) new

trunk/examples/console/startup/ui/startup.py 146 history download (+206) new

trunk/examples/console 146 history download (+0) new

trunk/examples/console/startup/ui 146 history download (+0) new

trunk/examples/console/README 146 history download (+16) new

145 by julians on 29 August 2008, 08:38:25 +0930 (2 months 22 days ago) Make Review Bugfix for Node.unIgnore and deleteNode

trunk/shake/__init__.py 145 history download (+2 -2) diffs

144 by julians on 06 August 2008, 09:10:10 +0930 (3 months 14 days ago) Make Review Prevent pyRunModalDialog from crashing when constructor code returns None

trunk/src/PythonPlugin.cpp 144 history download (+12 -10) diffs

143 by julians on 04 April 2008, 08:20:38 +0930 (7 months ago) Make Review Added missing includes for Darwin build

trunk/src/sdk_extras.h 143 history download (+3 -0) diffs

142 by julians on 03 April 2008, 15:24:45 +0930 (7 months ago) Make Review - Exposed classes NRiDir, NRiEval, and NRiPArray<NRiDir::NRiFileInfo>
- Exposed functions NRiFileBrowser::setNextCallback, NRiSFileIn::buildPathString, NRiNode::getScope, and NRiNode::setParent
- Adde…

trunk/generate_code.py 142 history download (+18 -9) diffs

trunk/src/sdk_extras.cpp 142 history download (+58 -0) diffs

trunk/src/sdk_extras.h 142 history download (+11 -0) diffs

141 by julians on 01 April 2008, 16:02:57 +0930 (7 months ago) Make Review Exposed NRiNode.getPlugs()

trunk/generate_code.py 141 history download (+5 -0) diffs

140 by julians on 28 March 2008, 18:02:07 +1030 (7 months ago) Make Review Exposed class NRiSysWin, NRiWin.sysWin, NRiMainWin.registerHotKey, and NRiIgnore.getIgnoreNode

trunk/generate_code.py 140 history download (+8 -0) diffs

trunk/src/sdk_extras.cpp 140 history download (+18 -0) diffs

trunk/src/sdk_extras.h 140 history download (+3 -0) diffs

139 by julians on 25 March 2008, 12:47:28 +1030 (7 months ago) Make Review Added another missing include for Darwin build

trunk/src/sdk_extras.cpp 139 history download (+1 -0) diffs

138 by julians on 21 March 2008, 17:26:48 +1030 (8 months ago) Make Review Added missing include NRiCache.h for Darwin build

trunk/src/sdk_extras.cpp 138 history download (+1 -0) diffs

137 by julians on 20 March 2008, 15:24:38 +1030 (8 months ago) Make Review Added deleteNode helper method; added missing headers for Darwin build

trunk/generate_code.py 137 history download (+1 -0) diffs

trunk/src/sdk_extras.cpp 137 history download (+6 -0) diffs

trunk/src/sdk_extras.h 137 history download (+1 -0) diffs

trunk/src/sdk_python.h 137 history download (+1 -0) diffs

136 by julians on 19 March 2008, 15:02:10 +1030 (8 months ago) Make Review Added d__getitem__, __setitem__ and __len__ functions to NRiIArray<*>

trunk/generate_code.py 136 history download (+12 -0) diffs

trunk/src/sdk_extras.h 136 history download (+72 -0) diffs

135 by julians on 19 March 2008, 10:24:39 +1030 (8 months ago) Make Review Removed bogus lock file

.projectTools.lockTarget 135 history deleted

134 by julians on 19 March 2008, 10:23:49 +1030 (8 months ago) Make Review - Newly exposed:
 - NRiModalWin::simpleModal(NRiEvSrc, const NRiName&, const NRiName&, ...)
 - NRiTweekReg::registerTweekFunc
 - *::makeTweek
 - NRiTweek::getInputs, NRiTweek::getRowCol
 - classe…

trunk/generate_code.py 134 history download (+39 -3) diffs

trunk/src/sdk_extras.cpp 134 history download (+92 -1) diffs

trunk/src/sdk_extras.h 134 history download (+9 -1) diffs

trunk/src/sdk_python.h 134 history download (+14 -0) diffs

133 by julians on 12 March 2008, 10:06:58 +1030 (8 months ago) Make Review Exposed NRiSys::error and class NRiTableEntryText

trunk/generate_code.py 133 history download (+3 -0) diffs

trunk/src/sdk_extras.cpp 133 history download (+5 -0) diffs

trunk/src/sdk_extras.h 133 history download (+3 -0) diffs

132 by julians on 03 March 2008, 12:12:09 +1030 (8 months ago) Make Review Added auxilliary configure files to work around autom4te NFS issue on Darwin

tags/0.3.0/configure 132 history download (+7363) new

tags/0.3.0/ltmain.sh 132 history download (+6425) new

tags/0.3.0/config.sub 132 history download (+1500) new

tags/0.3.0/config.h.in 132 history download (+73) new

tags/0.3.0/aclocal.m4 132 history download (+27) new

… 3 more files in changeset.
131 by julians on 03 March 2008, 10:19:20 +1030 (8 months ago) Make Review Created dummy file for projectTools locking

.projectTools.lockTarget 131 history download (+1) new

130 by julians on 28 February 2008, 09:13:35 +1030 (8 months ago) Make Review Tagged version 0.3.0

tags/0.3.0 130 history download (+0) new

129 by julians on 28 February 2008, 09:12:56 +1030 (8 months ago) Make Review Created branch for 0.3

branches/0.3 129 history download (+0) new

branches/0.3/shake 129 history download (+0) new

branches/0.3/shake/__init__.py 129 history download (+662) new

branches/0.3/src 129 history download (+0) new

branches/0.3/src/PythonNode.cpp 129 history download (+405) new

… 55 more files in changeset.
128 by julians on 27 February 2008, 16:50:41 +1030 (8 months ago) Make Review Added additional Mac OS X build instructions in README.macosx

trunk/README.macosx 128 history download (+23) new

trunk/README 128 history download (+0 -4) diffs

127 by julians on 27 February 2008, 16:38:25 +1030 (8 months ago) Make Review Made asPtr a member of NRiNode

trunk/generate_code.py 127 history download (+1 -1) diffs

trunk/src/sdk_extras.cpp 127 history download (+2 -2) diffs

trunk/src/sdk_extras.h 127 history download (+3 -0) diffs

earlier earlier | later later